update hld sources
This commit is contained in:
parent
773aade089
commit
b372ea91ce
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ export const metadata = {
|
||||||
## Tutorial
|
## Tutorial
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<resource source="cp-algo" title="HLD" url="https://cp-algorithms.com/graph/hld.html" 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></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="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>
|
<resource source="anudeep2011" title="HLD" url="https://blog.anudeep2011.com/heavy-light-decomposition/">explains what HLD is (but incomplete & overly complicated code)</resource>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Reference in a new issue