|
| 1 | +### Description |
| 2 | + |
| 3 | +<!-- Provide a description of the introduced changes in this pull request. --> |
| 4 | +<!-- If the pull request closes an issue, please update the issue ID below. --> |
| 5 | + |
| 6 | +Closes #{ISSUE_ID} <!-- Remove if not applicable --> |
| 7 | + |
| 8 | +### Checklist |
| 9 | + |
| 10 | +- [ ] A description of the changes in this PR is mentioned above. |
| 11 | +- [ ] All the new and existing checks pass. |
| 12 | +- [ ] No plagiarized, duplicated, or repetitive documentation that has been directly copied from another source. |
| 13 | +- [ ] If it's a new explanation, it contains solid, understandable, and accessible information. |
| 14 | +- [ ] I have read the whole [contributing guidelines](https://github.com/TheAlgorithms/Algorithms-Explanation/blob/master/CONTRIBUTING.md) and agree to the [Code of Conduct](https://github.com/TheAlgorithms/.github/blob/master/CODE_OF_CONDUCT.md). |
| 15 | + |
| 16 | +### Screenshots (if any) |
| 17 | + |
| 18 | +<!-- |
| 19 | + |
| 20 | +If any, add screenshots to help explain your changes. |
| 21 | +Remove these comments to highlight the screenshots in the PR. |
| 22 | + |
| 23 | +| Original | Updated | |
| 24 | +| :-----------------: | :----------------: | |
| 25 | +| original screenshot | updated screenshot | |
| 26 | + |
| 27 | +--> |
| 28 | + |
| 29 | +### Note to reviewers |
| 30 | + |
| 31 | +<!-- Please add a one-line description for developers or pull request viewers, if any. --> |
0 commit comments