Inorder traversal

Inorder traversal is a way to visit all the nodes of a binary tree in a specific order, where each node is processed between recursing on its left and right subtrees. It's commonly used in search and sort algorithms, but I'd rather be implementing a red-black tree deletion in Rust right now.

How to use it in a sentence

  • "I was trying to debug this distributed system that uses an in-memory inorder traversal for caching, but I got paged at 2am because the CEO couldn't load his Instagram feed."

  • "My PM keeps asking me how long it will take to add inorder traversal to our blockchain-based coffee maker app, but I'm too busy shitposting on HackerNews to estimate it."

If you actually want to learn more...

  • Real-time full-text search with Luwak and Samza - This article discusses how indexing queries and breaking them into simpler subqueries can dramatically speed up search, eliminating up to 99% of queries. Choosing which query terms to index based on rarity is one useful optimization.

  • How the BST Code was Broken - Chris Stover explains why a stronger invariant beyond just (left child) < node < (right child) is needed for binary search trees. The "bst-remove" function in particular fails to maintain the critical max(left subtree) < node < min(right subtree) property.

  • Lisp Resources - Paul Graham compiled an extensive list of resources related to Lisp and other programming languages. It includes links to language specs, tutorials, code examples, FAQs, and more. A great starting point for diving deeper into Lisp and functional programming paradigms often used with tree traversals.

Note: the Developer Dictionary is in Beta. Please direct feedback to skye@statsig.com.

Join the #1 experimentation community

Connect with like-minded product leaders, data scientists, and engineers to share the latest in product experimentation.

Try Statsig Today

Get started for free. Add your whole team!

Why the best build with us

OpenAI OpenAI
Brex Brex
Notion Notion
SoundCloud SoundCloud
Ancestry Ancestry
At OpenAI, we want to iterate as fast as possible. Statsig enables us to grow, scale, and learn efficiently. Integrating experimentation with product analytics and feature flagging has been crucial for quickly understanding and addressing our users' top priorities.
OpenAI
Dave Cummings
Engineering Manager, ChatGPT
Brex's mission is to help businesses move fast. Statsig is now helping our engineers move fast. It has been a game changer to automate the manual lift typical to running experiments and has helped product teams ship the right features to their users quickly.
Brex
Karandeep Anand
President
At Notion, we're continuously learning what our users value and want every team to run experiments to learn more. It’s also critical to maintain speed as a habit. Statsig's experimentation platform enables both this speed and learning for us.
Notion
Mengying Li
Data Science Manager
We evaluated Optimizely, LaunchDarkly, Split, and Eppo, but ultimately selected Statsig due to its comprehensive end-to-end integration. We wanted a complete solution rather than a partial one, including everything from the stats engine to data ingestion.
SoundCloud
Don Browning
SVP, Data & Platform Engineering
We only had so many analysts. Statsig provided the necessary tools to remove the bottleneck. I know that we are able to impact our key business metrics in a positive way with Statsig. We are definitely heading in the right direction with Statsig.
Ancestry
Partha Sarathi
Director of Engineering
We use cookies to ensure you get the best experience on our website.
Privacy Policy