add: 220502 [cpp]
This commit is contained in:
parent
713baba787
commit
1b2bcc45d8
|
|
@ -0,0 +1,7 @@
|
||||||
|
/**
|
||||||
|
* 905. Sort Array By Parity
|
||||||
|
* Given an integer array nums, move all the even integers at the beginning of the array followed by all the odd integers.
|
||||||
|
* Return any array that satisfies this condition.
|
||||||
|
*
|
||||||
|
* Refer: 220428-CN.cpp
|
||||||
|
*/
|
||||||
Loading…
Reference in New Issue