Various programming challanges and other stuff that is fun.
- Product of ints, implemented in GO (link)
- Knapsack problem, with cakes, implemented in Java (link)
- Calculates the value of the Zeta function for various N (implemented in golang)
- Finding a minimum distance in a binary matrix - from (0, 0) to destination node (Java)
- Finding the shortest path from start node to all nodes in a graph using Dijkstra's algorithm (Kotlin)