code_problems
code_problems copied to clipboard
Data structure/circular queue
Your checklist for this pull request
🚨Please review the guidelines for contributing to this repository.
- [X] Make sure your files are in the right folder!
- [X] Make sure you add the extension of the file (.cpp, .python, .java, etc).
- [X] If your code is a solution for a code problem, please tell which one.
- [ X] Make sure your code is working, test for a lot of cases.
Description
This is a queue implementation using circular array written in C, in the main function of the file I wrote some test cases to test with the queue behaves the way that is expected. :heart: Thank you!