DATA STRUCTURES

studied byStudied by 4 people
0.0(0)
Get a hint
Hint

Data Structure

1 / 14

flashcard set

Earn XP

Description and Tags

15 Terms

1

Data Structure

A way of organizing and storing data efficiently for access and modification.

New cards
2

Abstract Data Type (ADT)

A model specifying data type, supported operations, and operation parameters.

New cards
3

Algorithm

A step-by-step procedure for task completion in a finite time.

New cards
4

Array

Collection of elements stored in contiguous memory locations, identified by index or key.

New cards
5

Linked List

Linear collection of nodes where each node points to the next via a pointer.

New cards
6

Stack

Collection supporting last-in, first-out (LIFO) insertion and deletion.

New cards
7

Queue

Collection supporting first-in, first-out (FIFO) insertion and deletion.

New cards
8

Tree

Hierarchical structure with nodes, a root node, and children sub-nodes.

New cards
9

Binary Tree

Tree structure where each node has at most two children.

New cards
10

Binary Search Tree (BST)

Binary tree where left child has values less and right child has values greater than the parent node.

New cards
11

Heap

Tree-based structure satisfying the heap property, with max heap having node value greater than or equal to children's values.

New cards
12

Graph

Collection of vertices (nodes) connected by edges.

New cards
13

Hash Table

Data structure mapping keys to values for efficient lookup.

New cards
14
New cards
15
New cards

Explore top notes

note Note
studied byStudied by 55 people
... ago
5.0(1)
note Note
studied byStudied by 4 people
... ago
5.0(1)
note Note
studied byStudied by 11 people
... ago
5.0(1)
note Note
studied byStudied by 38 people
... ago
5.0(2)
note Note
studied byStudied by 43 people
... ago
5.0(1)
note Note
studied byStudied by 46 people
... ago
4.0(1)
note Note
studied byStudied by 9 people
... ago
5.0(1)
note Note
studied byStudied by 122669 people
... ago
4.8(561)

Explore top flashcards

flashcards Flashcard (63)
studied byStudied by 85 people
... ago
5.0(1)
flashcards Flashcard (21)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (154)
studied byStudied by 1 person
... ago
5.0(2)
flashcards Flashcard (27)
studied byStudied by 8 people
... ago
5.0(1)
flashcards Flashcard (58)
studied byStudied by 6 people
... ago
5.0(1)
flashcards Flashcard (49)
studied byStudied by 9 people
... ago
5.0(1)
flashcards Flashcard (24)
studied byStudied by 11 people
... ago
5.0(1)
flashcards Flashcard (104)
studied byStudied by 17 people
... ago
5.0(1)
robot