Database Structures & Algos Flashcards
1
Q
Define Data structures
A
“how to store data inside a computer for efficient use”
2
Q
Define algorithms
A
“step-by-step process for solving a problem (within finite amount of space and time)”
3
Q
Define state based model of computation
A
“variables, assignment, function parameters”
4
Q
What is the Insertion Sort algorithm?
A