Definitions

from Wiktionary, Creative Commons Attribution/Share-Alike License.

  • adjective computing Not recursive.

Etymologies

Sorry, no etymologies found.

Support

Help support Wordnik (and make this page ad-free) by adopting the word nonrecursive.

Examples

  • The ribs are lined with series of 6 round panels organized in a self-similar, nonrecursive pattern generated through a fractal algorithm.

    The Greenhouse Nightclub Interior by bluarch Architecture 2009

  • All of these features, in a nonrecursive form, are found in other animals.

    Economics and Evolution, Arnold Kling | EconLog | Library of Economics and Liberty 2009

  • For example to track all files (including system imports) in a nonrecursive scanner, use the following install code in your SConstruct:

    PyPI recent updates 2010

  • † One way to perform a nonrecursive preorder traversal of a tree is given by the program NPREORDER shown in Fig. 3.9.

    Recently Uploaded Slideshows 2009

  • Thus our nonrecursive preorder procedure, like the example in Section 2.6, models closely the way the recursive procedure is implemented.

    Recently Uploaded Slideshows 2009

  • The nonrecursive version is probably to be preferred, so that we can maintain the list of constraints conveniently on a stack.

    Recently Uploaded Slideshows 2009

  • There is a more general approach that converts any recursive procedure (or function) into a nonrecursive one, but this approach introduces a user-defined stack.

    Recently Uploaded Slideshows 2009

  • Invictus75 -1 points 53 minutes ago Invictus75 -1 points 53 minutes ago nonrecursive 4 points 23 minutes ago nonrecursive 4 points 23 minutes ago reallythateasy

    reddit.com: what's new online! 2009

  • Give nonrecursive preorder, postorder, and inorder traversal algorithms that do not use \ "states\" or a stack, as Fig. 3.9 does.

    Recently Uploaded Slideshows 2009

  • However, in the most frequently executed portions of programs, we may wish to eliminate recursion, and it is the purpose of this discussion to illustrate how recursive procedures can be converted to nonrecursive ones by the introduction of a user-defined stack.

    Recently Uploaded Slideshows 2009

Comments

Log in or sign up to get involved in the conversation. It's quick and easy.