Skip to content

This is visualiser made by me including all sorting algo and searching algo and also all scheduling algo.

Notifications You must be signed in to change notification settings

eaglex12/MY-ALGO-VIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is visualiser made by me including all sorting algo and searching algo and also all scheduling algo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published