I would like to add some advanced data structures like Binary Indexed Trees, Segment Trees, Tries and more in the _data structures_ folder. Would love to work on this stuff! #hacktoberfest
Go for it 馃憤
@AdiChat should I create a separate folder for _advanced data structures_ or should i make changes in _data structures_ folder only?
fenwick tree in cpp and python added please review PR #184 @AdiChat
@abhishekjiitr Create sub-folders for each type. Like a folder named fenwick_tree for code of fenwick tree in various languages. 馃憤
@AdiChat i have already added fenwick tree in two languages. @abhishekjiitr can add segment tree and other DS.
let me see, if i can improve the code for fenwick tree / BIT
cheers @AkshGautam
wait,i seem to have commited a wrong code for fenwick in cpp,let me recommit
@AdiChat review PR #184
I have implemneted an ArrayStack i c++. Not sure if it counts as an Advanced data-structure though...
See PR #82
@AdiChat please review!
https://github.com/OpenGenus/cosmos/pull/225
@AdiChat Please review the code for trie search and addition in C++
since a lot of advanced data structures have been accommodated, shall we close this issue @AdiChat ?
Can I add code in C++ for AVL trees, Red-Black Trees etc.
sure, just make sure these things are not done by someone else already!