DTSA Flashcards

1
Q

What is an algorithm

A

An algorithm is a clearly defined set of instructions to solve a problem.

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

what is Big O notation

A

a way of describing the time complexity of an algorithm

i.e how much time is needed for an algorithm to complete its work with a given input

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

what are data structures

A

different ways of storing data on a computer

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