Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computer Science (Hardware (Integrated Circuits (IC), Moore's Law,…
Computer Science
-
Data Structures
Processing Algorithms:
1) Generally, the shorter the better. 2) Amount of memory used; 3) Big O computational complexity formula (= running time)
-
-
Storage
Array/ Vector/ Lists
-
Matrix (2D, 5D): allow creation of compound data structures
-
Linked List: (have 1 pointer)
Flexible data structure that can store many nodes which allows them to be reordered, trim, split, reversed...
-
-
-
-