update hld sources

This commit is contained in:
Nathan Wang 2020-06-29 13:31:51 -07:00
parent 773aade089
commit b372ea91ce

View file

@ -34,8 +34,8 @@ export const metadata = {
## Tutorial
<resources>
<resource source="cp-algo" title="HLD" url="https://cp-algorithms.com/graph/hld.html" starred> </resource>
<resource source="CF" title="AI-Cash - HLD Implementation" url="blog/entry/22072" starred></resource>
<resource source="cp-algo" title="HLD" url="https://cp-algorithms.com/graph/hld.html" starred>read this first to understand HLD</resource>
<resource source="CF" title="AI-Cash - HLD Implementation" url="blog/entry/22072" starred>read this second for HLD implementatoin</resource>
<resource source="CF" title="adamant - Easiest HLD with subtree queries" url="blog/entry/53170" starred></resource>
<resource source="anudeep2011" title="HLD" url="https://blog.anudeep2011.com/heavy-light-decomposition/">explains what HLD is (but incomplete & overly complicated code)</resource>
</resources>