This repository has been archived by the owner on Jun 2, 2024. It is now read-only.
heap sort (#969) #60
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A list of reviewers to be added to PRs (GitHub user name) | |
reviewers: | |
- codePerfectPlus | |
# A number of reviewers added to the PR | |
# Set 0 to add all the reviewers (default: 0) | |
numberOfReviewers: 1 | |
# A list of assignees, overrides reviewers if set | |
assignees: | |
- codePerfectPlus | |
# A number of assignees to add to the PRs | |
# Set to 0 to add all of the assignees. | |
# Uses numberOfReviewers if unset. |