MCPcopy Create free account
hub / github.com/Semaserg/LeetCodeProblems / Solution

Class Solution

array/ShuffleAnArray_384_/Solution.java:28–79  ·  view source on GitHub ↗

384. Shuffle an Array https://leetcode.com/problems/shuffle-an-array/#/description Shuffle a set of numbers without duplicates. Example: // Init an array with set 1, 2, and 3. int[] nums = {1,2,3}; Solution solution = new Solution(nums); // Shuffle the array [1,2,3] and return its result.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected