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
- Host: GitHub
- URL: https://github.com/wajktor13/ads-lab
- Owner: Wajktor13
- License: mit
- Created: 2023-08-15T10:40:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-19T16:31:00.000Z (over 1 year ago)
- Last Synced: 2025-01-20T17:24:13.717Z (4 months ago)
- Topics: agh, agh-university, agh-wi, agh-wiet, algorithms, algorithms-and-data-structures, data-structures
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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