Please enable JavaScript.
Coggle requires JavaScript to display documents.
Algorithms (standard algorithms (insertion sort, binary search, bubble…
Algorithms
standard algorithms
insertion sort
binary search
bubble sort
linear search
Merge Sort
Quick Sort
Djikstra's
A* algorithm
queues and stacks
implementing
adding data
removing data
suitability of algorithms
Execution time
space
algorithm efficiency
Big O Notation
O(1): Best possibility : independent of N value
O(N) :
O(N²)
O(logN) and O(NlogN)
O(N!)
analysing and designing algorithms
comparison and complexity