DS-73 / Codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReadME

Operating System - Windows 11, Pop!_OS 20.10

Software & technologies:

- Visual Studio Code

- Dynamic Programming

- C++

CommandLine arguments:

  1. To compile program with C++11 standard

    • g++ -std=c++11 -pthread -oa filename.cpp
  2. To compile program with C++14 standard

    • g++ -std=c++14 -pthread -oa filename.cpp
  3. Executing the program

    • ./a.exe
    • ./a.out

About


Languages

Language:C++ 100.0%