예제 #1
0
 def test(self):
     utils.test_invocations(self, __file__, MyLinkedList)
 def test(self):
     utils.test_invocations(self, __file__, TreeAncestor)
예제 #3
0
 def test(self):
     utils.test_invocations(self,
                            __file__,
                            UndergroundSystem,
                            check_result=self.check_result)
예제 #4
0
 def test(self):
     utils.test_invocations(self, __file__, MyHashMap)
예제 #5
0
 def test(self):
     utils.test_invocations(self,
                            __file__,
                            CBTInserter,
                            process_args=self.process_args,
                            process_result=self.process_result)
예제 #6
0
 def test(self):
     utils.test_invocations(self, __file__, MedianFinder)
예제 #7
0
 def test(self):
     utils.test_invocations(self, __file__, LFUCache)
예제 #8
0
 def test(self):
     utils.test_invocations(self, __file__, ProductOfNumbers)
예제 #9
0
 def test(self):
     utils.test_invocations(self, __file__, WordDictionary)
예제 #10
0
 def test(self):
     utils.test_invocations(self, __file__, MKAverage)
예제 #11
0
 def test(self):
     utils.test_invocations(self, __file__, KthLargest)
예제 #12
0
 def test(self):
     utils.test_invocations(self, __file__, TweetCounts)
예제 #13
0
 def test(self):
     utils.test_invocations(self, __file__, AllOne)
예제 #14
0
 def test(self):
     utils.test_invocations(self, __file__, BrowserHistory)
예제 #15
0
 def test(self):
     utils.test_invocations(self, __file__, MyStack)
예제 #16
0
 def test(self):
     utils.test_invocations(self, __file__, NumArray)
예제 #17
0
 def test(self):
     utils.test_invocations(self, __file__, Fancy)
예제 #18
0
 def test(self):
     utils.test_invocations(self, __file__, MyQueue)