Skip to content

Commit 5bb931e

Browse files
committed
added test for C++ Backend for cocktail shaker sort
1 parent e3ce68f commit 5bb931e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pydatastructs/linear_data_structures/tests/test_algorithms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def test_counting_sort():
110110

111111
def test_cocktail_shaker_sort():
112112
_test_common_sort(cocktail_shaker_sort)
113+
_test_common_sort(cocktail_shaker_sort, backend=Backend.CPP)
113114

114115
def test_quick_sort():
115116
_test_common_sort(quick_sort)

0 commit comments

Comments
 (0)