Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode solution

This reposity is a note for solution of leetcode.

CI With Bazel

How to work?

I wrote the code and arrange them by Bazel. No main function exists, the results is a shared library, so you can test it easily by writing any code you want. I add the GTest library for unit test, so the test folder will generate the execuation file for unit test. The default test case is given by the leetcode description, and you can add the test case by yourself.

Requirements

I test my code only on the linux and windows, so I have no idea about other platform. Now support the bazel builder.

Linux Requirements

  • A C++11-standard-compliant compiler

Windows Requirements

  • Microsoft Visual C++ 2015 or newer

Problem Lists

Please click Problem Lists for details.

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages