Skip to content

Create circular_queue.c#1067

Closed
Vrajjangid5 wants to merge 2 commits intoTheAlgorithms:masterfrom
Vrajjangid5:master
Closed

Create circular_queue.c#1067
Vrajjangid5 wants to merge 2 commits intoTheAlgorithms:masterfrom
Vrajjangid5:master

Conversation

@Vrajjangid5
Copy link
Copy Markdown

A circular queue is the extended version of a regular queue where the last element is connected to the first element. Thus forming a circle-like structure

Description of Change

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:

A circular queue is the extended version of a regular queue where the last element is connected to the first element. Thus forming a circle-like structure
There are various linked list operations that allow us to perform different actions on linked lists. For example, the insertion operation adds a new element to the linked list
Copy link
Copy Markdown
Member

@Panquesito7 Panquesito7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there! Thank you for submitting a PR! 😄 Sadly, the documentation is not up to our standards. Please update the file accordingly. Let us know if you need any help here or on our Discord server. 😃

@Panquesito7 Panquesito7 added enhancement New feature or request Changes requested Proper Documentation Required requested to write the documentation properly labels Oct 29, 2022
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions Bot added the Stale label Dec 15, 2022
@github-actions
Copy link
Copy Markdown
Contributor

Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!

@github-actions github-actions Bot closed this Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Changes requested enhancement New feature or request Proper Documentation Required requested to write the documentation properly Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants