Please enable JavaScript.
Coggle requires JavaScript to display documents.
algorithims - Coggle Diagram
algorithims
Flow charts
process
start/end
descisions
inputs/outputs
computational thinking
abstaractiopn
removing unnecesary detail from a problen so that you focus on the essential parts
decompostioin
algrorithmimc thinking
sorting
insertion sort
bubble sort
merge sort
seaching
linear search
searches a list of items from start of list to end
binary search
psuedocode