An open API service indexing awesome lists of open source software.

https://github.com/thebrianbug/datastructuresandalgospractice

Solutions to LeetCode, HackerRank, and PRAMP interview questions
https://github.com/thebrianbug/datastructuresandalgospractice

interview-preparation practice-exercises

Last synced: 12 months ago
JSON representation

Solutions to LeetCode, HackerRank, and PRAMP interview questions

Awesome Lists containing this project

README

          

# Data Structures and Algorithms Practice

This is a compilation of practice exercises. Most come from LeetCode, HackerRank, or Pramp interview practice.

## Installation
1. Install [python](https://www.python.org/downloads/), if needed
2. Install dependencies `pip install -r requirements.txt`

## Usage
`python -m pytest`

## Author
[Brian McIlwain](https://github.com/bmcilw1/)

## License
[MIT](https://choosealicense.com/licenses/mit/)