Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 469 Bytes

File metadata and controls

10 lines (6 loc) · 469 Bytes

sorting-algorithm-visiualisations

link to site - https://sorting-algorithm-visiualisations-6bp4.vercel.app/

just had an exam for data structures and algorithms and i want to make it easier for students to be able to visualise how sorting algorithms work when learnings for the first time

so far i have bubble sort, selection sort, insertion sort, merge sort and quick sort

implemented Breadth-first search and Depth-first search

going to work on graphs now