This repository contains all the concepts related to data structures and algorithms to get started. It also consists of a lot of problem-solving techniques that will help you in solving the questions of the coding rounds.
[x] Search previous suggestions before making a new one, as yours may be a duplicate.
[x] I acknowledge that all my contributions will be made under the project's license.
Notes: Added an introductory lesson on the Queue data structure, covering its properties, operations, and implementation using a linked list. This PR aims to provide a beginner-friendly explanation of queues and their usage in Java.
Fixes #156
Short description of what this resolves:
new lesson: Introduction to Queue
What Changes proposed in this pull request:
Checklist
Notes: Added an introductory lesson on the Queue data structure, covering its properties, operations, and implementation using a linked list. This PR aims to provide a beginner-friendly explanation of queues and their usage in Java.