Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawelzeja098/algoritms-and-data-structures
https://github.com/pawelzeja098/algoritms-and-data-structures
algorithms data-structures python
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pawelzeja098/algoritms-and-data-structures
- Owner: pawelzeja098
- Created: 2024-03-02T18:55:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T16:55:23.000Z (6 months ago)
- Last Synced: 2024-06-20T04:58:09.146Z (6 months ago)
- Topics: algorithms, data-structures, python
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algoritms and data structures
## Description
Solutions for Algorithms and Data Structures course on AGH in Automatic control and robotics field
- Matrix class
- Chio`s method
- Linked list
- Doubly linked list
- Cirrcular array
- Unrolled linked list (TO FIX: interation must not include None)
- Hash table (TO FIX: search and remove computational complexity from O(n) to O(1))
- Binary tree BST
- Heap priority queue
- Heap sort
- Selection sort
- Btree - not finished
- Prim's algorithm
- Ford-Fulkerson's method
- Ullmann`s algorithm
- Naive and Rabin Karp method
- Convex hull