Skip to content

Commit 4589cda

Browse files
committed
added pull request
1 parent 7b431d7 commit 4589cda

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed
Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1-
<!--
2-
Provide a brief description of fixes provided in this pull request
3-
(Tip: Focus on what and why instead of how).
4-
Examples
5-
- Added tests for x algorithm/program.
6-
- Optimized implementation of y to improve time and/or space complexity.
7-
- Added a new implementation for z algorithm/ z data structure.
8-
9-
Fixes #<mention_issue_number_here>
10-
-->
1+
#### Description of Change
2+
<!--
3+
Thank you for your Pull Request. Please provide a description above and review
4+
the requirements below.
5+
6+
Contributors guide: https://github.com/TheAlgorithms/Go/CONTRIBUTING.md
7+
-->
8+
9+
#### Checklist
10+
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
11+
12+
- [ ] Added description of change
13+
- [ ] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/Go/blob/master/CONTRIBUTING.md#New-File-Name-guidelines)
14+
- [ ] Added tests and example, test must pass
15+
- [ ] Added documentation so that the program is self-explanatory and educational - [GoDoc guidelines](https://blog.golang.org/godoc)
16+
- [ ] Relevant documentation/comments is changed or added
17+
- [ ] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/Go/blob/master/CONTRIBUTING.md#Commit-Guidelines)
18+
- [ ] Search previous suggestions before making a new one, as yours may be a duplicate.
19+
- [ ] I acknowledge that all my contributions will be made under the project's license.
20+
21+
Notes: <!-- Please add a one-line description for developers or pull request viewers -->

0 commit comments

Comments
 (0)