From 0f35ca33e3b0bf4ed806073a817f1be4b2e99fc2 Mon Sep 17 00:00:00 2001 From: direct2harsh <64326510+direct2harsh@users.noreply.github.com> Date: Thu, 1 Oct 2020 16:45:59 +0530 Subject: [PATCH] Updated Readme with more info --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b3577f..f258f30 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Algorithms in Python +Few Algorithms in Python ====== Implementations of a few algorithms and datastructures for fun and profit! @@ -11,8 +11,8 @@ Completed - Sieve of Eratosthenes for prime numbers - Binary Search - Counting Inversions in an array -- Selecting ith order statistic in an array -- Graph datastructure (directed & undirected) +- Selecting ith order statistic in an array (ith smallest order) +- Graph datastructures (directed & undirected) - Graph Algos - Topological Sorting - Shortest hops