Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 263 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 263 Bytes

Leetcode

Leetcode exercises

Run TypeScript Tests

bazel test --test_output=all //typescript:ts_tests

Run C++ Tests

bazel test --test_output=all //cpp:tests

Generate Compilation Database (for better autocomplete)

./generate_compilation_db.sh