1/7
Variable declaration (dynamic vs static) (Chapter 18.3) Assignment operators (Chapter 13.1) Types / List basics (Chapter 14.2) Order of operations / precedence rules (Chapter 13 & 15) Loops (Chapter 17) Conditional statements / branching (Chapter 15) Classes (Chapter 20) Linear search (Chapter 11.1) Binary search (Chapter 11.2) Big O growth rate O(1), O(n), O(log n), O(n log n), O(n^2) (Chapter 11.7) Sorting algorithms (Chapter 11) Data structures – arrays, linked list, heap, etc (Chapter 1.1) ADTs - stack, deque, list, queue, etc. (Chapter 1.5, 1.6) Time complexity, worst case, efficiency analysis (Chapter 11.9) Methods for list (Chapter 2.1) Stack operations (Chapter 3.1) Deque operations (Chapter 3.8)
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Dynamic Typing
Static Typing
Container
List
Element
Method
append()