Each problem has its own README.md
file that contains my resolution.
You can view the code and read the README.md
file to understand the logic behind it. π
I kept my naive solutions that I have done before start to study advanced algorithms. I think is important to show the process of improving! π
If you have any suggestions, do not hesitate to open an issue or contact me (realy, I love suggestions)! π
This is my LeetCode profile
- Clone the repository:
git clone https://github.com/Gustanol/CodeProblems.git
cd CodeProblems
-
Enter in a specific problem directory.
-
If you there's a Java file, execute the followings commands:
javac Main.java
java Main
It will compile the file and execute the code.
- If there's a Go file, just execute:
go run main.go
That's it! π€