Skip to content

jacklehamster/algorithms

Repository files navigation

Algorithms

http://jacklehamster.github.io/algorithms/

  • Algorithm to find the shortest path

  • Greedy best first search. Not guaranteed to find shortest path

  • Algorithm combining ideas of Best-First and Dijkstra, finds the shortest path

  • Algorithm to create a minimum spanning tree

  • Algorithm to find pairs of shortest paths over the entire graph

  • Algorithm to find the shortest path (in terms of nodes visited)

  • Representation of Binary Trees

  • Lossless compression of data using frequency of symbols