Skip to content

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

Notifications You must be signed in to change notification settings

premchalmeti/DSA_101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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