Found 38 repositories(showing 30)
Arminran
This project is a simulator for maintaining music, artist playlists, and browsing history in Python.
aryannn053
browser history simulator built in cpp
AYA-magdi
A simple C++ project that simulates browser history using stack data structure.
ckshitij
No description available
Mayaaaa26
Simple browser history simulator using C++ stacks
venudevineni2006
By using stack data structure we designed a browser history simulator.
nehas005
Implementation using Data Structures
Dreamix-Hub
browser history simulator using doubly linked list
Amol5590
No description available
Sahil-vcb
No description available
Aaditya3011
A simple C program simulating browser history using a doubly linked list. Supports visiting new pages, going back and forward, and viewing full browsing history.
Dipeshkspar
No description available
ovidiunaftica
A web browser history simulator built in C. It uses a Circular Doubly Linked List for tab management and Stacks for Forward/Backward page navigation.
Sshreya-ai
No description available
shariqm05
This project analyzes browser history, tracking, storing, and organizing user browsing behavior. It includes classes for navigation entries with URLs and timestamps, using stacks for "back" and "forward" navigation and lists for organizing data by domain or frequency. Key features include identifying top websites and browsing patterns.
MAzonobi
Simple Browser History Simulator
iitmkushal2506
No description available
AhmedMohamedAbdulaziz
No description available
PabbaSaiteja
No description available
JonBon331
C++ console-based Browser History Simulator with custom templated stack, operator overloading, and dynamic memory management. I implemented the Stack, NavigationEntry, and core Browser logic, expanded unit tests, and verified stability with Valgrind to ensure zero memory leaks.
Haderhh
No description available
Interactive simulator demonstrating how browser navigation and history work using two stacks (back and forward) via stack data structure.
purvachaudhari06
✨ Key Highlights 🧑🤝🧑 Multi-User Support – Independent browsing histories per user. 🧭 Browsing Features – Visit, Back, Forward, Current, Full History. 🔍 Search – Find sites by keyword. 🗑️ Clear History – One-click wipe. 👨💼 Admin Dashboard – Manage users and histories. 🎨 Colored Console – Clear, interactive terminal UI.
likithamedapati
No description available
DS
Sameerkaradbhajne
A premium, interactive web application simulating browser history navigation (Back/Forward) using Stack data structures. Built with Vanilla HTML, CSS, and JS.
The Student Record Management System is a console-based application written in C that allows administrators and students to manage academic records efficiently using file handling. It uses structures and binary file operations (fwrite, fread) to store and retrieve data persistently.
The Student Record Management System is a console-based application written in C that allows administrators and students to manage academic records efficiently using file handling. It uses structures and binary file operations (fwrite, fread) to store and retrieve data persistently.
lavakumarkavadana
This program simulates a basic browser history system using two stacks: one for Back pages and one for Forward pages. Users can visit new pages, go back to previous pages, or move forward again. The program uses stack operations (push and pop) to manage the navigation history, similar to how real web browsers work.
mihai1923
A comprehensive browser simulator implemented in C that mimics core browser functionality including tab management, page navigation, and browsing history.