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

@param two int arrays

  1. first case (no duplicates)
  2. second case( what to do when there are duplicates)