feat(patterns): pattern taxonomy + is_optimal
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
name: Union Find
|
||||
slug: union-find
|
||||
difficulty_level: 3
|
||||
pattern_type: data_structure
|
||||
display_order: 18
|
||||
|
||||
description: >
|
||||
Track disjoint sets with efficient union and find operations. Union-Find
|
||||
|
||||
Reference in New Issue
Block a user