This repository is mean't to serve as learning algorithm from various books and portals like:
- Cracking the coding interview
- algorithm-ctci
- ch1: arrays & strings
This project uses java and maven. Please follow the below bash instructions to install this project.
- Install
javausinghomebrew. Skip this step in case its already installed and configured.brew cask install adoptopenjdk8
- Install
mavenusinghomebrew. Skip this step in case its already installed and configured.brew install maven
- Clone repository
git clone https://github.com/mddeepaksoni/learning-algorithm.git
- Build
cd learning-algorithm mvn clean install