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.
- 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.
- Linear Search
- Binary Search
- Ternary Search
- Bubble Sort
- Quick Sort
- Insertion Sort
- 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: 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.