Category:Traversal: Difference between revisions
From charlesreid1
(Created page with "Different kinds of traversal: * pre-order traveral: Preorder * post-order traversal: Postorder * in-order traversal: Inorder * breadth-first traversal - BFT or...") |
No edit summary |
||
| Line 4: | Line 4: | ||
* in-order traversal: [[Inorder]] | * in-order traversal: [[Inorder]] | ||
* breadth-first traversal - [[BFT]] or [[BFS]] | * breadth-first traversal - [[BFT]] or [[BFS]] | ||
Different kinds of data structures: | |||
* [[Trees]] | |||
* [[Binary Trees]] | |||
* [[Graphs]] | |||
Revision as of 12:22, 7 September 2017
Different kinds of traversal:
- pre-order traveral: Preorder
- post-order traversal: Postorder
- in-order traversal: Inorder
- breadth-first traversal - BFT or BFS
Different kinds of data structures:
Pages in category "Traversal"
The following 15 pages are in this category, out of 15 total.