diff --git a/README.md b/README.md index 9032ddf..403839c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # Algorithms +Some algorthims written in C++ -Git Hub 1 \ No newline at end of file +## Contents +* [Computer Organisation](https://github.com/abhinavraj23/Algorithms/tree/master/Computer%20Organisation) + * [Branch Predictor](https://github.com/abhinavraj23/Algorithms/blob/master/Computer%20Organisation/branchPredictor.cpp) +* [Boruvkas Algorithm](https://github.com/abhinavraj23/Algorithms/blob/master/BoruvkasAlgo.cpp) +* [Huffman Coding](https://github.com/abhinavraj23/Algorithms/blob/master/HuffmanCoding.cpp) +* [Huffman Coding](https://github.com/abhinavraj23/Algorithms/blob/master/HuffmanCoding.cpp) +* [Kruska Algorithm](https://github.com/abhinavraj23/Algorithms/blob/master/KruskalAlgo.cpp) +* [Stable Matching](https://github.com/abhinavraj23/Algorithms/blob/master/StableMatching.c) +* [Job Scheduling](https://github.com/abhinavraj23/Algorithms/blob/master/jobScheduling.cpp) +* Tower of Hanoi + * [1](https://github.com/abhinavraj23/Algorithms/blob/master/towerOfHanoi1.cpp) + * [2](https://github.com/abhinavraj23/Algorithms/blob/master/towerOfHanoi2.cpp)