Khagapati Bagh
Khagapati Bagh
Verify and merge it
Add postOrder traversal recursive approach for a binary tree in C++ inside `C++/DataStructure/Tree` directory and name the file as `postOrderTraversalRecursive.cpp`. Please follow the [contribution guidelines](https://github.com/khagapati-bagh/hacktoberfest2k21/blob/main/CONTRIBUTING.md) without this your code will...
Add inorder traversal recursive approach for a binary tree in C++ inside `C++/DataStructure/Tree` directory and name the file as `inOrderTraversalRecursive.cpp`. Please follow the [contribution guidelines](https://github.com/khagapati-bagh/hacktoberfest2k21/blob/main/CONTRIBUTING.md) without this your code will...
Add preorder traversal recursive approach for a binary tree in C++ inside `C++/DataStructure/Tree` directory and name the file as `preOrderTraversalRecursive.cpp`. Please follow the [contribution guidelines](https://github.com/khagapati-bagh/hacktoberfest2k21/blob/main/CONTRIBUTING.md) without this your code will...
Add inOrder traversal iterative approach for a binary tree in C++ inside `C++/DataStructure/Tree` directory and name the file as `inOrderTraversalIterative.cpp`. Please follow the [contribution guidelines](https://github.com/khagapati-bagh/hacktoberfest2k21/blob/main/CONTRIBUTING.md) without this your code will...
My sincere apology to all. It's hard to say that our project got excluded from hacktoberfest 2021. This year they have brought some new policy, because of which our project...
Add C Code
### Multiple developers can work on this issue add the directory as C/Language for adding language-specific code and C/Algorithm for adding algorithm-specific code
Add a single linkedlist in C++ inside `C++/DataStructure/LinkedList` directory and name the file as `singleLinkedList.cpp`. Please follow the [contribution guidelines](https://github.com/khagapati-bagh/hacktoberfest2k21/blob/main/CONTRIBUTING.md) without this your code will not be accepted.
Add Merge Sort Algo in C++/Algorithm/Sorting directory. Please go through the [contribution guide](https://github.com/khagapati-bagh/hacktoberfest2k21/blob/main/CONTRIBUTING.md) before you start and follow the rules.
Add Binary Search in C++/Algorithm/Searching directory. Please go through the [contribution guide](https://github.com/khagapati-bagh/hacktoberfest2k21/blob/main/CONTRIBUTING.md) before you start and follow the rules.