https://github.com/isaacmaffeis/laboratory_of_competitive_programming2023
Python code of the competitive programming course
https://github.com/isaacmaffeis/laboratory_of_competitive_programming2023
algorithms competitive-programming data-structures python
Last synced: 10 months ago
JSON representation
Python code of the competitive programming course
- Host: GitHub
- URL: https://github.com/isaacmaffeis/laboratory_of_competitive_programming2023
- Owner: isaacmaffeis
- Created: 2023-03-10T13:30:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T15:36:44.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T02:07:46.265Z (about 1 year ago)
- Topics: algorithms, competitive-programming, data-structures, python
- Language: Python
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laboratory of competitive programming 2023
Python code of the competitive programming course
The goal of the course is to study and learn how to solve algorithmic problems typically found in coding competitions. The focus is mainly on understanding how to use fundamental algorithms, data structures, and common approaches (or patterns) to produce solutions with low computational complexity.
1. Programming_fundamentals
2. Sorting
3. Coding_strategies
4. Data_structures
5. Dynamic_programming
Course link:
https://dariofad.github.io/comp.html