Skip to content

Commit b047607

Browse files
author
committed
Deployed 476b8b5 with MkDocs version: 1.6.1
1 parent 4b0dc8d commit b047607

4 files changed

Lines changed: 345 additions & 334 deletions

File tree

data-structures/index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8459,6 +8459,15 @@
84598459
</ul>
84608460
</nav>
84618461

8462+
</li>
8463+
8464+
<li class="md-nav__item">
8465+
<a href="#reference" class="md-nav__link">
8466+
<span class="md-ellipsis">
8467+
Reference
8468+
</span>
8469+
</a>
8470+
84628471
</li>
84638472

84648473
</ul>
@@ -8572,6 +8581,8 @@ <h3 id="hierarchical-data">Hierarchical data<a class="headerlink" href="#hierarc
85728581
<p>walk the hierarchy to get the appropriate values</p>
85738582
<p>extract only the values required by a function and pass as arguments</p>
85748583
<p>hierachiecy can become too complex to manage, the flatest possible structure is usually simpler to work with (transform)</p>
8584+
<h2 id="reference">Reference<a class="headerlink" href="#reference" title="Permanent link">λ︎</a></h2>
8585+
<p>[InfoQ article on <a class="md-button" href="http://www.infoq.com/articles/in-depth-look-clojure-collections" target="_blank">An In-Depth Look at Clojure Collections</a></p>
85758586

85768587

85778588

@@ -8592,7 +8603,7 @@ <h3 id="hierarchical-data">Hierarchical data<a class="headerlink" href="#hierarc
85928603
<span class="md-icon" title="Last update">
85938604
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
85948605
</span>
8595-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 25, 2023 14:19:31">April 25, 2023</span>
8606+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 14, 2025 18:27:50">April 14, 2025</span>
85968607
</span>
85978608

85988609

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)