code_problems icon indicating copy to clipboard operation
code_problems copied to clipboard

Data structure/circular queue

Open vcnovaes opened this issue 2 years ago • 0 comments

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!

vcnovaes avatar Oct 31 '22 01:10 vcnovaes