Skip to content

Commit 74e8bf8

Browse files
authored
Update README.md
1 parent 564b5dd commit 74e8bf8

File tree

1 file changed

+1
-1
lines changed
  • 16 - Queue Data Structure Problems/01 - Linear Queue Problems

1 file changed

+1
-1
lines changed

16 - Queue Data Structure Problems/01 - Linear Queue Problems/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 align='center'>LINEAR - QUEUE - PROBLEMS</h1>
1+
<h1 align='center'>LINEAR - QUEUE - DATA STRUCTURE - PROBLEMS</h1>
22

33
<p align='center'>A <b>Linear Queue</b> is a fundamental data structure in computer science used to store and manage a collection of elements in a specific order. It operates on a **First In, First Out (FIFO)** principle, meaning the first element added to the queue is the first one to be removed.
44
</p>

0 commit comments

Comments
 (0)