Added hint to question 96. for my solution

This commit is contained in:
kuzand 2018-11-02 15:30:58 +02:00 committed by GitHub
parent 969b067073
commit 6f05fefe81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -606,7 +606,7 @@ np.sqrt(-1) == np.emath.sqrt(-1)
#### 96. Given a two dimensional array, how to extract unique rows? (★★★)
(**hint**: np.ascontiguousarray)
(**hint**: np.ascontiguousarray | np.unique)