Talk:Singly-linked list/Traversal: Difference between revisions

m
No edit summary
 
(One intermediate revision by one other user not shown)
Line 14:
 
[[User:Rdm|Rdm]] 12:52, 1 September 2009 (UTC)
 
Rdm, I think a better solution for this task would be just tell that verbs in J automatically consume all the input - either in chunks, if the verb rank is smaller than the input rank, or as a whole.
 
The task doesn't require "traverse sequentially", and J doesn't guarantee the order of traversal. So, to just traverse, say, array arr1 with monad verb1 one just applies that monad: verb1 arr1 . The sequential traversal - or a traversal where order does matter - are both separate cases in J, and should be noted differently.
 
[[User:Avmich|Avmich]] 23:07, 14 September 2009 (UTC)
Anonymous user