MCPcopy Create free account

hub / github.com/alexhagiopol/cracking-the-coding-interview / types & classes

Types & classes48 in github.com/alexhagiopol/cracking-the-coding-interview

↓ 32 callersClassPoint2
cpp_solutions/chapter_10_sorting_and_searching/problem_10_09_matrixSearch.h:69
↓ 10 callersClassPoint2
cpp_solutions/chapter_16_moderate/problem_16_03_intersection.h:10
↓ 8 callersClassPerson
cpp_solutions/chapter_16_moderate/problem_16_10_livingPeople.h:26
↓ 8 callersClassTetraGraphNode
python_solutions/chapter_04_trees_and_graphs/problem_04_01_path_exists.py:18
↓ 5 callersClassLineSegment2
cpp_solutions/chapter_16_moderate/problem_16_03_intersection.h:20
↓ 3 callersClassCat
cat subclass
cpp_solutions/chapter_03_stacks_and_queues/problem_03_06_animalShelter.h:54
↓ 3 callersClassDog
dog subclass
cpp_solutions/chapter_03_stacks_and_queues/problem_03_06_animalShelter.h:48
↓ 2 callersClassLinkedList
python_solutions/chapter_03_stacks_queues/problem_03_06_animal_shelter.py:24
↓ 2 callersClassRandBinNode
python_solutions/chapter_04_trees_and_graphs/problem_04_11_random_BST.py:36
↓ 1 callersClassAnimal
python_solutions/chapter_03_stacks_queues/problem_03_06_animal_shelter.py:50
↓ 1 callersClassNode
python_solutions/chapter_04_trees_and_graphs/problem_04_02_make_bst.py:21
↓ 1 callersClassNode
python_solutions/chapter_04_trees_and_graphs/problem_04_07_build_order.py:36
↓ 1 callersClassPoint2
python_solutions/chapter_16_moderate/problem_16_03_intersection.py:1
↓ 1 callersClassQueue
python_solutions/chapter_03_stacks_queues/Queue.py:3
↓ 1 callersClassTTTDatabase
cpp_solutions/chapter_16_moderate/problem_16_04_ticTacWin.h:22
ClassAnimal
superclass for Animal that allows animals of any kind to be passed to the same function ot added to the same data structure
cpp_solutions/chapter_03_stacks_and_queues/problem_03_06_animalShelter.h:33
ClassAnimalShelter
python_solutions/chapter_03_stacks_queues/problem_03_06_animal_shelter.py:58
ClassAnimalShelter
animal shelter that is a wrapper around two queues containing dogs and cats
cpp_solutions/chapter_03_stacks_and_queues/problem_03_06_animalShelter.h:60
ClassBinaryNode
python_solutions/chapter_04_trees_and_graphs/tree_basics.py:6
ClassBinaryNode
cpp_solutions/chapter_02_linked_lists/Node.h:114
ClassBinaryNodeLP
python_solutions/chapter_04_trees_and_graphs/tree_basics.py:13
ClassGraph
python_solutions/chapter_04_trees_and_graphs/problem_04_01_path_exists.py:25
ClassGraphNode
cpp_solutions/chapter_02_linked_lists/Node.h:34
ClassLLElem
python_solutions/chapter_04_trees_and_graphs/tree_basics.py:26
ClassLineSegment
python_solutions/chapter_16_moderate/problem_16_03_intersection.py:10
ClassListy
implement "Listy" as described in problem description by removing size() from std::vector and adding elementAt() and supporting only ints
cpp_solutions/chapter_10_sorting_and_searching/problem_10_04_searchNoSize.h:39
ClassNode
python_solutions/chapter_04_trees_and_graphs/tree_basics.py:53
ClassNode
cpp_solutions/chapter_02_linked_lists/Node.h:7
ClassNodeStatus
cpp_solutions/chapter_04_trees_and_graphs/problem_04_04_checkBalanced.h:23
ClassQueue
cpp_solutions/chapter_03_stacks_and_queues/Queue.h:6
ClassQueueViaStacks
python_solutions/chapter_03_stacks_queues/problem_03_04_queue_via_stacks.py:22
ClassQueueViaStacks
cpp_solutions/chapter_03_stacks_and_queues/problem_03_04_QueueViaStacks.h:24
ClassRandBinaryNode
cpp_solutions/chapter_04_trees_and_graphs/problem_04_11_randomBST.h:40
ClassRankBinaryNode
cpp_solutions/chapter_10_sorting_and_searching/problem_10_10_rankFromStream.h:67
ClassRankTracker
cpp_solutions/chapter_10_sorting_and_searching/problem_10_10_rankFromStream.h:85
ClassSetOfStacks
python_solutions/chapter_03_stacks_queues/problem_03_03_stack_of_plates.py:4
ClassSinglyLinkedNode
python_solutions/chapter_02_linked_lists/SinglyLinkedNode.py:1
ClassSinglyLinkedNode
cpp_solutions/chapter_02_linked_lists/Node.h:21
ClassSmartPointer
cpp_solutions/chapter_12_cpp/problem_12_09_smartPointer.h:35
EnumSpecies
cpp_solutions/chapter_03_stacks_and_queues/problem_03_06_animalShelter.h:29
ClassStack
python_solutions/chapter_03_stacks_queues/Stack.py:4
ClassStack
cpp_solutions/chapter_03_stacks_and_queues/Stack.h:6
ClassStackMin
python_solutions/chapter_03_stacks_queues/problem_03_02_stack_min.py:25
ClassStackMin
cpp_solutions/chapter_03_stacks_and_queues/problem_03_02_StackMin.h:28
ClassTests
tests.py:71
ClassTetraGraphNode
cpp_solutions/chapter_02_linked_lists/Node.h:84
ClassTower
python_solutions/chapter_08_recursion_and_dynamic_programming/problem_08_06_hanoi_towers.py:1
ClassTripleStack
python_solutions/chapter_03_stacks_queues/problem_03_01_three_in_one.py:1