Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 209 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 209 Bytes

Algorithms

Various algorithms implemented in C++ / Python

Commands for C++

  1. Compile with CPP > 11
  • g++ -std=c++11
  1. Compile with header file
  • g++ -std=c++11 lis_correct.cpp common_functions.cpp