<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Trie on BradCypert.com</title>
    <link>https://www.bradcypert.com/tags/trie/</link>
    <description>Recent content in Trie on BradCypert.com</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 27 Dec 2022 22:25:45 -0500</lastBuildDate>
    <atom:link href="https://www.bradcypert.com/tags/trie/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A Brief Introduction to Tries</title>
      <link>https://www.bradcypert.com/a-brief-introduction-to-tries/</link>
      <pubDate>Fri, 30 Jun 2017 00:00:00 +0000</pubDate>
      <guid>https://www.bradcypert.com/a-brief-introduction-to-tries/</guid>
      <description>&lt;p&gt;Hello there! Welcome back! Today I’m talking about Tries (pronounced “trys”). Tries are a type of search tree commonly used for storing and searching single characters that make up one or more strings. What make a trie interesting is that the first node contains an empty value and the descendants of a node have a common prefix associated with that node.&lt;/p&gt;&#xA;&lt;p&gt;Like most data structures, tries are easier to reason about when you have a picture to help explain it. Let’s take the word “propane” break it apart into a trie. Each character will be represented as a node.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
