Need Help for my Sorting Visualizer

Правка en1, от sarthakjoleya, 2023-10-29 17:13:45

Hi Codeforces Community, I am currently developing a Sorting Visualizer using Svelte for Frontend Github Repo and I'm not able to generate logic for merge and quick sort. The strategy I'm using for showing visualizations is that I sort the randomly generated list using the algorithm specified and then generate the swaps array, which stores which index was swapped with which index. You can find the implementation for selection, insertion, and bubble sort in the src/algos folder.
Can anyone please help me complete this project? I understand that the approach I followed till now might not be correct, and I'm open to any constructive criticism and fixes from this awesome community. Thanks :)

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский sarthakjoleya 2023-10-29 17:13:45 800 Initial revision (published)