AlgorithmsAndDataStructure icon indicating copy to clipboard operation
AlgorithmsAndDataStructure copied to clipboard

Updated it to run in 0(sqrt(n)) instead of O(n)

Open thearkamitra opened this issue 3 years ago • 0 comments

Updated the code to run in 0(sqrt(n)) instead of O(n)

Pull Request Template

What have you Changed(must)

Updated it to run in 0(sqrt(n)) instead of O(n)

Issue no.(must) -

Pr will be closed and marked as spam. If issue number not found or issue was assigned to someone else. Marking as spam can block your account from HacktoberFest.

Self Check(Tick After Making pull Request)

  • [x] This issue was assigned to me if not it will marked as spam.
  • [x] My file is in proper folder
  • [x] I am following clean code and Documentation.My code is well linted and I am using flake8 standard for python
  • [x] I have added title and what program will do first in the file

README - How to Contribute

thearkamitra avatar Oct 02 '21 10:10 thearkamitra