Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rohit91singh9/Coding-DP-DSA
/ minimumGroups.py
File
minimumGroups.py
minimumGroups.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
minimumGroups(awards,k):
2
3
out=[]
4
awards.sort()
Callers
nothing calls this directly
Calls
1
minimumGroups
Function · 0.70
Tested by
no test coverage detected