https://github.com/misterzurg/itmo_labs_analysis_and_development_of_algorithms
🎓 My labs from ITMO; Dis - ADA
https://github.com/misterzurg/itmo_labs_analysis_and_development_of_algorithms
algorithms big-data-and-ml data-structures itmo-labs optimization-algorithms
Last synced: 25 days ago
JSON representation
🎓 My labs from ITMO; Dis - ADA
- Host: GitHub
- URL: https://github.com/misterzurg/itmo_labs_analysis_and_development_of_algorithms
- Owner: MisterZurg
- Created: 2022-10-25T20:22:09.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T16:00:53.000Z (over 2 years ago)
- Last Synced: 2025-01-20T17:49:12.202Z (9 months ago)
- Topics: algorithms, big-data-and-ml, data-structures, itmo-labs, optimization-algorithms
- Language: Jupyter Notebook
- Homepage:
- Size: 21.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Here are my Jypeter Notebook labs from ITMO First semester
# Discipline
Analysis and development of algorithms
## Instructor
[Dr Petr Chunaev](https://linkedin.com/in/petr-chunaev-b59901235)## Performed by
- Me and
- [Maxim Shitilov](https://github.com/fobos-mk)# Labs:
- [Task 1. Experimental time complexity analysis](lab-1)
- [Task 2. Algorithms for unconstrained nonlinear optimization. Direct methods](lab-2)
- [Task 3. Algorithms for unconstrained nonlinear optimization. First- and second order methods](lab-3)
- [Task 4. Algorithms for unconstrained nonlinear optimization. Stochastic and metaheuristic algorithms](lab-4)
- [Task 5. Algorithms on graphs. Introduction to graphs and basic algorithms on graphs](lab-5)
- [Task 6. Algorithms on graphs. Path search algorithms on weighted graphs](lab-6)
- [Task 7. Algorithms on graphs. Tools for network analysis](lab-7)
- [Task 8. (Extended). Practical analysis of advanced algorithms](lab-8)