/DSA_101

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

Primary LanguagePython

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