/python-solutions

5 common algorithm & data-structure questions solved in python

Primary LanguagePython

Python Solutions

This project consists of 5 computer science sorting
and algorithm functions solved in python

Each function is labeled per it's question (`def question1():`)

Each function is explained the the explanations.md file

INSTALLATION

Run these solutions using any python IDE

FILE MANIFEST

1_anagram.py
2_lps.py
3_mst.py
4_lca.py
5_linked_list.py
explanations.md
README.md