You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorting Algorithms Visualizer consisting of the step by step illustration of some of the popular sorting algorithms along with the time taken by each function developed on HTML/CSS/Bootstrap/JS. This was a fifth semester project for Design and Analysis of Algorithms course of FAST NUCES.
A web application that allows users to sort a list of numbers using various sorting algorithms, including Bubble Sort, Selection Sort, and Insertion Sort. This project is implemented with HTML, CSS, and JavaScript, offering an interactive way to visualize and understand sorting algorithms.
From Code Immersives web dev school in Manhattan comes this Javascript application, which uses AJAX to load a JSON file containing the 12 animals of the Chinese Zodiac, each with various properties. The data is loaded, parsed and outputted to the DOM, with buttons for sorting the data by properties (keys): eng (English), pin (Pinyin) and year.