MCPcopy 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

1def minimumGroups(awards,k):
2
3 out=[]
4 awards.sort()

Callers

nothing calls this directly

Calls 1

minimumGroupsFunction · 0.70

Tested by

no test coverage detected