Skip to content

LeetCode tasks solutions

Notifications You must be signed in to change notification settings

allenvox/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode tasks solutions

GitHub last commit

To build all tasks: make
To build & run all tasks: make run
To delete all executables: make clean
To build & run a certain task: make %task% where %task% is task's srcfile without file format

Example

For 2235. Add Two Integers %task% for C-solution will be c/AddTwoIntegers