Avashist1998 / ProblemSolvingPractice

ProblemSolvingPractice code in java and python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem Solving Practice

The repository follows very closely to the Crack the coding interview book. The repository contains the code for a the problems I have used to solve different problems and my implementation of data structures and algorithms.


Requirements

python 3.8.10

Contributing

Please install dev requirements for testing and formatting python code.

pip install -r requirments-dev.txt

Python Linting

Contributers can check if their code follows the python standard using the following script.

./linit.sh

About

ProblemSolvingPractice code in java and python


Languages

Language:Python 74.5%Language:Java 16.7%Language:C++ 8.4%Language:Shell 0.4%