Skip to content

feat: add priority queue#916

Closed
kumaryash18 wants to merge 3 commits intoTheAlgorithms:masterfrom
kumaryash18:queue
Closed

feat: add priority queue#916
kumaryash18 wants to merge 3 commits intoTheAlgorithms:masterfrom
kumaryash18:queue

Conversation

@kumaryash18
Copy link
Copy Markdown
Member

@kumaryash18 kumaryash18 commented Nov 5, 2021

Description of Change

added priority queue in data structure

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • 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:
Implement priority queue data structure

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! 😄 Please fix clang-tidy warnings. Let us know if you need any help here or in our Discord server! 😃

@Panquesito7 Panquesito7 added Autochecks are failing Failing CI Auto-checks Changes requested enhancement New feature or request labels Nov 5, 2021
@kumaryash18
Copy link
Copy Markdown
Member Author

Hey there! Thank you for submitting a PR! 😄 Please fix clang-tidy warnings. Let us know if you need any help here or in our Discord server! 😃

Not sure what to fix.

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! 😄 Please fix clang-tidy warnings. Let us know if you need any help here or in our Discord server! 😃

Not sure what to fix.

You can see all the warnings in this link https://github.com/TheAlgorithms/C/runs/4116112447?check_suite_focus=true

}
return item;
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Please add self-test cases so we can verify your program works properly (see the typical structure of a program as a reference). Let us know if you need any help here or in our Discord server. 😃

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Not Sure how test of this program should look like using assert

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 9, 2021

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 9, 2021
@Panquesito7 Panquesito7 removed the Stale label Dec 9, 2021
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 9, 2022

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 Jan 9, 2022
@Panquesito7 Panquesito7 removed the Stale label Jan 9, 2022
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 9, 2022

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
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 Mar 13, 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 Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Autochecks are failing Failing CI Auto-checks Changes requested enhancement New feature or request Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants