MCPcopy Create free account

hub / github.com/PacktPublishing/Learn-Data-Structures-and-Algorithms-with-Golang / functions

Functions384 in github.com/PacktPublishing/Learn-Data-Structures-and-Algorithms-with-Golang

↓ 15 callersFunctionopposite
opposite method
Chapter04/avl_tree.go:25
↓ 12 callersMethodNew
create the map of integer and bool
Chapter03/set.go:16
↓ 10 callersMethodAddClass
AddClass method
Chapter09/knowledge_catalog.go:30
↓ 10 callersMethodAddClass
AddClass method
Chapter09/test/knowledge_catalog.go:30
↓ 8 callersMethodAddElement
adds the element to the set
Chapter03/set.go:21
↓ 7 callersMethodAddLink
Add Link
Chapter09/knowledge_catalog.go:41
↓ 7 callersMethodAddLink
Add Link
Chapter09/test/knowledge_catalog.go:41
↓ 6 callersMethodAddEntity
AddEntity method
Chapter09/social_graph_example.go:27
↓ 6 callersMethodAddLink
Add Link
Chapter09/social_graph_example.go:38
↓ 6 callersMethodAddLink
Add Link
Chapter09/test/map_layout.go:44
↓ 6 callersMethodAddPlace
AddPlace method
Chapter09/test/map_layout.go:33
↓ 6 callersFunctionGetCustomers
()
Chapter02/database_operations.go:34
↓ 6 callersFunctionInsertNode
InsertNode method
Chapter04/avl_tree.go:117
↓ 5 callersMethodAdd
Add method
Chapter06/circular_queue.go:37
↓ 5 callersFunctionGetConnection
()
Chapter02/crm_database_operations.go:22
↓ 5 callersMethodInsertElement
InsertElement method
Chapter04/binary_search_tree.go:26
↓ 5 callersFunctionOrderedBy
OrderedBy Method
Chapter06/sort_multi_keys.go:34
↓ 5 callersMethodSort
Sort method
Chapter06/sort_keys.go:28
↓ 5 callersMethodSort
Sort Method
Chapter06/sort_multi_keys.go:28
↓ 4 callersMethodAddLink
AddLink method
Chapter09/test/social_graph.go:32
↓ 4 callersMethodAddToHead
AddToHead method of UnOrderedList class
Chapter06/unordered_list.go:22
↓ 4 callersFunctionGetConnection
()
Chapter02/database_operations.go:22
↓ 4 callersMethodLen
IntegerHeap method - gets the length of integerHeap
Chapter01/heap.go:15
↓ 4 callersMethodPop
Pop removes and returns a node from the stack in last to first order.
Chapter03/stack.go:41
↓ 4 callersMethodPop
Pop method
Chapter10/stack_garbage_collection.go:44
↓ 4 callersMethodPush
Push adds a node to the stack.
Chapter03/stack.go:35
↓ 4 callersMethodPush
Push method
Chapter10/stack_garbage_collection.go:38
↓ 4 callersMethodPut
Put method
Chapter07/dictionary.go:24
↓ 4 callersMethodgetDataTransferObject
DataTransferObjectFactory class method getDataTransferObject
Chapter01/flyweight.go:16
↓ 4 callersMethodgetId
()
Chapter01/flyweight.go:43
↓ 4 callersFunctionnewReferenceCounter
new Reference Counter method
Chapter10/stack_garbage_collection.go:19
↓ 4 callersFunctionprint
print method for printing a Tree
Chapter01/tree.go:46
↓ 4 callersMethodprocess
()
Chapter01/adapter.go:12
↓ 3 callersMethodContainsElement
checks if element is in the set
Chapter03/set.go:34
↓ 3 callersFunctionGetCustomerById
(customerId int)
Chapter02/crm_database_operations.go:34
↓ 3 callersMethodString
String method
Chapter07/treeset.go:39
↓ 3 callersMethodcreate
Account class method create - creates account given AccountType
Chapter01/facade.go:17
↓ 3 callersMethodinsert
Tree insert method for inserting at m position
Chapter01/tree.go:18
↓ 3 callersFunctionsingleRotation
single rotation method
Chapter04/avl_tree.go:30
↓ 2 callersMethodAdd
Add method adds the order to the queue
Chapter03/queue.go:30
↓ 2 callersMethodAdd
Add method
Chapter10/reference_counting.go:29
↓ 2 callersMethodAddPlace
AddPlace method
Chapter09/map_layout.go:33
↓ 2 callersMethodAddToHead
AddToHead method of LinkedList
Chapter03/doubly_linked_list.go:23
↓ 2 callersMethodAddToHead
AddToHead method of LinkedList class
Chapter03/linked_list.go:22
↓ 2 callersFunctionCreateHash
CreateHash method
Chapter08/hash.go:14
↓ 2 callersFunctionEqual
Equal method
Chapter09/sparse_matrix.go:45
↓ 2 callersFunctionLessThan
Less Than method
Chapter09/sparse_matrix.go:34
↓ 2 callersMethodLessThan
(KeyValue)
Chapter04/avl_tree.go:13
↓ 2 callersMethodNew
New method initialises with Order with priority, quantity, product, customerName
Chapter03/queue.go:22
↓ 2 callersFunctionNewKnowledgeGraph
NewKnowledgeGraph method
Chapter09/test/knowledge_catalog.go:22
↓ 2 callersFunctionNewMapLayout
NewMapLayout method
Chapter09/test/map_layout.go:25
↓ 2 callersFunctionNewSocialGraph
NewSocialGraph method
Chapter09/test/social_graph.go:24
↓ 2 callersFunctionRemoveNode
RemoveNode method
Chapter04/avl_tree.go:122
↓ 2 callersMethodSetValue
SetValue method
Chapter09/sparse_matrix.go:72
↓ 2 callersFunctionStringifyList
Stringify List method
Chapter06/linked_list.go:37
↓ 2 callersMethodadd
Branch class method add leaflet
Chapter01/composite.go:47
↓ 2 callersFunctionadjustBalance
adjust balance method
Chapter04/avl_tree.go:56
↓ 2 callersFunctiondelayTimeOut
delayTimeOut method
Appendix/chan_timeout.go:13
↓ 2 callersFunctiondoubleRotation
double rotation method
Chapter04/avl_tree.go:40
↓ 2 callersFunctionfindElement
findElement method given array and k element
Chapter01/bruteforce.go:11
↓ 2 callersMethodperform
()
Chapter01/composite.go:12
↓ 2 callersFunctionprintMatrix
printMatrix method
Chapter05/boolean_matrix.go:43
↓ 2 callersFunctionswap
swap method
Chapter08/quick_sort.go:38
↓ 1 callersMethodAddAfter
AddAfter method of LinkedList
Chapter03/doubly_linked_list.go:51
↓ 1 callersMethodAddAfter
AddAfter method adds a node with nodeProperty after node with property
Chapter03/linked_list.go:50
↓ 1 callersMethodAddToEnd
AddToEnd method of LinkedList
Chapter03/doubly_linked_list.go:81
↓ 1 callersMethodAddToEnd
AddToEnd method adds the node with property to the end
Chapter03/linked_list.go:79
↓ 1 callersFunctionBalanceTree
balanceTree method
Chapter04/avl_tree.go:77
↓ 1 callersFunctionCreateHashMultiple
Create hash for Multiple Values method
Chapter08/hash.go:26
↓ 1 callersFunctionCreateLinkedList
create List method
Chapter06/linked_list.go:17
↓ 1 callersFunctionDeleteCustomer
(customer Customer)
Chapter02/crm_database_operations.go:133
↓ 1 callersMethodEndPass
EndPass ends the Pass queue
Chapter03/sync_queue.go:84
↓ 1 callersMethodEndTicketIssue
EndTicketIssue ends the ticket issue
Chapter03/sync_queue.go:73
↓ 1 callersMethodEqualTo
(KeyValue)
Chapter04/avl_tree.go:14
↓ 1 callersFunctionFactor
factorial method
Chapter08/recurse_factorial.go:11
↓ 1 callersFunctionFibonacciNumber
FibonacciNumber method
Chapter07/fibonacci_sequence.go:28
↓ 1 callersFunctionFirstFunc
First Func method
Appendix/handling_error.go:14
↓ 1 callersMethodGetObject
GetObject method
Chapter10/cache_management.go:41
↓ 1 callersFunctionIdentity
identity method
Chapter05/identity_matrix.go:11
↓ 1 callersMethodIfExpired
IfExpired method
Chapter10/cache_management.go:19
↓ 1 callersFunctionInsertCustomer
(customer Customer)
Chapter02/database_operations.go:68
↓ 1 callersMethodInsertElement
InsertElement method
Chapter07/binarysearchtree.go:26
↓ 1 callersMethodInsertTreeNode
InsertTreeNode method
Chapter07/treeset.go:11
↓ 1 callersFunctionInsertionSorter
InsertionSorter method
Chapter08/insertion_sort.go:26
↓ 1 callersFunctionInterpolationSearch
interpolation search method
Chapter08/interpolation_search.go:11
↓ 1 callersMethodIntersect
Intersect method returns the set which intersects with anotherSet
Chapter03/set.go:42
↓ 1 callersMethodIsComplete
IsComplete method
Chapter06/circular_queue.go:32
↓ 1 callersMethodIsUnUsed
IsUnUsed method
Chapter06/circular_queue.go:27
↓ 1 callersMethodIterateList
IterateList method iterates over UnOrderedList
Chapter06/unordered_list.go:36
↓ 1 callersMethodIterateList
IterateList method iterates over LinkedList
Chapter03/linked_list.go:95
↓ 1 callersFunctionJoinArrays
Join Arrays method
Chapter08/merge_sort.go:36
↓ 1 callersMethodLastNode
LastNode method of LinkedList
Chapter03/doubly_linked_list.go:69
↓ 1 callersMethodLastNode
LastNode method returns the last Node
Chapter03/linked_list.go:67
↓ 1 callersFunctionLinearSearch
Linear Search method
Chapter08/linear_search.go:11
↓ 1 callersFunctionMergeSorter
MergeSorter algorithm
Chapter08/merge_sort.go:25
↓ 1 callersMethodNew
New method initialises queue
Chapter03/sync_queue.go:32
↓ 1 callersMethodNew
NewStack returns a new stack.
Chapter03/stack.go:24
↓ 1 callersMethodNew
New method of Stack class
Chapter10/stack_garbage_collection.go:27
↓ 1 callersFunctionNewBranchManagerFacade
methodd NewBranchManagerFacade
Chapter01/facade.go:73
↓ 1 callersFunctionNewCache
NewCache method
Chapter10/cache_management.go:33
next →1–100 of 384, ranked by callers