nqhung291 / algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithm

This is my repository about algorithm, interview, etc...

Wanna run some code?

In terminal (Linux):

g++ -std=c++17 -Wshadow -Wall -o solve -O2 -Wno-unused-result solve.cpp && ./solve

Structure

template.cpp: My C++ template for praticing, examining...

About


Languages

Language:C++ 100.0%