- Brief about this program it is an Automated library management system
- It can add a book at the beginning of the list and
- At the end of the list
- It sort the list based on Title and ISBN
- It can Traverse and Display all the books Added to the list form first to last
- It Search a book using Title , ISBN and Author
- It can Update the books detail
- Delete a specific book from Booklist Using ISBN and Title
This project is our Portfolio Project, Concluding our Data Structure and Algorithm course at Unity University.
- Samuel Tezera
- Robel Effa
- Yakob Hamda
- Estifanos Ayalew
- Hermela Eyasu
Our app is a single-page app, coded mainly in c++. Booklist is Back-end heavy,meaning that we focused our time and energy in developing a the backend to develop our understanding of data strucure and algorithm knowledge.
| Booklist.exe | The compiled and excutable program. | | Booklist.cpp | The main c++ resource file . |