diff --git a/cpp/2205/220502.cpp b/cpp/2205/220502.cpp new file mode 100644 index 0000000..29e4fd9 --- /dev/null +++ b/cpp/2205/220502.cpp @@ -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 + */ \ No newline at end of file