feat(patterns): pattern taxonomy + is_optimal
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
name: Greedy
|
||||
slug: greedy
|
||||
difficulty_level: 3
|
||||
pattern_type: technique
|
||||
display_order: 12
|
||||
|
||||
description: >
|
||||
Make locally optimal choices at each step, hoping to find a global optimum.
|
||||
|
||||
Reference in New Issue
Block a user