feat(patterns): pattern taxonomy + is_optimal

This commit is contained in:
2025-09-08 16:03:14 +01:00
parent d25d71b7a6
commit e805ed9b05
28 changed files with 1434 additions and 26 deletions
+2
View File
@@ -1,6 +1,8 @@
name: BFS (Breadth-First Search)
slug: bfs
difficulty_level: 3
pattern_type: algorithm
display_order: 6
description: >
Level-by-level traversal using a queue, exploring all neighbors at the current