We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb931e commit 1c9c67cCopy full SHA for 1c9c67c
pydatastructs/linear_data_structures/_backend/cpp/algorithms/algorithms.cpp
@@ -5,7 +5,7 @@
5
6
static PyMethodDef algorithms_PyMethodDef[] = {
7
{"cocktail_shaker_sort", (PyCFunction) cocktail_shaker_sort,
8
- METH_VARARGS | METH_KEYWORDS, ""},
+ METH_VARARGS | METH_KEYWORDS, ""},
9
{"quick_sort", (PyCFunction) quick_sort,
10
METH_VARARGS | METH_KEYWORDS, ""},
11
{"bubble_sort", (PyCFunction) bubble_sort,
0 commit comments