Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 594 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 594 Bytes

C++ Algorithm/Data Structure Library for Competitive Programming

Actions Status

Contents

  • linear_algebra_matrix/
  • marathonmatch/
  • string/
  • unionfind/

License

This repository is under the MIT License, but you can freely use or modify C++ codes without any notice for programming contests or online judges. There is no warranty

Some scripts for CI are borrowed from https://github.com/kmyk/online-judge-verify-helper, which is released under the MIT License.