Tips & Tricks Flashcards

1
Q

Does it help to sort or filter the array(s)?

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

Does it help to keep track of two index values for the same array, starting at opposite ends?

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

Does it help to keep track of two index value for the same array, starting at the same end?

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

Does it help to create a map to keep track of values?

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

Does it help to solve this recursively?

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

Does it help to split an array into more than one array?

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

Does it help to use a queue or stack?

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

Does it help to keep track of a running sum and/or rolling sum of array?

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

Does it help to use a set?

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