Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 290 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 290 Bytes

Algorithms And Data Structures

Solutions to algorithmic tasks from Algorithms And Data Structures course at AGH University.

Topics covered in the course:

  • sorting
  • data structures
  • dynamic programming
  • greedy programming
  • graphs
  • binary search trees
  • hash tables
  • interval trees