Mayur Agarwal
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.
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.
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.
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...
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...