DEV Community

Discussion on: How often You Have to use the Concepts of Trees in your algo

Collapse
 
inondle profile image
Quentin Fulsher

Had to write a Selenium test for a Boolean expression builder. The recursive data structures I used to model it can best be thought of as an inorder tree traversal.