Singly-linked list/Reversal: Difference between revisions

Content added Content deleted
Line 198: Line 198:
=={{header|jq}}==
=={{header|jq}}==
{{works with|jq}}
{{works with|jq}}
''Also works with gojq, the Go implementation of jq'''
'''Also works with gojq, the Go implementation of jq'''


For context and definitions of the basic SLL functions, see [[Singly-linked_list/Element_definition#jq]].
For context and definitions of the basic SLL functions, see [[Singly-linked_list/Element_definition#jq]].