DSA simulator icon

DSA simulator

DSA simulator
Free
10+ downloads

About DSA simulator

The data structures present int the app :
1) Arrays -->
> Change element
> Sort Array
> Reset Array
> Fill Array with random values
> Search for element
> Increment (1 element / whole Array)

2) Stack -->
> Increase Stack size
> Push element
> Pop element
> Clear Stack

3) Queue and Circular Queue
> Enqueue a element
> Dequeue a element
> Clear queue
> Fill queue with random values

Sorting Algorithms :
1) Bubble Sort
2) Merge Sort
3) Quick Sort 1
4) Quick Sort 2

For sorting :
> You can input array size
> you can either add elements manually or fill randomly
> You can change the speed of sort (Very slow, Slow, Medium, Fast)
> You can pause and resume the sorts on demand

DSA simulator Screenshots