Skip to content

Solutions for the leetcode top 150 interview problems.

Notifications You must be signed in to change notification settings

kaichevannes/interview-150

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interview-150

Solutions to the leetcode top interview 150: https://leetcode.com/studyplan/top-interview-150/

Initialise using: cmake -G Ninja ..

Rebuild and run tests using: ninja && ctest --output_on_failure -R TestSuiteName

To run only unit tests add: -E Property

To run only the property tests: -R TestSuiteNameProperty

To avoid having to add the --output-on-failure flag when manually testing, add this environment variable: export CTEST_OUTPUT_ON_FAILURE=1

About

Solutions for the leetcode top 150 interview problems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published