premchalmeti / DSA_101

This repo contains some of ds and algorithm problems and codewars and hackerrank solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DS & Algorithms

This repository contains the python implementation of standard Data Structures, algorithms and programming problems (hackerrank, codewars).


Setup

  • Since the algorithms and DS use other DS as well so for imports to work properly

  • Please add the location of root directory of this repo in your PYTHONPATH

      export PYTHONPATH=$PYTHONPATH:/home/workspace/DSA_practice/
    
  • To avoid updating PYTHONPATH for each run. Add above export in your ~/.bashrc file

About

This repo contains some of ds and algorithm problems and codewars and hackerrank solutions


Languages

Language:Python 91.8%Language:Java 4.1%Language:C 4.0%