Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexhagiopol/cracking-the-coding-interview
/ functions
Functions
453 in github.com/alexhagiopol/cracking-the-coding-interview
⨍
Functions
453
◇
Types & classes
48
Method
test_problem_3_3
(self)
tests.py:428
Method
test_problem_3_4
(self)
tests.py:440
Method
test_problem_3_5
(self)
tests.py:453
Method
test_problem_3_6
(self)
tests.py:461
Method
test_problem_4_1
(self)
tests.py:535
Method
test_problem_4_10
construct binary tree 7 4 3 10 5 6 15
tests.py:731
Method
test_problem_4_11
(self)
tests.py:773
Method
test_problem_4_12
construct binary tree like in textbook example 10 5 -3 3
tests.py:800
Method
test_problem_4_2
(self)
tests.py:550
Method
test_problem_4_3
create binary tree: 10, 5,8, 1,7,_,9, _,_,_,_,_,_,
tests.py:560
Method
test_problem_4_4
balanced tree: root, node,leaf, leaf,leaf,_,_, _,_,_,_,
tests.py:582
Method
test_problem_4_5
(self)
tests.py:614
Method
test_problem_4_6
(self)
tests.py:643
Method
test_problem_4_7
(self)
tests.py:691
Method
test_problem_4_8
construct binary tree 7 4 3 10 5 6 15
tests.py:703
Method
test_problem_5_0
(self)
tests.py:824
Method
test_problem_5_1
(self)
tests.py:829
Method
test_problem_5_2
(self)
tests.py:832
Method
test_problem_5_3
(self)
tests.py:838
Method
test_problem_5_4
(self)
tests.py:847
Method
test_problem_5_6
(self)
tests.py:867
Method
test_problem_5_7
(self)
tests.py:871
Method
test_problem_5_8
(self)
tests.py:876
Method
test_problem_8_1
(self)
tests.py:952
Method
test_problem_8_10
(self)
tests.py:1020
Method
test_problem_8_11
(self)
tests.py:1071
Method
test_problem_8_12
(self)
tests.py:1075
Method
test_problem_8_13
(self)
tests.py:1078
Method
test_problem_8_14
(self)
tests.py:1081
Method
test_problem_8_2
(self)
tests.py:957
Method
test_problem_8_3
(self)
tests.py:966
Method
test_problem_8_4
(self)
tests.py:971
Method
test_problem_8_5
(self)
tests.py:976
Method
test_problem_8_6
(self)
tests.py:984
Method
test_problem_8_7
(self)
tests.py:993
Method
test_problem_8_8
(self)
tests.py:1004
Method
test_problem_8_9
(self)
tests.py:1014
Method
test_queue
(self)
tests.py:385
Method
test_quick_sort
(self)
tests.py:1106
Method
test_stack
(self)
tests.py:371
Method
test_tree_binary_tree_traversals
8 / \ 4 10 /\ \ 2 6 20
tests.py:478
Function
triple_step
(n, memo=None)
python_solutions/chapter_08_recursion_and_dynamic_programming/problem_08_01_triple_step.py:11
Method
updateDB
cpp_solutions/chapter_16_moderate/problem_16_04_ticTacWin.cpp:72
Function
validate_BST
(node)
python_solutions/chapter_04_trees_and_graphs/problem_04_05_validate_BST.py:34
Method
wins
cpp_solutions/chapter_16_moderate/problem_16_04_ticTacWin.cpp:42
Method
winsLookup
cpp_solutions/chapter_16_moderate/problem_16_04_ticTacWin.cpp:32
Method
~Node
copy constructor
cpp_solutions/chapter_02_linked_lists/Node.h:13
Method
~Queue
cpp_solutions/chapter_03_stacks_and_queues/Queue.h:45
Method
~RankBinaryNode
for simplicity, don't allow copy construction
cpp_solutions/chapter_10_sorting_and_searching/problem_10_10_rankFromStream.h:75
Method
~RankTracker
for simplicity, don't allow copy construction
cpp_solutions/chapter_10_sorting_and_searching/problem_10_10_rankFromStream.h:93
Method
~SinglyLinkedNode
copy constructor
cpp_solutions/chapter_02_linked_lists/Node.h:27
Method
~SmartPointer
destructor
cpp_solutions/chapter_12_cpp/problem_12_09_smartPointer.h:66
Method
~Stack
destructor
cpp_solutions/chapter_03_stacks_and_queues/Stack.h:47
← previous
401–453 of 453, ranked by callers