Mayur Agarwal

Results 5 issues of Mayur Agarwal

Heapsort https://en.wikipedia.org/wiki/Heapsort Category Proposed: Algorithms Additional points/links: https://www.geeksforgeeks.org/heap-sort/ I am a **gssoc21** participant and I want to add a simulation of Heapsort sorting algorithm.

enhancement
new simulation
simulations

Merge Sort https://en.wikipedia.org/wiki/Merge_sort Category Proposed: Algorithms Additional points/links: https://www.geeksforgeeks.org/merge-sort/ I am a gssoc21 participant and I want to add a simulation of Merge Sort sorting algorithm.

enhancement
new simulation
simulations

New feature required: Text Insertion Feature The user should be able to add text, drag it and also edit the text even after the text has been added.

enhancement
advanced

New feature required : shape insertion feature. The user should be able to insert any shape any number of times. Also, the user should be able to drag and edit...

enhancement
advanced

When the user erases a point on the app, actually what happens is the point isn't actually removed, but we just paint over it with a background color. So, after...

bug