This organization contains data structures & algorithms course assignments at Faculty of Engineering, Alexandria University, Computer & Systems Department. The assignments are:
DSA2-labs
Data Structure & algorithms labs
Pinned Loading
Repositories
Showing 5 of 5 repositories
- .github Public
- BinaryHeap-Sorting Public
The goal of this project is to become familiar with the binary heap data structure as well as different sorting techniques.
- Perfect-Hashing Public
Implementation of a perfect hashing data structure. We say a hash function is perfect for S if all lookups involve O(1) work.
- Shortest_Paths Public
The implementation three shortest paths algorithms for directed weighted graphs which are Dijkstra, Bellman-Ford and Floyd-Warshall.
- AVL_RedBlack_Trees Public
Implementation of AVL & Red-Black trees. Implementation of a simple English Dictionary as an application of the 2 self-balanced BSTs. A command line interface enables us to deal with the dictionary and apply all its implemented operations.
Top languages
Loading…
Most used topics
Loading…