test-bubble-sort
v1.0.0
Published
test bubble sort
Downloads
4
Readme
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.
testBubbleSort();