Home
Explore
Exams
Search for anything
Login
Get started
Home
Engineering
Computer Science
Stacks and Queues
0.0
(0)
Rate it
Studied by 0 people
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/6
Earn XP
Description and Tags
Computer Science
12th
Add tags
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
7 Terms
View all (7)
Star these 7
1
New cards
Queues
- First-In-First-Out data structure
- Pointers mark front and rear
2
New cards
Stacks
- Last-In-First-Out data structure
3
New cards
Circular Queue
- Wraps back around to the start
4
New cards
Add to a stack
Push()
5
New cards
Remove from a stack
pop()
6
New cards
Add to queue
enqueue()
7
New cards
Remove from queue
dequeue()