Пример #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)