Skip to content

rishabhdeepsingh/competitive_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

competitive_cpp

GitHub stars GitHub branch checks state GitHub issues CodeFactor

Data structure and algorithms tested and usable using bazel

Building

bazel build //...

Testing 🧪

to run all the tests

bazel test //...

If you want to run a specific cc_test

 bazel test test/strings:string_utils_test

Contributions

Contributions are always welcomed, Please raise a CL if you want to add an algorithm or data structure. Also don't forget to add the test cases, documentation if required.

We are using Google style guides for formatting and code structure.

About

Data structure and algorithms tested and usable using bazel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published