Cosmos: Add some advanced data structures

Created on 2 Oct 2017  路  14Comments  路  Source: OpenGenus/cosmos

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

Hacktoberfest add code

All 14 comments

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 the code for trie search and addition in C++

388

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mansiag picture mansiag  路  3Comments

vaibhavsingh97 picture vaibhavsingh97  路  3Comments

InfiniteCoder picture InfiniteCoder  路  3Comments

skywalker212 picture skywalker212  路  3Comments

arnavb picture arnavb  路  3Comments