SkillAgentSearch skills...

Leetcode

LeetCode solutions in Java、JavaScript、C and Python3

Install / Use

/learn @mythkiven/Leetcode
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.|Title|Solution|Difficulty| |---|-----|--------|--------| |000|Two Sum|pythoncjavaJavaScript|Easy



公众号:

QQ交流群:

小程序:

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

Related Skills

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated6y ago
Forks5

Languages

C

Security Score

80/100

Audited on Jul 15, 2019

No findings