Skip to content

Nightonke/OldLeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode

Solutions for LeetCode.

These solutions contains C, C++ and JAVA. Most of them is C++, which I was learning when I started LeetCoding.

Because of the different languages, I push them in a JAVA project. In the src files, there are hundreds of .java file. The file name is "" + the number of the problem + "" + the title + ".java". In each .java file, the structure is:

public class .java_name(the class's name) {

// title

codes

}

Also, there may be some .java files which are for testing. For example the Main.java and the TreeNode class used in the solutions.

If want to read more infomations about the solutions: http://blog.csdn.net/u012925008/article/category/2936085

About

Solutions for LeetCode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages