JavaAlgorithms/src
Abhijay Kumar 7fbf8f221c Removed code smells and followed naming convention
- Local variable names in java must be with the  default regular expression ^[a-z][a-zA-Z0-9]*$
https://rules.sonarsource.com/java/tag/convention/RSPEC-117
- The diamond operator ("<>") should be used when the type of the maps are already defined
https://rules.sonarsource.com/java/RSPEC-2293
- Package names being camel cased is a code smell
2020-08-21 15:00:21 +05:30
..
main/java/com Removed code smells and followed naming convention 2020-08-21 15:00:21 +05:30
test Removed code smells and followed naming convention 2020-08-21 15:00:21 +05:30