feat(patterns): pattern taxonomy + is_optimal
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
name: DFS (Depth-First Search)
|
||||
slug: dfs
|
||||
difficulty_level: 3
|
||||
pattern_type: algorithm
|
||||
display_order: 7
|
||||
|
||||
description: >
|
||||
Explore as deep as possible along each branch before backtracking, using
|
||||
|
||||
Reference in New Issue
Block a user