Please enable JavaScript.
Coggle requires JavaScript to display documents.
COMPUTATIONAL THINKING (Programming Techniques (arithmetic operators (=…
COMPUTATIONAL THINKING
-
-
-
-
Algorithms
-
-
-
sorts
merge sort
to split the list up until the item number is 1 and then join them back together in the correct order (ascending or descending)
-
-
pseudo code - to plan and solve a piece of code in an understandable language which can easily be translated into any programming language.