Skip to content

Gustanol/CodeProblems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

This is a repository that I can share resolutions and experiences of some LeetCode problems! πŸ“™

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


To run any code, follow this step by step:

  • 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! πŸ€—

About

My resolutions of some programming problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published