Editors' rating |
|||||||
Algorhyme - Algorithms and Data Structures Specifications
|
This Algorhyme - Algorithms and Data Structures app is for visualizing core algorithms and data structures.
This Algorhyme - Algorithms and Data Structures app is for visualizing core algorithms and data structures.
In this application we focus on 4 main topics:
1.) SEARCH ALGORITHMS
We'll cover the theory as well as the implementation of the most relevant search algorithms!
linear search
binary search
Search algorithms are used on a daily basis in applications and softwares. This is why it is crucial to know how they work exactly!
2.) SORTING ALGORITHMS
Sorting is another fundamental topic in computer science and software engineering. Let's consider what approaches you can learn:
bogo sort
bubble sort
cocktail sort
selection sort
insertion sort
shell sort
merge sort