Skip to content

mnikander/leetcode_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcode in C++

Getting started

  1. Install dependencies
sudo apt install g++ cmake libgtest-dev
  1. Clone the repo
git clone #...
cd #... navigate into the freshly cloned repo
  1. Build and run:
mkdir out && cd out && cmake .. && cd .. # out-of-source build
cmake --build out/ && ./out/unit_tests

About

Practice different programming styles in C++ on leetcode exercises

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages