anuragverma108 / DSA-Placement-Probems

Welcome to the DSA Placement Problems repository, dedicated to helping individuals prepare for technical interviews at FAANG/MAANG companies. As part of the Hacktoberfest celebration, this open-source project invites contributions from the global programming community. The aim is to curate a comprehensive collection of data structures and algorithm
0 stars 1 forks source link

Added Queue Codes With Sample Queue Questions #86

Closed HartzFrequency closed 1 year ago

HartzFrequency commented 1 year ago

Hey @anuragverma108

Issue Ref: https://github.com/anuragverma108/DSA-Placement-Probems/issues/81

I have successfully added different types of queue code, namely priority queue, circular queue, double-ended queue, simple queue, and two sample questions. Please review the PR. Thank you.