Fixed names for tree traversal algorithms · GeekWorkCode/AlgorithmVisualizer@4aafac7 · GitHub
Skip to content

Commit 4aafac7

Browse files
committed
Fixed names for tree traversal algorithms
1 parent d479037 commit 4aafac7

7 files changed

Lines changed: 3 additions & 3 deletions

File tree

algorithm/tree/binary_tree_traversal/desc.json

Lines changed: 3 additions & 3 deletions
File renamed without changes.
File renamed without changes.

algorithm/tree/binary_tree_traversal/postorder/code.js renamed to algorithm/tree/binary_tree_traversal/post_order/code.js

File renamed without changes.

algorithm/tree/binary_tree_traversal/postorder/data.js renamed to algorithm/tree/binary_tree_traversal/post_order/data.js

File renamed without changes.

algorithm/tree/binary_tree_traversal/preorder/code.js renamed to algorithm/tree/binary_tree_traversal/pre_order/code.js

File renamed without changes.

algorithm/tree/binary_tree_traversal/preorder/data.js renamed to algorithm/tree/binary_tree_traversal/pre_order/data.js

File renamed without changes.

0 commit comments

Comments
 (0)