The Browser History Manager is a robust application designed to manage and manipulate a user's browsing history. This application leverages the power of a Linear Doubly Linked List data structure to efficiently handle operations such as insertion, deletion, and display of browsing history. Additionally, it provides the functionality to display the browsing history in reverse order and manage bookmarked sites. This project serves as a practical implementation of Data Structures and Algorithms, demonstrating the utility of a Doubly Linked List in real-world applications.
- Programming Language: C
- Build System: CMake
- Version Control: Git
- Programming Paradigm(s): Procedural, Object-Oriented
- None
- Clone the repository to your local computer.
- Navigate to "BrowserHistoryManager.exe" on the "cmake-build-debug" folder and run it.