Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 309 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 309 Bytes

hackerranksolutions

It contains hackerrank algorithmic solutions.

All the programs are written in C or C++.

for compiling the program:

C -> gcc program.c ./a.out

C++ -> g++ program.cpp ./a.out

My hackerrank profile : msdeep14