Please enable JavaScript.
Coggle requires JavaScript to display documents.
algorithms - Coggle Diagram
algorithms
flowcharts
-
-
-
rhombus
input/output - may ask the user to input an answer, or it may be used to output a question
sorting
-
-
merge sort
list is split till there are 2 lists in order, the lists are then compared such as the first ones are compared and put in correctly, this continues till the list is completed in order
pseudocode
-
-
selection, sequence, iteration
-
-
-
-