feat(patterns): pattern taxonomy + is_optimal
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
name: Heap / Priority Queue
|
||||
slug: heap
|
||||
difficulty_level: 3
|
||||
pattern_type: data_structure
|
||||
display_order: 16
|
||||
|
||||
description: >
|
||||
A data structure that efficiently maintains the minimum or maximum element,
|
||||
|
||||
Reference in New Issue
Block a user