In this repository, you can discover all of my assignments for the Data Structures and Algorithms Course when I was in 3rd semester of my bachelor's at IAUSTB.
My projects list for this course:
| Project Title | Data Structures |
|---|---|
| LIFO Stack | Array/LinedList |
| FIFO Queue | Array/LinkedList |
| Bookshop Store | Linked List |
| Infix, Postfix, and Prefix Conversion | Stack |
| English to Persian Dictionary | Trie Tree |
| Inorder, Preorder, and Postorder Traversal | Binary Tree |