Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 566 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 566 Bytes

Algorithms, Part I - Princeton Unversity

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

Technology and Resources

  • Java
  • IntelliJ
  • Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne. Online version available here

Course covers the following topics:

  • Analysis of Algorithms
  • Union-Find algorithm
  • Stacks and Queues
  • Elementary Sorts
  • MergeSort
  • Quicksort
  • Priority Queues
  • Elementary Symbol Tables
  • Balanced Search Trees
  • Geometric Applications of BSTs
  • Hash Tables
  • Symbol Table Applications