Skip to content

Solutions for LeetCode problems by Juan Echavarria

License

Notifications You must be signed in to change notification settings

juanea/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Problems

This repository is intended to document the LeetCode questions on algorithms and data structures in modern C++.

How to get setup?

How to add a new problem?

  • Create a directory with the number of the problem and the name, remove special characters replace spaces with "_" eg: 13. Roman to Integer resolves in 13_Roman_to_Integer

  • When submitting a problem a create the cpp file in a way that you just need to copy the class for submitting eg:

      class Solution
      {
      public:
        void leetCodeFunction()
        {
          // Code goes here;
        }
      }

License

MIT

About

Solutions for LeetCode problems by Juan Echavarria

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published