예제 #1
0
def test_as():
    exercise_list(ods.ArrayStack())
예제 #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))
예제 #4
0
def test_as():
    exercise_list(ods.DLList())
예제 #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())
예제 #7
0
파일: test_dllist.py 프로젝트: zehsilva/ods
def test_as():
    exercise_list(ods.DLList())
예제 #8
0
def test_as():
    exercise_list(ods.SkiplistList())
예제 #9
0
def test_as():
    exercise_list(ods.DualArrayDeque())
예제 #10
0
def test_as():
    exercise_list(ods.RootishArrayStack())
예제 #11
0
def test_as():
    exercise_list(ods.SkiplistList())
예제 #12
0
def test_as():
    exercise_list(ods.RootishArrayStack())