Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.44 KB

Readme.md

File metadata and controls

42 lines (29 loc) · 1.44 KB

Algorithm Visualization Platform

This is a React-based website designed to serve as a visualization platform for various searching, sorting, and scheduling algorithms. It provides an interactive and educational experience for users to learn and understand different algorithms through visualizations.

Features

  • Navigation Bar: Easy access to different sections of the website.
  • Algorithm Boxes: Visual representations of each algorithm with images and descriptions.
  • Live Clock: Displays the current time on the website.
  • Smooth Scrolling: Smooth navigation to anchor elements when specific links are clicked.
  • Footer: Additional site information and links.

Covered Algorithms

Searching Algorithms

  • Linear Search
  • Binary Search
  • Ternary Search

Sorting Algorithms

  • Bubble Sort
  • Quick Sort
  • Insertion Sort

Scheduling Algorithms

  • First-Come, First-Served (FCFS)
  • Shortest Job Next (SJN) / Shortest Job First (SJF)
  • Priority Scheduling
  • Round Robin (RR)
  • Multi-Level Queue Scheduling
  • Multi-Level Feedback Queue Scheduling
  • Highest Response Ratio Next (HRRN)

Hosting and Backend Information

Hosting and Backend Information

  • Hosting: The site is hosted on Netlify and can be accessed via this link.
  • Backend: Implemented using Node.js, with a mailer service integrated for receiving user feedback.