feat(patterns): pattern taxonomy + is_optimal
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
name: Matrix Traversal
|
||||
slug: matrix-traversal
|
||||
difficulty_level: 3
|
||||
pattern_type: algorithm
|
||||
display_order: 9
|
||||
|
||||
description: >
|
||||
Navigate 2D grids systematically using DFS, BFS, or directional iteration.
|
||||
|
||||
Reference in New Issue
Block a user