feat(patterns): pattern taxonomy + is_optimal

This commit is contained in:
2025-09-08 16:03:14 +01:00
parent 291b4aabd6
commit 91e48f5239
28 changed files with 1434 additions and 26 deletions

View File

@@ -1,6 +1,8 @@
name: Overlapping Intervals
slug: intervals
difficulty_level: 2
pattern_type: technique
display_order: 13
description: >
Process and manipulate intervals (ranges) that may share common regions.