https://github.com/jakubfr4czek/asd_offline
Repository contains solutions to offline exercises for "Algorytmy i Struktury Danych" which is algorithms and data strucutres course I took at AGH University of Krakow
https://github.com/jakubfr4czek/asd_offline
agh agh-wi algorithms-and-data-structures asdf python python3
Last synced: 8 months ago
JSON representation
Repository contains solutions to offline exercises for "Algorytmy i Struktury Danych" which is algorithms and data strucutres course I took at AGH University of Krakow
- Host: GitHub
- URL: https://github.com/jakubfr4czek/asd_offline
- Owner: JakubFr4czek
- Created: 2023-03-09T13:21:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T18:06:29.000Z (over 1 year ago)
- Last Synced: 2025-01-08T22:12:23.904Z (10 months ago)
- Topics: agh, agh-wi, algorithms-and-data-structures, asdf, python, python3
- Language: Python
- Homepage:
- Size: 896 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rozwiązania zadań offline z ASD - Algorytmów i Struktur Danych
W repozytorium znajdują się rozwiązania:
1) [Zadanie 1 w czasie liniowym](./zad1_O(n))
2) [Zadanie 1 w czasie kwadratowym](./zad1_O(n^2))
3) [Zadanie 2](./zad2)
4) [Zadanie 4](./zad4)
5) [Zadanie 5](./zad5)
6) [Zadanie 6](./zad6)
7) [Zadanie 7](./zad7)
8) [Zadanie 8](./zad8)
9) [Zadanie 9](./zad9)