Metadata-Version: 2.1
Name: pyinterview
Version: 0.1.4
Summary: This library contains useful data structures and algorithms that are commonly used in coding interviews.
Home-page: https://github.com/marwanhawari/pyinterview
Author: Marwan Hawari
Author-email: marwan.hawari@gmail.com
License: MIT
Project-URL: Documentation, https://pyinterview.readthedocs.io/
Project-URL: Bug Tracker, https://github.com/marwanhawari/pyinterview/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

[![PyPI version](https://badge.fury.io/py/pyinterview.svg)](https://badge.fury.io/py/pyinterview)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/pyinterview)](https://pypi.org/project/pyinterview/)
[![Build Status](https://github.com/marwanhawari/pyinterview/actions/workflows/build.yml/badge.svg)](https://github.com/marwanhawari/pyinterview/actions)
[![Documentation Status](https://readthedocs.org/projects/pyinterview/badge/?version=latest)](https://pyinterview.readthedocs.io/en/latest/?badge=latest)
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)

# Description
This library contains useful data structures and algorithms that are commonly used in coding interviews.

# Installation
```
pip install pyinterview
```

# Documentation
[Read the Docs](https://pyinterview.readthedocs.io)

# PyPI
[PyPI](https://pypi.org/project/pyinterview/)

