Learning Lua Step-By-Step (Part 13)

This entry is part 13 of 19 in the series Learning Lua Step-By-Step

Explore two powerful tree-based data structures in Lua: a quadtree for sorting 3D objects by depth, and a trie for efficient word searching. Learn how these data structures work and how to implement them in your own Lua projects.