Various algorithms implemented in Python (mostly based on my interests)
- Euler Phi, Euler Theorem
- Euklid ggT, Extended Euklid
- Sieve of Eratostehenes
- Fermat prime test (Fermats little theorem)
- Miller-Rabin Test
- Primitive Roots/Discrete Logarithm
- Graph, Vertex, Edge, Node Types
- Dijkstra (TbA)
- Kruskal (TbA)
- Inorder traversal
- Turtoise and Hare (find duplicates)