An open API service indexing awesome lists of open source software.

https://github.com/wajktor13/ads-lab

solutions to algorithmic tasks from Algorithms And Data Structures course at AGH University
https://github.com/wajktor13/ads-lab

agh agh-university agh-wi agh-wiet algorithms algorithms-and-data-structures data-structures

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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