Update exercises100.ktx
This commit is contained in:
parent
61c7320733
commit
8f73b3a480
@ -983,7 +983,7 @@ G = np.unique(G)
|
||||
print(G)
|
||||
|
||||
< q74
|
||||
Given an array C that is a bincount, how to produce an array A such that np.bincount(A) == C? (★★★)
|
||||
Given a sorted array C that corresponds to a bincount, how to produce an array A such that np.bincount(A) == C? (★★★)
|
||||
|
||||
< h74
|
||||
hint: np.repeat
|
||||
|
Loading…
Reference in New Issue
Block a user