Skip to content

LeetCode solutions in Java、JavaScript、C and Python3

License

Notifications You must be signed in to change notification settings

mythkiven/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode

单个文件编译运行方法:

以 000.TwoSum 为例: solution.c cd ./000.TwoSum/ && gcc Solution.c -o Solution && ./Solution solution.py cd ./000.TwoSum/ && py3 Solution.py solution.java cd ./000.TwoSum/ && javac Solution.java && java Solution solution.js cd ./000.TwoSum/ && node Solution.js 或者使用vscode 

LeetCode solutions in Python3、C、Java and JavaScript

NO.TitleSolutionDifficulty
000Two SumpythoncjavaJavaScriptEasy


公众号:

QQ交流群:

小程序:

博客:http://3code.info/

Releases

No releases published

Packages

No packages published
close