DSA_Sort_Visual

I did a small unity project to visualize the sorting process and measure time consuming for different sorting algorithms, including insert sort, bubble sort, selection sort, merge sort, and quick sort. The unity project has 2 modes: 1. The display mode to show the sorting process (doesn't represent the time consuming in real-time), 2. The measure mode to show the time consuming. In the display m…

  • Web Browser

Similar Games