Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/CtCI-6th-Edition-cpp
/ functions
Functions
434 in github.com/careercup/CtCI-6th-Edition-cpp
⨍
Functions
434
◇
Types & classes
73
Function
isPermutationOfPallindrome1
Ch 1.Arrays And Strings/4.Palindrome_Permutation/4-pallindrome-permutations.cpp:64
Function
isPermutationOfPallindrome2
Ch 1.Arrays And Strings/4.Palindrome_Permutation/4-pallindrome-permutations.cpp:91
Function
isPermutationOfPallindrome3
Ch 1.Arrays And Strings/4.Palindrome_Permutation/4-pallindrome-permutations.cpp:152
Function
isTreeBalanced
Ch 4. Trees and Graphs/C++14/4.4-CheckBalanced.cpp:29
Function
isValidBST
Ch 4. Trees and Graphs/C++14/4.5-ValidateBST.cpp:21
Function
main
chapter-2-Linked-Lists/2-4-partition.cpp:86
Function
main
chapter-2-Linked-Lists/2-1-remove-dups.cpp:115
Function
main
chapter-2-Linked-Lists/2-7-intersection.cpp:75
Function
main
chapter-2-Linked-Lists/2-2-kthToLast.cpp:134
Function
main
chapter-2-Linked-Lists/2-8-loop-detection.cpp:74
Function
main
chapter-2-Linked-Lists/2-3-delete-middle-node.cpp:49
Function
main
chapter-2-Linked-Lists/2-6-palindrome.cpp:201
Function
main
chapter-2-Linked-Lists/2-5-add-lists.cpp:225
Function
main
Chapter-3-Stacks-and-Queues/3.2_stack_min.cpp:42
Function
main
Chapter-3-Stacks-and-Queues/C++14/3.2-StackMin.cpp:47
Function
main
Chapter-3-Stacks-and-Queues/C++14/3.6-AnimalShelter.cpp:126
Function
main
Chapter-3-Stacks-and-Queues/C++14/3.4-QueueViaStacks.cpp:45
Function
main
Chapter-3-Stacks-and-Queues/C++14/3.3-StackOfPlates.cpp:60
Function
main
Chapter-3-Stacks-and-Queues/C++14/3.5-SortStack.cpp:69
Function
main
Chapter-3-Stacks-and-Queues/C++14/3.3-StackOfPlatesFU.cpp:151
Function
main
chapter-8-recursion-and-Dynamic-Programming/8-9-parens-alt.cpp:13
Function
main
chapter-8-recursion-and-Dynamic-Programming/8-2-Robot-in-a-Grid.cpp:136
Function
main
chapter-8-recursion-and-Dynamic-Programming/8-1-Triple-Step.cpp:23
Function
main
Driver program to test above functions
chapter-8-recursion-and-Dynamic-Programming/8.1_Triple_Step.cpp:21
Function
main
Driver program to check above functions */
chapter-8-recursion-and-Dynamic-Programming/8.3_Magic_Index.cpp:24
Function
main
chapter-8-recursion-and-Dynamic-Programming/8-5-Recursive-Multiply.cpp:32
Function
main
chapter-8-recursion-and-Dynamic-Programming/8-9-parens.cpp:24
Function
main
Driver program to test above function
chapter-8-recursion-and-Dynamic-Programming/8.8_Permutations_with_Dups.cpp:58
Function
main
driver program to test above functions */
chapter-8-recursion-and-Dynamic-Programming/8.9_Parens.cpp:39
Function
main
chapter-8-recursion-and-Dynamic-Programming/8-11-Coins.cpp:29
Function
main
chapter-8-recursion-and-Dynamic-Programming/8-8-Permutation-with-dups-alt.cpp:8
Function
main
Driver program to test printPowerSet*/
chapter-8-recursion-and-Dynamic-Programming/8.4_Power_Set.cpp:35
Function
main
chapter-8-recursion-and-Dynamic-Programming/8-8-Permutation-with-dups.cpp:26
Function
main
Driver Program
chapter-8-recursion-and-Dynamic-Programming/8.6_Tower_of_Hanoi.cpp:105
Function
main
chapter-8-recursion-and-Dynamic-Programming/8.5_Recursive_Multiply.cpp:31
Function
main
chapter-8-recursion-and-Dynamic-Programming/8-3-Magic-Index.cpp:40
Function
main
Driver program to test above functions
chapter-8-recursion-and-Dynamic-Programming/8.2_Grid_Paths.cpp:26
Function
main
Driver program to test above functions */
chapter-8-recursion-and-Dynamic-Programming/8.7_Permutations_without_Dups.cpp:37
Function
main
Driver program to test above function
chapter-8-recursion-and-Dynamic-Programming/8.10_Paint_Fill.cpp:38
Function
main
chapter-8-recursion-and-Dynamic-Programming/8-7-Permutations-without-Dups.cpp:24
Function
main
Ch 4. Trees and Graphs/4-1-Route-Between-Nodes.cpp:58
Function
main
Ch 4. Trees and Graphs/4-2-Minimal-Tree.cpp:39
Function
main
Ch 4. Trees and Graphs/C++14/4.7d-BuildOrder.cpp:72
Function
main
Ch 4. Trees and Graphs/C++14/4.3-ListOfDepths.cpp:64
Function
main
Ch 4. Trees and Graphs/C++14/4.5-ValidateBST.cpp:26
Function
main
Ch 4. Trees and Graphs/C++14/4.9-BSTSequences.cpp:72
Function
main
Ch 4. Trees and Graphs/C++14/4.8-FirstCommonAncestor.cpp:60
Function
main
Ch 4. Trees and Graphs/C++14/4.10i-CheckSubtree.cpp:44
Function
main
Ch 4. Trees and Graphs/C++14/4.2-MinimalTree.cpp:31
Function
main
Ch 4. Trees and Graphs/C++14/4.12-PathsWithSum.cpp:42
Function
main
Ch 4. Trees and Graphs/C++14/4.6-Successor.cpp:35
Function
main
Ch 4. Trees and Graphs/C++14/4.7-BuildOrder.cpp:60
Function
main
Ch 4. Trees and Graphs/C++14/4.11m-RandomTree.cpp:101
Function
main
Ch 4. Trees and Graphs/C++14/4.10r-CheckSubtree.cpp:48
Function
main
Ch 4. Trees and Graphs/C++14/4.1-RouteBetweenNodes.cpp:102
Function
main
Ch 4. Trees and Graphs/C++14/4.8p-FirstCommonAncestor.cpp:58
Function
main
Ch 4. Trees and Graphs/C++14/4.4-CheckBalanced.cpp:34
Function
main
Ch 4. Trees and Graphs/C++14/4.11-RandomNode.cpp:98
Function
main
Chapter-10-Sorting-and-Searching/10-2-Group-Anagrams/10-2-Group-Anagrams.cpp:42
Function
main
Chapter-10-Sorting-and-Searching/10-1-Sorted-Merge/10-1-Sorted-Merge.cpp:44
Function
main
Ch 1.Arrays And Strings/10.Ouicksort.cpp:49
Function
main
Ch 1.Arrays And Strings/3.URLify/URLify.cpp:40
Function
main
Ch 1.Arrays And Strings/3.URLify/URLify2.cpp:35
Function
main
Ch 1.Arrays And Strings/3.Palindrome Permutation/Palindrome Permutation.cpp:82
Function
main
Ch 1.Arrays And Strings/2.Check Permutation/1.Check_Permutation.cpp:44
Function
main
Ch 1.Arrays And Strings/4.Palindrome_Permutation/4-pallindrome-permutations.cpp:172
Function
main
Ch 1.Arrays And Strings/8.Zero_matrix/8.zero_matrix.cpp:77
Function
main
Ch 1.Arrays And Strings/7.Rotate_matrix/7.rotate_matrix.cpp:61
Function
main
Ch 1.Arrays And Strings/5.One_Away/5-one-edit-away.cpp:73
Function
main
Ch 1.Arrays And Strings/1.Is Unique/1. Is_unique.cpp:52
Function
main
Ch 1.Arrays And Strings/6.String_Compression/6.string_compression.cpp:40
Function
main
Ch 1.Arrays And Strings/9.String_rotation/9.string_rotation.cpp:31
Function
main
Ch 1.Arrays And Strings/5. One Away/5.One Away.cpp:32
Function
main
Driver program to test above functions
Chapter-4-tree-and-graph/4.7_build_order.cpp:82
Function
main
Chapter-4-tree-and-graph/4.10_check_subtree.cpp:50
Function
main
Chapter-4-tree-and-graph/4.8_first_common_ancestor.cpp:54
Function
main
Chapter-4-tree-and-graph/4.11_random_node.cpp:67
Function
main
Chapter-4-tree-and-graph/4.2_minimal_tree.cpp:43
Function
main
Chapter-4-tree-and-graph/4.6_successor.cpp:66
Function
main
Chapter-4-tree-and-graph/4.4_check_balanced.cpp:72
Function
main
Chapter-4-tree-and-graph/4.5_validate_BST.cpp:41
Function
main
Chapter-4-tree-and-graph/4.3_list_of_depths.cpp:61
Function
main
Chapter-4-tree-and-graph/4.9_BST_sequences.cpp:119
Function
main
Chapter-16-moderate/word_freq.cpp:55
Function
main
Ch 12. C++/print_k_lines.cpp:36
Function
main
Ch 17. Hard/Q17_21_Volume_of_Histogram/histogramVolume.cpp:42
Function
main
Ch 17. Hard/Q17_01_Add_Without_Plus/addWithoutPlus.cpp:11
Function
main
Ch 10. Sorting and Searching/10.1 - sortedMerge.cpp:36
Function
main
Ch 6. Math and Logic Puzzles/7.The Apocalypse/The Apocalypse.cpp:38
Function
main
Ch 6. Math and Logic Puzzles/Intro/Prime.cpp:5
Function
main
Ch 6. Math and Logic Puzzles/Intro/SieveOfEratosthenes.cpp:68
Function
main
Ch 5. Bit Manipulation/C++14/5.2-BinaryToString.cpp:71
Function
main
Ch 5. Bit Manipulation/C++14/5.3-FlipBitToWin.cpp:41
Function
main
Ch 5. Bit Manipulation/C++14/5.1-Insertion.cpp:25
Function
main
Ch 5. Bit Manipulation/C++14/5.4-NextNumber.cpp:65
Method
markAvailable
Ch 7.OOD/1.Deck Of Cards/card.cpp:40
Method
markUnavailable
Ch 7.OOD/1.Deck Of Cards/card.cpp:35
Method
matrix
Ch 4. Trees and Graphs/C++14/graph.hpp:66
Method
move
Chapter-3-Stacks-and-Queues/C++14/3.4-QueueViaStacks.cpp:36
Function
nextNode
Ch 4. Trees and Graphs/C++14/4.6-Successor.cpp:19
← previous
next →
301–400 of 434, ranked by callers