Skip to content

willda07/traversal-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

traversal-visualization

(Work in Progress) I'm currently developing this tool to be a web app that will be served on GitHub Pages.

Tree Traversal is a common topic used in Intro to Algorithms courses, often to introduce the idea of recursion. Often, it's hard for students who are fairly new to Computer Science to visualize the effect of all of the repeated and nested calls within a recursive procedure, so my hope is that this will be helpful to see how Preorder, Inorder, and Postorder tree traversals work!

I'm using the Angular framework to develop this app, in the hopes that it will

  • Improve my own Angular skills
  • Eventually be hosted online for general usage

Thanks for reading!

Releases

No releases published

Packages

No packages published