75. Sort Colors
IntuitionFirst, I try 2 pointers because it checks and swap 2 position. However, if I use only 2 pointers, it simulates the sorting algorithm, after sorting 1 time, the result still needs to be handle
anhleetcode.hashnode.dev2 min read