Utkarsh1504 / DSA-Java

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.
https://utkarsh1504.github.io/DSA-Java/
Apache License 2.0
153 stars 95 forks source link

issue #156: Introduction to Queue #158

Open Subham5401 opened 1 year ago

Subham5401 commented 1 year ago

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.