Linked list Flashcards

1
Q

welke nadelen van een array lost de linked list op + welke nieuwe nadelen komen er dan in de plaats + welke 2 soorten linked lists zijn er

A

+singly linked list
doubly linked list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

singly linked list

wat is het verschil tussen lists en arrays als het gaat over het geheugen + het voordeel en nadeel ervan bij de lists

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

singly linked list

wat is een node + uitleg + wat is een singly linked list + uitleg

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

singly linked list

leg de find methode uit + code

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

singly linked list

leg de addlast methode uit + code

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

singly linked list

leg de addfirst methode uit + code

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

singly linked list

leg de addafter methode uit + code

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

singly linked list

leg de addbefore methode uit + code

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

singly linked list

leg de removefirst methode uit + code

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

singly linked list

leg de remove methode uit + code

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

doubly linked list

leg doubly linked list uit + code

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

doubly linked list

wat is een voordeel van een doubly linked list + uitleg en code

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly