[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/kdbreboot/algorithm/master/Week_01/id_118/leetcode_905_118.java [Back]  [Original]

/**
 * https://leetcode-cn.com/problems/sort-array-by-parity/submissions/
 */

class Solution {
    public int[] sortArrayByParity(int[] A) {
        
        // 1.  

Web Proxy Viewer  |  New URL  |  Original Page