Search results

Jump to navigation Jump to search
  • ...y be reasonable to implement a graph traversal algorithm in the form of an iterator, which returns the processed nodes and/or the traversed arcs step-by-step.
    2 KB (314 words) - 19:06, 9 November 2014
  • ** [[Iterator]]
    4 KB (380 words) - 15:13, 30 November 2020
  • ...utgoing arc <math>a_v=(v,w)</math> of <math>v</math>. (May be viewed as an iterator over the list of all outgoing arcs.) ...ursive procedure. However, this excludes the option to implement DFS as an iterator, which means to turn the loop inside-out (cf. remarks on [[Graph traversal|
    11 KB (1,966 words) - 06:52, 26 October 2015
  • ...fact, then the modification may be simply added to the loop that runs the iterator.
    4 KB (788 words) - 11:27, 16 March 2017
  • ...tminus\{t\}</math> has a '''current arc''', which may be implemented as an iterator on the list of outgoing arcs of <math>v</math>.
    8 KB (1,416 words) - 07:59, 30 November 2015
  • ...tminus\{t\}</math> has a '''current arc''', which may be implemented as an iterator on the list of outgoing residual arcs of <math>v</math>.
    9 KB (1,560 words) - 03:53, 20 June 2017
  • ...ly, a loop may be implemented as an [http://en.wikipedia.org/wiki/Iterator iterator] whose method for going one step forward implements the execution of one it
    12 KB (1,782 words) - 12:49, 28 April 2016