예제 #1
0
def test_treap():
    exercise_sset(ods.SkiplistSSet())
예제 #2
0
def test_bst():
    exercise_sset(ods.BTree(11))
예제 #3
0
def test_bst():
    exercise_sset(ods.XFastTrie())
예제 #4
0
def test_treap():
    exercise_sset(ods.SkiplistSSet())
예제 #5
0
def test_bst():
    exercise_sset(ods.ScapegoatTree())
예제 #6
0
def test_rbt():
    exercise_sset(ods.RedBlackTree())
예제 #7
0
def test_bst():
    exercise_sset(ods.BinarySearchTree())
예제 #8
0
def test_bst():
    exercise_sset(ods.BinaryTrie())
예제 #9
0
def test_bst():
    exercise_sset(ods.ScapegoatTree())
예제 #10
0
def test_bst():
    exercise_sset(ods.XFastTrie())
예제 #11
0
def test_treap():
    exercise_sset(ods.Treap())
예제 #12
0
def test_bst():
    exercise_sset(ods.BTree(11))
예제 #13
0
def test_bst():
    exercise_sset(ods.BinaryTrie())
예제 #14
0
def test_treap():
    exercise_sset(ods.Treap())
예제 #15
0
def test_rbt():
    exercise_sset(ods.RedBlackTree())