Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
75
func
(ll *Queue) backQueue() any {
76
return
ll.tail.Data
77
}
Callers
1
TestQueue
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestQueue
Function · 0.76