From 545f34d7ffdcb7b0b8c95ea57a3072f9ef4a67d1 Mon Sep 17 00:00:00 2001 From: Acha Jackson Date: Sun, 1 Oct 2017 05:29:22 +0100 Subject: [PATCH] #16 Fixed typos and updated README.md --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c86fb43b..7371cdee 100644 --- a/README.md +++ b/README.md @@ -2,26 +2,25 @@ ## Overview: -This repo helps you in competitive program as it contains many advanced algorithms like Data structures like queue, stack and binary search tree. At the same time it also includes some very useful algorithms for competitive programmers like greedy, graphs including Djikstra, Floyd Warshal algorithm. +This repo helps you in competitive programming as it contains many advanced algorithms and Data structures like queue, stack and binary search tree. At the same time it also includes some very useful algorithms for competitive programming like greedy, graphs including Djikstra, Floyd Warshal algorithm. ## Contents: - - Linear Search + - binary search - Bubble Sort - - Selection Sort - - insertion sort - - merge sort - - quick sort - - radix sort - Dijkstra - Floyd Warshall - heap + - insertion sort + - Linear Search + - merge sort + - quick sort - queue + - radix sort + - Selection Sort - stack - + ## How to contribute: -Just fork this repo, and start giving any new algorithms which is not in the repo or you can solve any of the issues given. - - At last, star this repo, because this will be handy for you. +Fork this repo, you may provide any new algorithms which is not in the repo or you can solve any of the issues given. At last, star this repo, because this will be handy for you.