DTSA Flashcards
1
Q
What is an algorithm
A
An algorithm is a clearly defined set of instructions to solve a problem.
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
3
Q
what are data structures
A
different ways of storing data on a computer