Algorithms
The full jupyterbok website can be seen here: Days of Algo
In any case to enlarge the Jupyterbook just press B
on your keyboard.
Contents
- Hanoi tower
- Matrix Chain Multiplication
- All permutations and next permutation
- Counting 1 Bits
- Prime numbers with Eratosthenes sieve
- Binary addition FSM
- Binary Search
- Union-find
- Maze Generation (Kruskal's Algorithm)
- Maze Solver with Lee's Algorithm
- Maze Solver with Dijkstra's Algorithm
- Maze Solver with A* Algorithm
- Diffie Hellman (DH) Key Exchange
- Enigma Virtual Machine
- Sorting Algorithms