abstract data structures

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

Features of the dynamic data structure

Dynamic data structures can grow or shrink in size during execution, allowing for efficient memory usage. They can exceed in size until the memory is full. They support operations such as insertion, deletion, and resizing with ease. Each nodes contains data and link to other nodes. Links are impemented through pointers.

2
New cards

,

n

3
New cards

,

m

4
New cards

m