Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 326 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 326 Bytes

Testing

To run the comprehensive test suite included with BubbleSortJS, navigate to the library's root directory in your terminal and run the comprehensiveTestBubbleSort function. This function tests the bubbleSort algorithm under various scenarios to ensure its reliability and correctness.

testingBubbleSort();