An Android App which visualizes the commonly used algorithms and makes it easy to understand.
Currently this app has two major types of algorithms :-
-
Searching Algorithms
a) Linear Search
b) Binary Search
-
Sorting Algorithms
a) Bubble Sort
b) Improved Bubble Sort
c) Insertion Sort
d) Selection Sort