In this repository, you can discover all of my assignments for the Algorithms Design and Analysis Course when I was in 4th semester of my bachelor's at IAUSTB.
My projects list for this course:
Project Title | Details |
---|---|
BFS and DFS Traversal and MST on Weighted Graph | C++/Stack/Prim Algorithm |
Tridiagonal Sparse Matrix | Matrices/C++ |
Newton-Raphson Algorithm | Numerical Analysis/python2 |
Strassen Matrix Multiplication | Matrices/Java |
Red–Black Tree Traversal | Java |
Inorder, Preorder, and Postorder Traversal | Binary Tree |
Routing in Non-Negative Weighted Directed and Undirected Graphs | Priority Queue/Min Heap/Stack/Merge Sort/Dijkstra Shortest Path |