Files
Akshay Dubey dc67506272 merge: Add pronic number implementation (#1023)
* feat: Add pronic number implementation

* Add test to Math

* Minor fixes

* Minor style fixes

* refactor: Store square root in a variable

* Minor refactoring

* fix: Change pronic number check logic

Reduced time complexity from O(sqrt(n)) to O(1)

* Minor style fixes

* fix: Update pronic number check boolean equation

* refactor: Change pronic number check condition

* refactor: Add tests to Math

* Minor style fixes

* refactor: Change unit test logic
2022-05-25 17:39:23 +05:30
..
2022-03-15 17:41:50 +05:30
2021-12-20 22:27:05 +05:30
2021-12-14 11:01:52 +05:30
2021-10-09 13:18:40 +02:00
2021-10-28 15:37:43 +05:30
2021-07-09 22:51:08 +05:30
2021-02-05 17:59:38 +05:30
2021-10-16 11:37:15 -03:00
2021-10-28 15:37:43 +05:30
2020-10-12 01:17:49 +05:30
2021-11-26 22:12:30 +05:30
2021-10-09 13:18:40 +02:00
2020-10-12 01:17:49 +05:30
2022-03-04 16:34:33 +05:30
2020-10-12 01:17:49 +05:30
2020-10-12 01:17:49 +05:30
2020-10-12 01:17:49 +05:30
2022-03-10 22:25:06 +05:30
2021-05-05 09:32:58 +05:30
2021-10-09 13:18:40 +02:00
2021-10-05 12:49:23 +05:30
2021-07-20 12:38:47 +08:00