Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 505 Bytes

File metadata and controls

41 lines (23 loc) · 505 Bytes

leetcode-training

Algorithm training. https://skygragon.github.io/leetcode-cli/demo.html

java $: javac hello.java java $: java hello

c $: gcc hello.c 如果没有错误会生成a.out可执行文件 c $: ./a.out

leetcode cli

leetcode version

leetcode help

leetcode help user

leetcode user -l

leetcode help list

leetcode list

leetcode list -q h array

leetcode show 1

leetcode show 1 -gx

vim 1.two-sum.cpp

leetcode test 1.two-sum.cpp

leetcode test 1.two-sum.cpp -t '[1,2,3]\n3'