For the complete documentation index, see llms.txt. This page is also available as Markdown.

CSAW CTF Qualifiers 2018

Bin_t - Misc [50 pts]

Binary trees let you do some interesting things. Can you balance a tree?

nc misc.chal.csaw.io 9001

Equal nodes should be inserted to the right of the parent node. You should balance the tree as you add nodes.

10MB
Open
AVL

It inserted all the nodes into an AVL tree and did a preorder traversal

Flag: flag{HOW_WAS_IT_NAVIGATING_THAT_FOREST?}

Last updated