WB

Welvin Bun @welvin21

Current Analyst @Morgan Stanley. Prev Quant Research Intern @y-intercept, Summer Analyst @Morgan Stanley, Data Science Intern @Societe Generale, Student Ambassador @Microsoft. CS '22 @HKU.

AboutProjectsBlogTags

© Welvin Bun 2022 | Updated on 09/11/2024, at 12:47:00 UTC

Sort It

Description

SortIt is a sorting algorithms visualizer that is running on the web. There are 10 different sorting algorithms available on SortIt. Some of them are Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, and Heap Sort.

SortIt started off as a personal project with the motivation to help everyone understand different sorting techniques better. When I first learnt about different sorting algorithms, I often found it hard to get the hang of them by just looking at the code implementations. By providing a visualizer where people can see and track the movements of each element in the array, I hope learning process can be easier and more enjoyable for everybody.

SortIt website

Figure 1: SortIt website
Relevant Links
Tech and tools

© Welvin Bun 2022 | Updated on 09/11/2024, at 12:47:00 UTC