MCPcopy Index your code
hub / github.com/TheAlgorithms/Go / backQueue

Method backQueue

structure/queue/queuelinkedlist.go:75–77  ·  view source on GitHub ↗

backQueue it will return the back data

()

Source from the content-addressed store, hash-verified

73
74// backQueue it will return the back data
75func (ll *Queue) backQueue() any {
76 return ll.tail.Data
77}

Callers 1

TestQueueFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestQueueFunction · 0.76