Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 223 Bytes

File metadata and controls

10 lines (8 loc) · 223 Bytes

leetcode

Leetcode problems

For C solutions, please output to ./bin/ i.e:

# compile and run
# use gcc | g++ | clang compilers
clang length-of-last-word.c -o bin/length-of-last-word; ./bin/length-of-last-word