musemby / algorithms

Practice for various CS algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Own implementation of CS algorithms according to my understanding

First algorithms to implement:

  1. Linear search
  2. Binary search
  3. Tree traversal - [pre-order, in-order, post-order]
  4. Breadth-first search
  5. Depth-search
  6. Dijkstra's algorithm

About

Practice for various CS algorithms