amritansh22 / Data-Structures-and-Algorithms-in-cpp

This repository is in development phase and will soon provide you with c++ code of various data structures and algorithms
MIT License
365 stars 341 forks source link

add Implementation of a queue by a binary file #628

Open chavi362 opened 10 months ago

chavi362 commented 10 months ago

I added an implementation of a queue by a binary file with the use of two pointers to the top of the queue and the beginning of the queue. I would love to see you merge my request. Thank you very much for the wonderful project! Havea nice day!

welcome[bot] commented 10 months ago

Thanks for opening this pull request! Please be sure that you have checked out our contributing guidelines.