Files
Ricardo Fernández Serrata 979046897d merge: Edit Perfect{Square, Cube} (#1071)
* Make `PerfectCube` more correct and readable

* Add negative and Infinity tests

* Fixed comment formatting

* Realized BigInt support is unnecessary

The algorithm would be exactly the same, so there's no added educational value

* Update PerfectCube.js

* Remove space

* Update PerfectCube.js

Now `isInt` is replaced by `isFinite`, because `isInt` is a redundant check

* Update PerfectCube.js

Remove dot

* Parity between `PerfectSquare` and `PerfectCube`

* Update PerfectSquare.test.js

Fixed the old copy-paste error that said "cube" instead of "square". And added `Infinity` test
2022-08-12 23:14:25 +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
2022-06-27 10:09:54 +05:30
2021-10-28 15:37:43 +05:30
2020-10-12 01:17:49 +05:30
2021-11-26 22:12:30 +05:30
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