[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!
Your checklist for this pull request
🚨Please review the guidelines for contributing to this repository.
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!