hacktoberfest2k21 icon indicating copy to clipboard operation
hacktoberfest2k21 copied to clipboard

Grab your Hacktoberfest T-Shirt and Swag

Results 58 hacktoberfest2k21 issues
Sort by recently updated
recently updated
newest added

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...

good first issue
hacktoberfest
hacktoberfest2021

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...

good first issue
hacktoberfest
hacktoberfest2021

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...

good first issue
hacktoberfest
hacktoberfest2021

good first issue
hacktoberfest
hacktoberfest2021

Pls merge! Happy hacktoberfest! Thanks!

Exercise tribonacci and DP in the language C++