<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Binary Search Tree on Rik Kisnah - Blog</title><link>https://www.rik-kisnah.ai/tags/binary-search-tree/</link><description>Recent content in Binary Search Tree on Rik Kisnah - Blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 17 Sep 2019 09:00:00 -0700</lastBuildDate><atom:link href="https://www.rik-kisnah.ai/tags/binary-search-tree/feed.xml" rel="self" type="application/rss+xml"/><item><title>Validate a Binary Search Tree</title><link>https://www.rik-kisnah.ai/teach/coding/validate-a-binary-search-tree/</link><pubDate>Tue, 17 Sep 2019 09:00:00 -0700</pubDate><guid>https://www.rik-kisnah.ai/teach/coding/validate-a-binary-search-tree/</guid><description>Is every node bigger than everything on its left and smaller than everything on its right? Checking only the children is the famous wrong answer. Carry a range down the tree instead.</description></item></channel></rss>