feat(patterns): pattern taxonomy + is_optimal
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
name: Binary Tree Traversal
|
||||
slug: tree-traversal
|
||||
difficulty_level: 2
|
||||
pattern_type: algorithm
|
||||
display_order: 8
|
||||
|
||||
description: >
|
||||
Visit all nodes in a binary tree in specific orders: preorder (root-left-right),
|
||||
|
||||
Reference in New Issue
Block a user