Project Name | Web Browser Program |
---|---|
Subject | Data Structures and Algorithms |
Start Date | 11/2022 |
End Date | 12/2022 |
Team Size | 2 |
Documentation | |
Summary | This program implement a web browser simulation using a double linked list and a stack in C++. This includes features such as pointers to the previous and next pages on the current tab, managing tabs, grouping tabs together, saving browsing history, closing tabs, and reopening previously closed tabs, creating bookmarks to store web addresses (foldering and unfoldering). |
This repository has been archived by the owner on May 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
This C++ program simulates a web browser using a doubly linked list and stack. It features navigation, tab management, history, reopening tabs, and bookmarking with folders.
KAYTERDOESTHINGS/Web-Browser-Program
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This C++ program simulates a web browser using a doubly linked list and stack. It features navigation, tab management, history, reopening tabs, and bookmarking with folders.