akshitagit / JAVA

Repository for Java codes and algos.Star the repo too.
https://github.com/akshitagupta15june
MIT License
90 stars 127 forks source link

Fixed classes names based on Java name convention #187

Closed KostasKivo closed 3 years ago

KostasKivo commented 3 years ago

I renamed a lot of the files for better readability ( apart from the obvious ones like "Rotate_an_array_to_the_left_by_3_position.java" ). Also changed the inside of the classes to match the file's name whenever that was the case, the Java classes naming convention is here: https://www.oracle.com/java/technologies/javase/codeconventions-namingconventions.html