https://github.com/pome1lo/algorithms-and-data-structures
Laboratory work on the discipline "Algorithms and data structures".
https://github.com/pome1lo/algorithms-and-data-structures
algorithms-and-data-structures c-plus-plus labs university
Last synced: 9 months ago
JSON representation
Laboratory work on the discipline "Algorithms and data structures".
- Host: GitHub
- URL: https://github.com/pome1lo/algorithms-and-data-structures
- Owner: pome1lo
- Created: 2022-10-10T21:55:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T13:57:26.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T15:42:05.681Z (10 months ago)
- Topics: algorithms-and-data-structures, c-plus-plus, labs, university
- Language: C++
- Homepage:
- Size: 511 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Console Applications in the discipline "Algorithms and data structures"🧾
Here is the implementation of algorithms such as "Depth First Search", "Breadth First Search", "Hanoi Towers" and "Dijkstra Algorithm".
- Hanoi Towers: Tasks | Solution;
- Breadth First Search and Depth First Search: Tasks | Solution;
- Dijkstra Algorithm: Tasks | Solution;
- The Floyd Warshall Algorithm: Task | Solution
- Minimum spanning tree: Task | Solution
- Hoffman 's Algorithm: Task | Solution
- Increasing subsequence: Task | Solution
- Knapsack problem: Task | Solution
- Genetic Algorithm: Task | Solution
- Ant algorithm: Task | Solution