Python icon indicating copy to clipboard operation
Python copied to clipboard

Patch 1

Open tinyCodersDen opened this issue 1 year ago • 1 comments

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

tinyCodersDen avatar Oct 28 '24 02:10 tinyCodersDen