issues
search
kdn251
/
interviews
Everything you need to know to get the job.
https://www.youtube.com/channel/UCKvwPt6BifPP54yzH99ff1g?view_as=subscriber
MIT License
63.67k
stars
12.91k
forks
source link
More Permutation examples in Java
#14
Closed
chrisjim316
closed
7 years ago
chrisjim316
commented
7 years ago
Added two extra situations determining whether two given int arrays are permutations.
added comments for clarification of implementation and parameters.
@param two int arrays
first case (no duplicates)
second case( what to do when there are duplicates)
@param two int arrays