* 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>
* JAVA-31057 Check if large files can be removed
* JAVA-31057 Remove un-needed files from spring boot telegram
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
* adding the parent method. wrapping up structure of tree
* wrapping up recursive solution with edge cases. tests passing
* refactor parent function for clarity
* renaming Test class to suffix UnitTest
* adding iterative version tests. adding parent keeper tree and tests
* final adjustments
* adding review suggestions
* fix requested changes
* Revert "fix requested changes"
This reverts commit e52d3e6531668f99c415939c195bb4bbdd349bae.
* reverting bad commit
* adding variable for notFoundMesage
* fixing package names. fix test names
* Added the code for "Getting Pixel Array From Image in Java".
* The code and resources for "Getting Pixel Array From Image in Java".
* Removed the previous files from the wrong module.