Sorting-Algorithms-Visualizer icon indicating copy to clipboard operation
Sorting-Algorithms-Visualizer copied to clipboard

Show Algorithms according to selected time complexity(New Feature)

Open vthz opened this issue 2 years ago • 1 comments

Refer this issue #https://github.com/LucasPilla/Sorting-Algorithms-Visualizer/issues/114

I have implemented a feature in which you can choose time complexity(Average) from drop down menu which updates the algorithm list to accommodate only those algorithm with chosen time complexity!!!

MODIFIED algs_dict
algs_new_function

Before-> before

New-> nlogn
On2
all_TC

Note 1.I am having small issue with colliding rectangle stuff. Half of the Time Complexity Drop Box does not respond to mouse click. I tried but it was taking too much time. I will fix it if somebody explains me how to shift the mouse clicking area to right by ~50px. Red rectangle is clicking area. all_TC_clcickingarea

  1. I know about overlapping issue, I will fix it later.

vthz avatar Aug 25 '21 05:08 vthz

@vthz Well done! I will have a look!

LucasPilla avatar Aug 25 '21 13:08 LucasPilla