/hackerank

Primary LanguageJupyter NotebookMIT LicenseMIT

HackerRank Practices

Just some cool challenges and my drafts.

Project Organization

├── LICENSE
├── README.md                  <- The top-level README for developers using this project (also know as this file!)
├── data
│   ├── input                  <- Input of testcases from specific problem
│   └── output                 <- Expected output of testcases from specific problem
├── notebooks                  <- Jupyter notebooks
├── scripts                    <- Python files
├── requirements.txt           <- Packages used in the code

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You need to have the packages on requirements.txt installed. To do that, open the terminal and run:

pip3 install -U -r requirements.txt

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments