From b0a2f49371bc26a71b2e371b9b3e68c5cbc386de Mon Sep 17 00:00:00 2001 From: emht Date: Sun, 1 Oct 2017 18:16:29 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index b9593518..ac4fc3e6 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,31 @@ This repo helps you in competitive program as it contains many advanced algorith ## Contents: +### Search Algorithms - Linear Search - binary search + +### Sorting Algorithms - Bubble Sort - Selection Sort - insertion sort - merge sort - quick sort - radix sort + +### Shortest Path Algorithms - Dijkstra - Floyd Warshall + +### Common Data Structures - heap - queue - stack + - Array + - Linked List + +## Languages Used: + - C++ ## How to contribute: