Algorithm
Projects with this topic
-
Personal notes for Grokking Algorithm book by Aditya Bhargava
Updated -
Create Sudoku puzzles with a unique solution using the backtracking algorithm
Updated -
This project demonstrates how Base64 works in C, which does not natively support it, so we have to resort to using an external library.
Updated -
-
Implementation of Algorithms and Data structures with C.
Updated -
Development of the C code of the cellular automaton "The Game of Life".
Updated -
Stuff I did in University. It has algorithms and implementations of various problems and in various languages.
Updated -
Implementations of all of the sorting algorithms at https://en.wikipedia.org/wiki/Sorting_algorithm (WIP)
Updated -
Repository containing different algorithms I've done in different programming languages
Updated -
Implementation of top-down merge sort for linked list
https://en.wikipedia.org/wiki/Merge_sort#Top-down_implementation_using_lists
Updated -
Implementation of top-down merge sort from Wikipedia
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 -
Algorithms and Data Structure Implemented in C++
Updated -
Ninety-Nine Prolog Problems - Erlang edition
Updated -
A minimal B+ tree algo demo for key-value storage
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