Join Slack
Communities
Powered by
In a linked list you can iterate over the nodes li...
# announcements
r
ravna
06/18/2016, 2:54 PM
In a linked list you can iterate over the nodes like this
for (Node n = head; n.value < max; n = n.next)
Open in Slack
Previous
Next