IB Recipe Book
Array vs Python List
1. Data Type Flexibility
2. Size and Resizing
3. Memory Management
4. Performance
5. Built-in Functions
Things to avoid
Creating an Array during IB Exam
Explanation
Find the maximum/minimum value in an array
Find the maximum/minimum value's index in an array
Calculate the average from an array of values
Linear search an array to find a target value
Binary search an array to find a target value
How to sort an array of data using Bubble Sort
How to sort connected arrays using bubble sort
Determine the difference between one array and another
Access individual digits from a number from right to left without String manipulation
Last updated