Z~ ADvvancncced COmmmpPputign > Computational Constructs, Data Types and Structures > Flashcards
Recursive Algorithm
one which calls itself repeatedly until a solution is found
Record
This allows you to create a user-defined structure about something.
Array
A data structure used to hold multiple values . Each element has a unique index (or subscript)
2D array
When declaring, we specify the number of rows and columns . Python treats this as a list within a list.