Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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