Python
Python copied to clipboard
Patch 1
What does this PR do?
This pull request makes a program for comb sort in Python. The Time Complexity is O(n^2).
Related PRs and Issues is any
No related PRs
Have you read the Contributing Guidelines?
- [x] yes
- [ ] no
Is the code your own?
- [x] yes
- [ ] no
Is your code in proper folder and proper subfolder?
- [x] yes
- [ ] no
Have you made or updated corresponding README.md file in the folder?
- [x] yes
- [ ] no
Is the code beautified?
- [x] yes
- [ ] no
Is the code clear to understand with proper variable naming and comments?
- [x] yes
- [ ] no