From 7776f72f029d76f5224f246ca41d8f4f0db5a776 Mon Sep 17 00:00:00 2001
From: Prabhu Pant <prabhupant09@gmail.com>
Date: Wed, 29 Jan 2020 14:23:00 +0530
Subject: [PATCH] Add python-ds

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index af3a627..284bce9 100644
--- a/README.md
+++ b/README.md
@@ -123,6 +123,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
 * [PyPattyrn](https://github.com/tylerlaberge/PyPattyrn) - A simple yet effective library for implementing common design patterns.
 * [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
 * [sortedcontainers](https://github.com/grantjenks/python-sortedcontainers) - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.
+* [python-ds](https://github.com/prabhupant/python-ds) - Clean and simple collection of data structure and algorithms in Python for coding interviews.
 
 ## ASGI Servers
 
-- 
GitLab