I’ve begun to implement some of the classical programming problems
in a Github repo. My goal for this is to become familiar with
many of the problems in several languages.
My plan for implementation is below:
- Sorts
- Data Structures
- Networking (server and clients)
- Machine Learning (Linear Regressor, Genetic algorithm, neural nets, k-means,)
- Path finders(Greedy, Djikstra, A*, RRT(*),GVG)
- Cryptography
- Compression