Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

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.

Notifications You must be signed in to change notification settings

kaytervn/Web-Browser-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name Web Browser Program
Subject Data Structures and Algorithms
Start Date 11/2022
End Date 12/2022
Team Size 2
Documentation PDF
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).

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.

Topics

Resources

Stars

Watchers

Forks

Languages