Top 20 Apps Similar to Algorithm Fight

Algorithms: Explained and Anim 1.3.0
Watch, try, and learn with this fun guide to algorithms.
Data Structures and Algorithms 2.0.3
Theories and Coding Exercises for Data Structures and Algorithms
GeeksforGeeks - Learn To Code 10.0.3.04
GeeksforGeeks
Learn Data Structures Algorithms, C Programming, C++, Java,Python,JS, Aptitude
Algorithm Visualizer 1.0
Naman Dwivedi
Visualize algorithms on your Android device
#Codes 1.6
Go Education
'#Codes' enables you to carry programming tutorials ondifferentalgorithms in your android phone. The application consistsofdifferent types of Codes and Algorithm in java along withobjectoriented concepts of Java. The app has very simple and smoothUIwhich will help you to quickly move into different sections.Thiswill definitely help in preparing for exams or quiz orplacements.'Whenever' and 'Wherever' you need any algorithm or codeyou arejust a click away with #Codes. Features: C Java (ObjectOriented)Array Data Structures Mathematical Recursion SearchingSortingQuizzes in C and Java You can also copy the code by clickingon itand share it with your friends. Share codes on internet.Instead ofgiving a lower rating, please mail us your queries,issues orsuggestions on [email protected]. We will behappy tohelp you :)
Study Algorithms 2.3
nikoo28
Note: This app requires internet connectivity.Study Algorithms, some simple algorithms to help you. Asthetagline says, the application presents to you with some ofthesimplest algorithms that are helpful in daily life. Thealgorithmshave been written in a really simple and lucid manner,that makesit easier to understand.The complete working and tested codes are also provided so thattheycan help you whenever required. The codes are properlyformatted andcommented so that you can get a hold of the flow ofthe approachused.Most of the questions have more than one solution withbetteroptimizations. Overall, this application can be helpful toyou whenpreparing for several interviews or simply to learnnewmethods.The application pulls the feeds directly from the mainsitehttp://www.studyalgorithms.com and thereforethecontent will be updated every time you launch theapplication..Any improvements are welcome.
Graph Algorithms 1.1.4
BGSwanApps
See how graph algorithms behave on your own graph
Data Structures and Algorithms 99
#1 in Playstore Data Structures & Algorithms OfflineExamples& Video Tutorials
Algogo – Algorithm Interpreter v1.1.1
Skyost
Edit and run algorithms directly from your smartphone !
Big O : Time complexity 1.4
Time complexities for datastructuresandalgorithms :Data structures :- Arrays- Linked lists- Stacks- Queues- Hash maps- Binary search trees- Red-black trees- AVL treesData structures Operations :- Access- Search- Insertion- DeletionAlgorithms :- Sorting algorithms : quick sort, merge sort, heapsort,bubblesort, insertion sort, bucket sort, selection sort,radixsort- Searching algorithms : linear search, binary search389efa60c8The app has a quiz section to test how well youknowyourcomplexities !
Algorithms Tutor 1.0
Akshay Mathur
This app contains explanations ofdatastructure algorithms like:-->Insertion Sort-->Dijkstra's-->Depth First Search-->Breadth First Search-->Bellman Ford--> Bubble Sort-->Radix Sort-->Prim's Algorithm-->AVL Tree-->NP completeness-->knapsack problem ,,,,,,,,and many moreFEATURES:1) Pseudo code of all algorithms2) Explanations of pseudo codes3) Diagrammatic representation of examples4) C program of all algorithms5) Does not need internet to run ;)
Cours Algorithme 0.0.8
BlobFish Team
simplified course on algorithms.
Data Structure and Algorithm 7
This free App on Data Structure covers most important topicswithfull Description using Easy example and Diagrams. this Subjectisvery Helpful in Exam, Viva, Gate. All Chapter are Related toeachother so after keeping it in mind all Content are ArrangedwithStep by Step. The best app for Exam, college and in programs.Ifyou are a student It will help to learn a lot. This usefulApplists 130 topics in 5 chapters, totally based on practical aswellas a strong base of theoretical knowledge with notes writteninvery simple and understandable English. Consider this App asaquick note guide which professors use in a classroom. The Appwillhelp in faster learning and quick revisions of all the topics.Someof the topics Covered in the app are: 1. Introduction toAlgorithms2. Efficiency of algorithm 3. Analysis of insertion sort4.Insertion sort 5. The divide-and-conquer approach 6.Analyzingdivide-and-conquer algorithms 7. Asymptotic notation 8.Asymptoticnotation in equations and inequalities 9. Standardnotations andcommon functions 10. The hiring problem 11. Indicatorrandomvariables 12. Balls and bins 13. Probabilistic analysis andfurtheruses of indicator random variables 14. Streaks 15. Theon-linehiring problem 16. Overview of Recurrences 17. Thesubstitutionmethod for recurrences 18. The recursion-tree method19. The mastermethod 20. Proof of the master theorem 21. The prooffor exactpowers 22. Floors and ceilings 23. Randomized algorithms24. Heaps25. Maintaining the heap property 26. Building a heap 27.Theheapsort algorithm 28. Priority queues 29. Description ofquicksort30. Performance of quicksort 31. A randomized version ofquicksort32. Analysis of quicksort 33. Lower bounds for sorting 34.Countingsort 35. Radix sort 36. Minimum and maximum 37. Selectioninexpected linear time 38. Bucket sort 39. Selection inworst-caselinear time 40. Stacks and queues 41. Linked lists 42.Implementingpointers and objects 43. Representing rooted trees44.Direct-address tables 45. Hash tables 46. Hash functions 47.Openaddressing 48. Perfect hashing 49. introduction to binarysearchtree 50. Querying a binary search tree 51. Insertion anddeletion52. Randomly built binary search trees 53. Red-Black Trees54.Rotations of red black tree 55. Insertion in red black tree56.Deletion in red black tree 57. Dynamic order statistics58.Augmenting a Data Structure 59. Interval Trees 60. OverviewofDynamic Programming 61. Assembly-line scheduling 62.Matrix-chainmultiplication 63. Elements of dynamic programming 64.Longestcommon subsequence 65. Optimal binary search trees 66.GreedyAlgorithms 67. Elements of the greedy strategy 68. Huffmancodes69. Theoretical foundations for greedy methods 70.Atask-scheduling problem 71. Aggregate analysis 72. Theaccountingmethod 73. The potential method 74. Dynamic tables 75.B-Trees 76.Definition of B-trees 77. Basic operations on B-trees78. Deletinga key from a B-tree 79. Binomial Heaps 80. Operationson binomialheaps 81. Fibonacci Heaps 82. Mergeable-heap operations83.Decreasing a key and deleting a node 84. Bounding themaximumdegree 85. Data Structures for Disjoint Sets 86.Linked-listrepresentation of disjoint sets 87. Disjoint-set forests88.Analysis of union by rank with path compression 89.Representationsof graphs 90. Breadth-first search 91. Depth-firstsearch 92.Topological sort 93. Strongly connected components 94.MinimumSpanning Trees 95. Growing a minimum spanning tree 96.Thealgorithms of Kruskal and Prim 97. Single-Source Shortest Paths98.The Bellman-Ford algorithm 99. Single-source shortest pathsindirected acyclic graphs 100. Dijkstra's algorithm 101.Differenceconstraints and shortest paths 102. Shortest paths andmatrixmultiplication 103. The Floyd-Warshall algorithm Algorithmsis partof computer science & software engineering educationcoursesand information technology degree programs of variousuniversities.
Leetcode Algorithm Coding, Jav 5.2.2
FreeTymeKiyan
Leetcode Algorithm and Data Structures Coding, JavaInterviewOffline APP
Dijkstra Algorithm App 1.1
Stefan Beike
Dijkstra's algorithm, conceived by computer scientistEdsgerDijkstrais a graph search algorithm that solves thesingle-sourceshortestpath problem for a graph with non-negativeedge pathcosts, producinga shortest path tree. This algorithm isoften usedin routing and asa subroutine in other graph algorithms.For agiven source vertex(node) in the graph, the algorithm findsthepath with lowest cost(i.e. the shortest path) between thatvertexand every other vertex.The app displays the result in adistancetable.
Algorithm Helper 1.1
Train Labs
Algorithm Helper covers commontopicsdiscussedin software interviews, including graphalgorithms,binary searchtrees, linked lists, and sorting. Weprovide anoverview and commoninterview questions for each topic.Thecoverage is broad andlightweight enough to be helpful totheadvanced undergraduate orprofessional who would like tosharpenhis/her technical interviewskills on the go. To be asgeneral andaccessible as possible, wetried to make algorithmquestionslanguage agnostic.Most of the content came from two courses taughtatStanfordUniversity:- CS 161, Design and Analysis of Algorithms(cs161.stanford.edu).Iborrowed heavily from the notes compiled byMoorXu,http://stanford.edu/~moorxu/notes/161/161main.pdf.- CS 106B, Programming Abstractions (cs106b.stanford.edu).The106Bcourse reader was a valuable source of information.
Algorithm 1.00
Fumin
HelloFumin is a developer living in South Korea.Create algorithms that can be shared is App.I ask a lot of use.Thank youE mail & Facebook: [email protected], make, binary
Dcoder, Compiler IDE :Code & P 4.0.199
Paprbit, Inc.
Dcoder compiler: a mobile coding IDE to build projects, code&learn algorithms
A* algorithm visualization 1.3
This is an educational app thathelpsunderstandthe A* search algorithm through aninteractivepathfindingvisualization.- Customizable map size- Customizable execution speed- Customizable heuristic