Skip to content

chihungtzeng/online_judge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a collection of the code while I was studying programming. Most of the code is for leetcode.

For leetcode problems solved by C++, I used cmake and glog (for debugging) to make the process quick. Typically I would write code in leet.cpp and put test cases in leet_test.cpp, and run

mkdir -p out && cd out
cmake ..
make -j
./leet

If all test cases are passed, then submit the solution.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published