CS - ArrayList and SLL

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:23 PM on 3/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

List

ordered, add at an index, can have duplicates, one of type object can have different data types, should know the size, dynamically scale, 0-aligned, contiguous

2
New cards

addBack (ArrayList) Time Complexity

O(1)^*

3
New cards

addFront (ArrayList) Time Complexity

O(n)

4
New cards

addIndex (ArrayList) Time Complexity

O(n)

5
New cards

removeBack (ArrayList) Time Complexity

O(1)

6
New cards

removeFront (ArrayList) Time Complexity

O(n)

7
New cards

removeFromIndex (ArrayList) Time Complexity

O(n)

8
New cards

getAtIndex (ArrayList) Time Complexity

O(1)

9
New cards

Array

fixed amount of data, primitives only, can use less memory sometimes, want 2 dimensions, want gaps

10
New cards

getAtIndex (SLL) Time Complexity

O(n)

11
New cards

addFront (SLL) Time Complexity

O(1)

12
New cards

addBack (SLL with no tail pointer) Time Complexity

O(n)

13
New cards

addAtIndex (SLL) Time Complexity

O(n)

14
New cards

removeFront (SLL) Time Complexity

O(1)

15
New cards

removeLast (SLL) Time Complexity

O(n)

16
New cards

addBack (SLL with tail) Time Complexity

O(1)

17
New cards

removeIndex (SLL without tail)

O(n)

Explore top notes

Explore top flashcards

flashcards
BIS Final Acronyms
40
Updated 836d ago
0.0(0)
flashcards
Filmgeschiedenis 2 (2022-2023)
134
Updated 1014d ago
0.0(0)
flashcards
Tema 2B: ¿Quién Soy Yo?
65
Updated 68d ago
0.0(0)
flashcards
civil war
25
Updated 1223d ago
0.0(0)
flashcards
Elbow and Forearm
54
Updated 734d ago
0.0(0)
flashcards
BIS Final Acronyms
40
Updated 836d ago
0.0(0)
flashcards
Filmgeschiedenis 2 (2022-2023)
134
Updated 1014d ago
0.0(0)
flashcards
Tema 2B: ¿Quién Soy Yo?
65
Updated 68d ago
0.0(0)
flashcards
civil war
25
Updated 1223d ago
0.0(0)
flashcards
Elbow and Forearm
54
Updated 734d ago
0.0(0)