![CLRS.Helper[Lite]](https://cdn3.appshunter.io/i/Purple112/71a201e18042b86f216917b0167dd5a5/AppIcon-1x_U007emarketing-0-10-0-85-220.png/180x0w.png)
CLRS.Helper[Lite]
A tool for studying CLRS
0 ratings
Free
About
Refer to The third edition of the book, covering content [need full version]:
2. Getting Started: Insertion sort, Merge sort;
4. Divide-and-Conquer: Maximum-subarray, Matrix Multiplication[normal, recursive, Strassen’s algorithm];
6. Heapsort: Heapsort[max-heap, min-heap];
7. Quicksort: Quicksort;
8. Sorting in Linear Time: Counting sort;
12. Binary Search Trees: Binary search tree[Inorder Walk, Search Recursive, Search Iterative, Minimum Iterative, Maximum Iterative, Successor, Predecessor, Insert, Delete];
13. Red-Black Trees: Red Black Tree[Insert, Delete];
15. Dynamic Programming: Rod cutting[Recursive, Top_down, Bottom_up, Print],Longest common subsequence;
16. Greedy Algorithms: Acitivity selection[Recursive, Iterative],Huffman codes;
22. Elementary Graph: Breadth-first search, Depth-first search, Topological sort, Strongly connected components;
23. Minimum Spanning Trees: Minimum spanning tree[Kruskal’s algorithm,Prim’s algorithm];
24. Single-Source Shortest Paths: The Bellman-Ford algorithm,DAG algorithm,Dijkstra’s algorithm;
25. All-pairs Shortest Paths: All-pairs Shortest paths algorithms[Slow,Faster,The Floyd-Warshall algorithm];
26. Maximum Flow: The Ford-Fulkerson algorithm;
Addition: Tower of Hanoi,N Queens Problem,Comparison of sorting algorithms;
The primary features:
You can run the pseudo-code single step or continuous, observe the change of parameters and data structures,it can help you to understand the design thought of the algorithm;
You can set breakpoints in program and ovserve the status of breakpoint, it can help you to understand why this algorithm is corrcet by using loop invariants;
With running-time function stacks and the returning positions,you can track the running process of recursive functions easily, and understand the operation mechanism of computer programs;
By recording the performed times of the pseudo-codes can help you to understand the running time of algorithms;
I wish this app can be helpful to you;
Show more
What's New in CLRS.Helper[Lite]
1.5
June 27, 2022
Added: descriptions of Insert Sort and Merge Sort in Ch02;
![CLRS.Helper[Lite] screenshot #1 for iPhone](https://cdn3.appshunter.io/i/Purple125/2407ce5780735c54f5655a6cb2348020/d3c9c5d6-8528-4aa0-b3c6-37fd5dc80f9d_phoneCh02MergeSort.png/643x0w.webp)
![CLRS.Helper[Lite] screenshot #2 for iPhone](https://cdn3.appshunter.io/i/Purple125/af81eda16ecfc2861d51748b1905161b/4e72852b-b686-481c-95cd-1c3e509277f8_phoneCh12BinarySearchTree.png/643x0w.webp)
![CLRS.Helper[Lite] screenshot #3 for iPhone](https://cdn3.appshunter.io/i/PurpleSource125/9f186198045e0dae12dc860d5eb06279/4b00809a-66d9-4405-a995-917878c118a7_phoneCh22BFS.PNG/643x0w.webp)