Skip to content

Programming challenges of Princeton Algorithms part I-II.

Notifications You must be signed in to change notification settings

cornelmarck/princeton-algorithms

Repository files navigation

Solution code to Princeton Algorithms

My solution code to the assignments of Algorithms (Princeton University) on Coursera by Robert Sedgewick and Kevin Wayne.

Covered topics:

Part 1

  • Union-find
  • Stack and queue
  • Sort (selection, insertion, merge, quick, heap)
  • Heap and priority queue
  • Symbol table / dictionary
  • Trees (binary, binary search, red-black, B, Kd)
  • Hash table

Part 2

  • Graphs, minimum spanning tree, shortest path

https://www.coursera.org/learn/algorithms-part1 https://www.coursera.org/learn/algorithms-part2

About

Programming challenges of Princeton Algorithms part I-II.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages