<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Edward Suryadi</title>
    <description>The latest articles on DEV Community by Edward Suryadi (@edward_suryadi_b8f02e7873).</description>
    <link>https://dev.to/edward_suryadi_b8f02e7873</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3392568%2F716054ba-0494-4eb9-9303-186dcd4bba8e.png</url>
      <title>DEV Community: Edward Suryadi</title>
      <link>https://dev.to/edward_suryadi_b8f02e7873</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/edward_suryadi_b8f02e7873"/>
    <language>en</language>
    <item>
      <title>I invented a data structure with two roots and shared leaves — the Conjoined Tree</title>
      <dc:creator>Edward Suryadi</dc:creator>
      <pubDate>Sun, 27 Jul 2025 22:19:53 +0000</pubDate>
      <link>https://dev.to/edward_suryadi_b8f02e7873/i-invented-a-data-structure-with-two-roots-and-shared-leaves-the-conjoined-tree-28kg</link>
      <guid>https://dev.to/edward_suryadi_b8f02e7873/i-invented-a-data-structure-with-two-roots-and-shared-leaves-the-conjoined-tree-28kg</guid>
      <description>&lt;p&gt;Hi folks, I recently invented and open-sourced a new data structure called the &lt;strong&gt;Conjoined Tree&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It’s designed for multi-dimensional data modeling—think pivot tables, OLAP cubes, or feature stores—where operations like sorting, filtering, or inserting can be done along any axis, without needing to shift the whole structure.&lt;/p&gt;

&lt;p&gt;Instead of one root like a traditional tree, it has two or more root nodes (like rows and columns), and all share the same leaf nodes. It scales up to N dimensions and supports sparse data naturally.&lt;/p&gt;

&lt;p&gt;🔗 GitHub: &lt;a href="https://github.com/esuryadi/conjoined-tree" rel="noopener noreferrer"&gt;https://github.com/esuryadi/conjoined-tree&lt;/a&gt;&lt;br&gt;&lt;br&gt;
📝 Article: &lt;a href="https://www.linkedin.com/pulse/tree-two-roots-new-data-structure-multi-dimensional-thinking-suryadi-czycc" rel="noopener noreferrer"&gt;https://www.linkedin.com/pulse/tree-two-roots-new-data-structure-multi-dimensional-thinking-suryadi-czycc&lt;/a&gt;&lt;br&gt;&lt;br&gt;
📚 Spec: &lt;a href="https://edsuryadi.atlassian.net/wiki/external/NzM1Mjk1NDUwOWU4NGIwZDg5MGQxYWMzMTdhN2M4YWM" rel="noopener noreferrer"&gt;https://edsuryadi.atlassian.net/wiki/external/NzM1Mjk1NDUwOWU4NGIwZDg5MGQxYWMzMTdhN2M4YWM&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Would love feedback or collaboration ideas. Feel free to contribute or build something with it!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
