Metadata-Version: 2.1
Name: pyinterview
Version: 0.1.1
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)
[![Build Status](https://travis-ci.com/marwanhawari/pyinterview.svg?branch=main)](https://travis-ci.com/marwanhawari/pyinterview)
[![Documentation Status](https://readthedocs.org/projects/pyinterview/badge/?version=latest)](https://pyinterview.readthedocs.io/en/latest/?badge=latest)

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

# Installation
```
pip install pyinterview
```

