Example #1
0
def test_as():
    exercise_list(ods.ArrayStack())
Example #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))
Example #4
0
def test_as():
    exercise_list(ods.DLList())
Example #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())
Example #7
0
def test_as():
    exercise_list(ods.DLList())
Example #8
0
def test_as():
    exercise_list(ods.SkiplistList())
Example #9
0
def test_as():
    exercise_list(ods.DualArrayDeque())
Example #10
0
def test_as():
    exercise_list(ods.RootishArrayStack())
Example #11
0
def test_as():
    exercise_list(ods.SkiplistList())
def test_as():
    exercise_list(ods.RootishArrayStack())