frextrite / Data-Structures-Algorithms-Hacktoberfest-2K19

collection of data structures and algorithms in different languages - created by the community during Hacktoberfest 2019
MIT License
35 stars 252 forks source link

[DS] #206

Open Mallik813 opened 4 years ago

Mallik813 commented 4 years ago

Data Structure

I have seen that in the BST code implemented through cpp, there's only INSERT function and inorder traversal. I want to add more functions like PREORDER traversal, POST ORDER traversal and also delete nodes using C++ language.

Is this your first contribution to this repository? Yes

frextrite commented 4 years ago

Hey @Mallik813 I think these traversals were just added. Check Data Structures/Binary Tree Traversals/

Mallik813 commented 4 years ago

@frextrite Yes they are added. But in python langauage. Most of the competetive programmers use c++ as their language. And python codes generally have a lot of time complexity and different from c++ code. So I think there will be not much problem even if that exists in two languages.

Thanks.

frextrite commented 4 years ago

Sure go ahead @Mallik813