Skip to content

ezra-obiwale/janet-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DEPTH FIRST, TREE TRAVERSAL ALGORITHM

========================================

  1. List all nodes of the tree, or current node.
  2. Select first node, perform desired function.
  3. If node has children nodes, run steps 1 through 3 on current node.
  4. Progress to the next node until end

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published