Practice ยท 3 of 3
Order Two, In Place
Implement void order2(int *a, int *b) so that afterwards *a <= *b (swap only if needed).
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Pointer Surgery
Practice ยท 3 of 3
Implement void order2(int *a, int *b) so that afterwards *a <= *b (swap only if needed).
Difficulty: beginner
Back to lesson: Practice: Pointer Surgery