larissalages / code_problems

Code Problems from Coding Challenge Websites. The goal is to help them to improve their code skills and also studying for coding interviews.
MIT License
55 stars 182 forks source link

Data structure/circular queue #471

Open vcnovaes opened 1 year ago

vcnovaes commented 1 year ago

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!