Skip to content

zf-account/leetcodePractice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build

linux

cd build

cmake ..
make -j

windows

cd build

cmake -G "MinGW Makefiles" ..
cmake --build .

mac

cd build

cmake -G "Unix Makefiles" ..   
make -j$(sysctl -n hw.logicalcpu)

About

Practice cpp and python in leetcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages