Home

❯

Computer Science

❯

Levelorder Traversal

Levelorder Traversal

Jan 07, 20251 min read

A Traversal Algorithm

  • Traverse root to leaves, left to right; i.e. in rows
  • Only Tree traversal that is not recursive See Binary Search Tree

Graph View

Backlinks

  • Algorithm
  • Binary Heap
  • Binary Search Tree
  • Binary Tree
  • Breadth First Search
  • Graph Algorithm
  • Traversal Algorithm

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community