Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.py
File · 0.80
singlyLinkedListSpec.js
File · 0.80
doublyLinkedListSpec.js
File · 0.80
nodeSpec.js
File · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected