Algorithm
Projects with this topic
-
Small C++ helpers that come in handy every now and then.
Updated -
Create Sudoku puzzles with a unique solution using the backtracking algorithm
Updated -
An algorithm for irregular rectangles/boxes that map 1:1 with a square grid
Updated -
-
Implementation of ESTIMAP, an algorithm to support mapping and modelling of ecosystem services (Zulian, 2014) as an add-on for GRASS GIS | Manual: https://natcapes.gitlab.io/r.estimap.recreation/
Updated -
42 Project to place tetrinos in the smallest possible square. For my team's solution, we both decided to explore binary/bit manipulation for the first time.
I'm aware of more efficient solutions to the algorithm (that would perform less checks/operations).
Updated -
Prime is a package that calculates prime numbers using the Sieve of Eratosthenes.
Updated -
Ninety-Nine Prolog Problems - Erlang edition
Updated -
Ford–Fulkerson algorithm implementation in C
UpdatedUpdated -
-
Problem solving to reduce the cost of opening factories to cover a maximal number of customers.
Updated -
UCB Algorithms and Adversarial Bandit problem illustrated by a hunt game with a mouse named Mausu and an army of cat clone named Neko.
Updated -
Natural Language Processing translator program using a machine learning process with an implementation of the Viterbi algorithm to calculate the best probability of a translation.
Updated