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

↓ 1 callersFunctionNewKnowledgeGraph
NewKnowledgeGraph method
Chapter09/knowledge_catalog.go:22
↓ 1 callersFunctionNewQueue
NewCircularQueue method
Chapter06/circular_queue.go:19
↓ 1 callersFunctionNewSocialGraph
NewSocialGraph method
Chapter09/social_graph_example.go:19
↓ 1 callersFunctionNewSparseMatrix
New SparseMatrix method
Chapter09/sparse_matrix.go:105
↓ 1 callersMethodNodeBetweenValues
NodeBetweenValues method of LinkedList
Chapter03/doubly_linked_list.go:108
↓ 1 callersMethodNodeWithValue
NodeWithValue method of LinkedList
Chapter03/doubly_linked_list.go:38
↓ 1 callersMethodNodeWithValue
NodeWithValue method returns Node given parameter property
Chapter03/linked_list.go:37
↓ 1 callersMethodNumNonZero
NumNonZero method
Chapter09/sparse_matrix.go:29
↓ 1 callersMethodPop
IntegerHeap method -pops the item from the heap
Chapter01/heap.go:30
↓ 1 callersMethodPrintLinks
()
Chapter09/social_graph_example.go:54
↓ 1 callersMethodPrintLinks
Print Links method
Chapter09/knowledge_catalog.go:58
↓ 1 callersMethodPrintLinks
Print Links Example
Chapter09/test/social_graph.go:37
↓ 1 callersMethodPrintLinks
PrintLinks method
Chapter09/test/map_layout.go:61
↓ 1 callersMethodPrintLinks
Print Links method
Chapter09/test/knowledge_catalog.go:58
↓ 1 callersFunctionPrintSpiral
PrintSpiral method
Chapter05/spiralmatrix.go:11
↓ 1 callersFunctionPrintZigZag
prints the matrix in zig zag fashion
Chapter05/zigzagmatrix.go:11
↓ 1 callersMethodPush
IntegerHeap method -pushes the item
Chapter01/heap.go:24
↓ 1 callersFunctionQuickSorter
Quick Sorter method
Chapter08/quick_sort.go:11
↓ 1 callersMethodRemoveNode
RemoveNode method
Chapter07/binarysearchtree.go:161
↓ 1 callersFunctionReverseLinkedList
Reverse List method
Chapter06/linked_list.go:54
↓ 1 callersMethodSearch
Search method
Chapter07/treeset.go:27
↓ 1 callersMethodSearchNode
SearchNode method
Chapter07/binarysearchtree.go:140
↓ 1 callersFunctionSecondFunc
SecondFunc method
Appendix/handling_error.go:24
↓ 1 callersFunctionSelectionSorter
Selection Sorter method
Chapter08/selection_sort.go:11
↓ 1 callersFunctionSeries
Series method
Chapter07/fibonacci_sequence.go:12
↓ 1 callersMethodSetValue
SetValue method
Chapter10/cache_management.go:56
↓ 1 callersFunctionShellSorter
shell sorter method
Chapter08/shell_sort.go:11
↓ 1 callersMethodStartPass
StartPass ends the Pass queue
Chapter03/sync_queue.go:78
↓ 1 callersMethodStartTicketIssue
StartTicketIssue starts the ticket issue
Chapter03/sync_queue.go:67
↓ 1 callersMethodString
String method
Chapter04/binary_search_tree.go:209
↓ 1 callersFunctionThueMorseSequence
ThueMorseSequence method
Chapter07/thue_morse.go:12
↓ 1 callersMethodUnion
Union method returns the set which is union of the set with anotherSet
Chapter03/set.go:56
↓ 1 callersFunctionUpdateCustomer
(customer Customer)
Chapter02/database_operations.go:86
↓ 1 callersFunctionadd
add method
Chapter05/twodmatrix.go:11
↓ 1 callersFunctionadd
add method given a and b integers
Chapter01/num_operations.go:11
↓ 1 callersMethodaddBranch
Branch class method addBranch branch
Chapter01/composite.go:53
↓ 1 callersFunctionaddOne
increment method
Chapter10/stack_memory_allocation.go:11
↓ 1 callersFunctionaddOne
increment method
Chapter10/stack_memory_pointer.go:11
↓ 1 callersFunctionbubbleSorter
bubble Sorter method
Chapter08/bubble_sort.go:11
↓ 1 callersFunctionchangeMatrix
changeMatrix method
Chapter05/boolean_matrix.go:11
↓ 1 callersFunctioncheckPoint
checkPoint method
Appendix/log_linenumber.go:16
↓ 1 callersMethodconvert
Adaptee class method convert
Chapter01/adapter.go:32
↓ 1 callersFunctioncreateArray
create array
Chapter08/merge_sort.go:13
↓ 1 callersMethodcreateCustomerAccount
BranchManagerFacade class method createCustomerAccount
Chapter01/facade.go:78
↓ 1 callersMethodcreateTransaction
BranchManagerFacade class method createTransaction
Chapter01/facade.go:85
↓ 1 callersFunctiondeleteCustomer
(customer Customer)
Chapter02/database_operations.go:103
↓ 1 callersFunctiondeterminant
determinant method
Chapter05/twodmatrix.go:70
↓ 1 callersFunctiondivideParts
divideParts method
Chapter08/quick_sort.go:21
↓ 1 callersMethoddrawContour
(x [5]float32, y [5]float32)
Chapter01/bridge.go:25
↓ 1 callersMethoddrawShape
(x [5]float32, y [5]float32)
Chapter01/bridge.go:12
↓ 1 callersFunctionfibonacci
fibonacci method given k integer
Chapter01/divide.go:11
↓ 1 callersFunctionfindElementsWithSum
findElementsWithSum of k from arr of size
Chapter01/backtracking.go:11
↓ 1 callersFunctiong
g method
Chapter07/farey_sequence.go:22
↓ 1 callersFunctiong
g function which returns x and y parameters after modification
Chapter03/tuples.go:17
↓ 1 callersMethodgetAccountType
Account class method getAccountType
Chapter01/privateclass.go:36
↓ 1 callersMethodgetId
Account class method getId
Chapter01/privateclass.go:30
↓ 1 callersFunctionh
h function which returns the product of parameters x and y
Chapter03/tuples.go:11
↓ 1 callersFunctionhash
hash method
Chapter08/hash_string.go:12
↓ 1 callersFunctioninOrderTraverseTree
inOrderTraverseTree method
Chapter04/binary_search_tree.go:64
↓ 1 callersFunctioninOrderTraverseTree
inOrderTraverseTree method
Chapter07/binarysearchtree.go:64
↓ 1 callersFunctioninsertRNode
insertRNode method
Chapter04/avl_tree.go:92
↓ 1 callersFunctioninsertTreeNode
insertTreeNode method
Chapter04/binary_search_tree.go:40
↓ 1 callersFunctioninsertTreeNode
insertTreeNode method
Chapter07/binarysearchtree.go:40
↓ 1 callersFunctionlook_say
look_say method
Chapter07/look_say.go:12
↓ 1 callersFunctionmethod1
method1
Appendix/log_linenumber.go:23
↓ 1 callersFunctionmultiply
multiply method
Chapter05/twodmatrix.go:38
↓ 1 callersFunctionnewReferenceCounter
new Reference Counter method
Chapter10/reference_counting.go:20
↓ 1 callersFunctionpassenger
passenger method starts and ends the pass queue
Chapter03/sync_queue.go:103
↓ 1 callersMethodperformAction
()
Chapter01/virtualproxy.go:12
↓ 1 callersMethodperformAction
VirtualProxy class method performAction
Chapter01/virtualproxy.go:29
↓ 1 callersFunctionpostOrderTraverseTree
postOrderTraverseTree method
Chapter04/binary_search_tree.go:96
↓ 1 callersFunctionpostOrderTraverseTree
postOrderTraverseTree method
Chapter07/binarysearchtree.go:96
↓ 1 callersFunctionpower
power function
Chapter08/shell_sort.go:44
↓ 1 callersFunctionpowerSeries
gets the powerseries of integer a and returns tuple of square of a and cube of a
Chapter01/tuples.go:12
↓ 1 callersFunctionpowerSeriesE
(a int)
Chapter01/tuples.go:28
↓ 1 callersFunctionpowerSeriesN
(a int)
Chapter01/tuples.go:18
↓ 1 callersFunctionpreOrderTraverseTree
preOrderTraverseTree method
Chapter04/binary_search_tree.go:80
↓ 1 callersFunctionpreOrderTraverseTree
preOrderTraverseTree method
Chapter07/binarysearchtree.go:80
↓ 1 callersFunctionprintTable
printTable method
Chapter04/table.go:30
↓ 1 callersFunctionprintTreeNode
printTreeNode method
Chapter04/binary_search_tree.go:245
↓ 1 callersFunctionprintTreeNode
printTreeNode method
Chapter07/binarysearchtree.go:243
↓ 1 callersFunctionrandomSequence
randomSequence method
Chapter08/insertion_sort.go:13
↓ 1 callersFunctionremoveBalance
removeBalance method
Chapter04/avl_tree.go:127
↓ 1 callersFunctionremoveNode
removeNode method
Chapter04/binary_search_tree.go:168
↓ 1 callersFunctionremoveNode
removeNode method
Chapter07/binarysearchtree.go:168
↓ 1 callersFunctionremoveRNode
removeRNode method
Chapter04/avl_tree.go:146
↓ 1 callersMethodresizeByFactor
(factor int)
Chapter01/bridge.go:26
↓ 1 callersFunctionsearchNode
searchNode method
Chapter04/binary_search_tree.go:147
↓ 1 callersFunctionsearchNode
searchNode method
Chapter07/binarysearchtree.go:147
↓ 1 callersMethodsetDetails
Account class method setDetails
Chapter01/privateclass.go:24
↓ 1 callersFunctionstringify
stringify method
Chapter04/binary_search_tree.go:218
↓ 1 callersFunctionstringify
stringify method
Chapter07/binarysearchtree.go:216
↓ 1 callersFunctionsubtract
subtract method
Chapter05/twodmatrix.go:24
↓ 1 callersFunctionswap
swap method
Chapter08/selection_sort.go:28
↓ 1 callersFunctionticketIssue
ticketIssue starts and ends the ticket issue
Chapter03/sync_queue.go:89
↓ 1 callersFunctiontwiceValue
twiceValue method given slice of int type
Chapter02/slices.go:11
↓ 1 callersFunctionxor
XOR method
Chapter08/hash.go:31
MethodAddLink
AddLink method
Chapter09/social_graph.go:32
MethodAddLink
Add Link
Chapter09/map_layout.go:44
FunctionAlter
(writer http.ResponseWriter, request *http.Request)
Chapter02/crm_app.go:45
← previousnext →101–200 of 384, ranked by callers