- introduction
- picture
- Boutique
- Related
Developer's DescriptionBy Pranit Krishna KulkarniAre you a Computer science/IT/ programming student or preparing for a Software Engineer interview.Are you a Computer science/IT/ programming student or preparing for a Software Engineer interview ?This tool will help you to see how the following algorithms will sort a set of numbers1. Bubble sort2. Improved bubble sort3. Insertion sort4. Selection sort5. Quick sort6. Merge sort7. Heap sortYou can see how the sorting algorithm works step-by-step, real time visualization of the sorting and the different cases of time complexity of the algorithm.(Best case, Worst case and Average case)Sorting algorithms can be compared on an input and see the comparison in terms of comparisons, swaps and time required to sort.On a set of cities data, we have built an interface where you can compare linear search and binary search for searching a string from the data.Also, go through some data structures like stacks, linked-lists, queues, trees and understand how it works.(More updates to come in future)So why just check pseudocode online ? See how it plays with the numbers visually.** NO INTERNET CONNECTION NEEDED **** WORKS OFFLINE **