sr6033 / dataStructure-Algorithms

Implementations of various data structures and algorithms using C/C++, Python & Java.
https://sr6033.github.io/dataStructure-Algorithms/
MIT License
7 stars 14 forks source link

Print divisors Time Complexity-O(sqrt(n)) #9

Closed sibasish14 closed 6 years ago

sibasish14 commented 6 years ago

Add two programs( in cpp & python) of printing divisors with time complexity of O(sqrt(n)).

sr6033 commented 6 years ago

Add the problem statement at the top of the program using comments.

sibasish14 commented 6 years ago

@sr6033 please have a look now.