migrate 392 questions to pattern format
This commit is contained in:
@@ -8,8 +8,10 @@ categories:
|
||||
- hash-tables
|
||||
- sorting
|
||||
patterns:
|
||||
- greedy
|
||||
- heap
|
||||
- slug: greedy
|
||||
is_optimal: true
|
||||
- slug: heap
|
||||
is_optimal: false
|
||||
|
||||
function_signature: "def is_n_straight_hand(hand: list[int], group_size: int) -> bool:"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user