java-tutorials/algorithms-modules/algorithms-miscellaneous-7
alexyang 7edeb43ed1
BAEL-7598 Check if a number is a perfect number (#16039)
* BAEL-7598 Check if a number is a perfect number

* add stream based method. refactor UT

* refactor UT using bdd style

* removes public modifier

* add jmh benchmark

* use properties and remove uncessary configuration

---------

Co-authored-by: alexyang <alexyang0623@gmail.com>
Co-authored-by: travel2china <163321917+travel2china@users.noreply.github.com>
2024-04-05 16:17:28 +02:00
..
src BAEL-7598 Check if a number is a perfect number (#16039) 2024-04-05 16:17:28 +02:00
README.md Update README.md 2024-03-21 23:32:09 +08:00
pom.xml BAEL-7598 Check if a number is a perfect number (#16039) 2024-04-05 16:17:28 +02:00