Please enable JavaScript.
Coggle requires JavaScript to display documents.
Algorithms (Sorting algorithms (Quick sort, Buble sort, Insertion sort,…
Algorithms
Sorting algorithms
Quick sort
Buble sort
Insertion sort
Merge sort
Optimization algorithms
brute force
Dijkstra's shortest path algorithm
heuristic approach
A* algorithm
Search Algorithms
Binary search
linear search
the only systematic way of finding out a specific peice of data in an array
page rank
Traversal algorithms
Graph traversal
depth first traversal
breath first traversal
Tree traversal
rooted tree
depth first traversals
breath first traversals
binary trees
in-order traversal
post-order traversal
pre-order traversal