Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 965 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 965 Bytes

Search History Extension

Introduction

This repository consists of a simple CLI search history extension implementation done using Java and suitable data structures. Functions such as insert, delete and display search records can be performed on this search history extension. In addition to this, an algorithm to reverse and display the search history, and an algorithm to display the bookmarked sites have also been implemented.

Note: This algorithm was implemented with all data structures hard-coded (no in-built libraries used)

Basic functions

  • Insert search record
  • Delete search record
  • View search history

Special functions

  • View reversed search history
  • View bookmarked sites

💻 Tech Stack:

Java

Authors