Skip to content

A search history extension implemented using java and suitable hard-coded data structures

Notifications You must be signed in to change notification settings

Maleesanat01/searchHistoryExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A search history extension implemented using java and suitable hard-coded data structures

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages