Open hwchiu opened 7 years ago
Yes, the above two categories can be merged 👍
The directory tree
exists in lower case 👍
Thanks, there're some problem in my environment so I still see some upper case directory name, such as Stack/Tree. lol.
So, Should I rename binary_search_tree_height
to binary_tree_height
or binary_tree_maximum_height
since there's a binary_tree_minimum_height
category.
binary_tree_maximum_height
should be consistent 👍
There were multiple directories with both upper and lower case. I merged them yesterday. The problem was that windows is case-insensitive and git seems to be case-sensative 👍
There's a category
binary_search_tree_height
incode/data_structures/Tree
now. That's weird for me because I think there's no different betweenbinary_search_tree_height
andbinary_tree_height
. I think maybe we can renamebinary_search_tree_height
tobinary_tree_height
to make it more general.Besides, do we need to rename the directory
Tree
totree
for consistency style ?