https://github.com/lucasvegalv/programming-iii
This repo is created in order to keep track of the exercises and projects that my teammates and I do for the Programming III course at the university during our second year of Software Engineering.
https://github.com/lucasvegalv/programming-iii
algorithms algorithms-design analysis-algorithms cost-optimization divide-and-conquer
Last synced: 4 months ago
JSON representation
This repo is created in order to keep track of the exercises and projects that my teammates and I do for the Programming III course at the university during our second year of Software Engineering.
- Host: GitHub
- URL: https://github.com/lucasvegalv/programming-iii
- Owner: lucasvegalv
- Created: 2023-08-16T03:19:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T22:51:06.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T01:42:39.332Z (6 months ago)
- Topics: algorithms, algorithms-design, analysis-algorithms, cost-optimization, divide-and-conquer
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I made this repo to track all the exercises and projects my teammates and I do for our second-year Software Engineering Programming 3 course at university.
Topics Covered:
1. Techniques for Algorithm Design.
2. Divide and Conquer.
3. Sorting Algorithms.
4. Greedy Approach.
5. Representative Problems.
6. Dynamic Programming.
7. Exhaustive Search Techniques.
8. Graphs:
9. Definitions.
10. Representations.
11. Typical Algorithms:
12. Connected Components.
13. Traversals.
14. Spanning Trees.