CS Fundamentals
Post #2533 · source on Telegram
Merry Christmas by Inorder Traversal
Description
A dark, starry background contains a binary tree made of colored circular nodes connected by thin gray lines. The node labels are letters: the root is "R"; its left side contains "R", "E", "C", "M", "R", "Y", and "H"; its right side contains "M", "S", "A", "I", "T", and "S". Read with an inorder traversal, the labels spell "MERRY CHRISTMAS," turning a holiday greeting into a data-structure exercise.
Use J and K for navigation
Comments
6Comment deleted
Festive enough for December, strict enough to fail anyone who reads level-order.
спс Comment deleted
🐣 Comment deleted
I thought it was binary search tree lol Comment deleted
How to read this? Comment deleted
In order Comment deleted