Skip to content

Commit

Permalink
srbcheema1#16 Fixed typos and updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
achaJackson committed Oct 1, 2017
1 parent 0bc1393 commit 545f34d
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 545f34d

Please sign in to comment.