harsha444 / just-codes

Data Structures and Algorithms codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains the solutions for some of the coding problems that I have been solving. To run the C++ files in ubuntu: $ g++ -std=c++14 <program_name.cpp> -o <program_name> $ ./<program_name>

About

Data Structures and Algorithms codes


Languages

Language:C++ 98.1%Language:Python 1.9%