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
- Host: GitHub
- URL: https://github.com/thebrianbug/datastructuresandalgospractice
- Owner: thebrianbug
- License: mit
- Created: 2020-12-12T22:18:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-21T19:30:08.000Z (over 5 years ago)
- Last Synced: 2025-05-19T07:08:30.783Z (about 1 year ago)
- Topics: interview-preparation, practice-exercises
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)