Abstract Data Structures Key Terminology

studied byStudied by 0 people
0.0(0)
get a hint
hint

recursion

1 / 10

11 Terms

1

recursion

a method where the solution to a problem depends on solutions to smaller instances of the same problem or a method that calls itself

New cards
2

recursive case

the part where the function calls itself

New cards
3

base case

the condition to stop the recursion

New cards
4

two dimensional array

a collection of elements of the same data type that are stored in a tabular format

New cards
5

parent node

a node in a tree that has children (left, right, both)

New cards
6

left-child

a node on the left hand side below a parent node

New cards
7

right-child

a node on the right hand side below a parent node

New cards
8

subtree

a parent with children within another parent-child relationship

New cards
9

root

the top node in a tree

New cards
10

leaf

a node with no children

New cards
11

dynamic data structure

data structures that can change size during the execution of a program and they are a very efficient use of memory space

New cards

Explore top notes

note Note
studied byStudied by 138 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 16 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 28 people
Updated ... ago
5.0 Stars(3)
note Note
studied byStudied by 27 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 18 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 2 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 11 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 10016 people
Updated ... ago
4.8 Stars(44)

Explore top flashcards

flashcards Flashcard33 terms
studied byStudied by 221 people
Updated ... ago
5.0 Stars(3)
flashcards Flashcard61 terms
studied byStudied by 16 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard79 terms
studied byStudied by 1 person
Updated ... ago
4.0 Stars(1)
flashcards Flashcard56 terms
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard62 terms
studied byStudied by 1 person
Updated ... ago
4.0 Stars(1)
flashcards Flashcard90 terms
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard143 terms
studied byStudied by 5 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard58 terms
studied byStudied by 239 people
Updated ... ago
5.0 Stars(4)