feat(patterns): pattern taxonomy + is_optimal

This commit is contained in:
2025-09-08 16:03:14 +01:00
parent 06d99a7f04
commit fe59de3392
28 changed files with 1434 additions and 26 deletions

View File

@@ -1,6 +1,8 @@
name: Dynamic Programming
slug: dynamic-programming
difficulty_level: 4
pattern_type: technique
display_order: 11
description: >
Break problems into overlapping subproblems, storing results to avoid