From 3e0d0a537ced2f8885941199a3ca5771a7e03f79 Mon Sep 17 00:00:00 2001 From: Omkar Pathak Date: Wed, 27 Sep 2017 08:17:43 +0530 Subject: [PATCH] Update Algorithm.md Added Pygorithm Project for implementation of various data structures and algorithms --- Algorithm.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Algorithm.md b/Algorithm.md index ba690ea..014282c 100644 --- a/Algorithm.md +++ b/Algorithm.md @@ -4,5 +4,6 @@ module of algorithms for Python. Project Source: https://github.com/nryoung/algorithms - - +2. pygorithm +module for algorithms and data structures implemented purely in Python. +Project Source: https://github.com/OmkarPathak/pygorithm