MCPcopy Create free account
hub / github.com/careercup/ctci / eq

Method eq

python/Chapter 3/Question3_5/3_5.py:16–17  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

14 self.back_stack = Stack()
15
16 def eq(self, data):
17 self.back_stack.push(data)
18
19 def dq(self):
20 if self.front_stack.size == 0:

Callers 4

3_5.pyFile · 0.80
nodeSpec.jsFile · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected