1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
O(1)
Direct access
O(n)
One loop through n items
O(n²)
Two loops through n items
O(n³)
Three loops through n items
O(log n)
Repeatedly cut in half - binary