Exemple #1
0
def test_as():
    exercise_list(ods.ArrayStack())
Exemple #2
0
def test_as():
    exercise_list(ods.DualArrayDeque())
def test_sel():
    exercise_list(ods.SEList(5))
    exercise_list(ods.SEList(10))
    exercise_list(ods.SEList(42))
Exemple #4
0
def test_as():
    exercise_list(ods.DLList())
Exemple #5
0
def test_sel():
    exercise_list(ods.SEList(5))
    exercise_list(ods.SEList(10))
    exercise_list(ods.SEList(42))
def test_as():
    exercise_list(ods.ArrayStack())
Exemple #7
0
def test_as():
    exercise_list(ods.DLList())
Exemple #8
0
def test_as():
    exercise_list(ods.SkiplistList())
def test_as():
    exercise_list(ods.DualArrayDeque())
Exemple #10
0
def test_as():
    exercise_list(ods.RootishArrayStack())
def test_as():
    exercise_list(ods.SkiplistList())
def test_as():
    exercise_list(ods.RootishArrayStack())