Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishalku03/stack_-_queue
Stacks and queues are essential linear data structures in computer science. A stack follows the Last-In-First-Out (LIFO) principle, where the most recent element is accessed first. Conversely, a queue adheres to First-In-First-Out (FIFO), processing elements in the order they were added, making them useful for managing sequential tasks efficiently.
https://github.com/vishalku03/stack_-_queue
cpp dsa queue stack
Last synced: 2 days ago
JSON representation
Stacks and queues are essential linear data structures in computer science. A stack follows the Last-In-First-Out (LIFO) principle, where the most recent element is accessed first. Conversely, a queue adheres to First-In-First-Out (FIFO), processing elements in the order they were added, making them useful for managing sequential tasks efficiently.
- Host: GitHub
- URL: https://github.com/vishalku03/stack_-_queue
- Owner: vishalku03
- Created: 2024-02-21T23:55:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T18:08:15.000Z (11 months ago)
- Last Synced: 2025-01-09T02:22:39.116Z (2 days ago)
- Topics: cpp, dsa, queue, stack
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# STACK-AND-QUEUE
code