Closed StacL closed 8 months ago
This fixes issue #103
The code in question sorts an array of 3 numbers without using a library in a single pass of the array. However, there was no previous documentation. This PR aims to add documentation.
ChatGTP Link: https://chat.openai.com/share/aaa840d6-996e-4c5d-9142-7080240f0d97
Description
This fixes issue #103
The code in question sorts an array of 3 numbers without using a library in a single pass of the array. However, there was no previous documentation. This PR aims to add documentation.