en.javascript.info/1-js/06-advanced-functions/01-recursion/linked-list-0.svg
2021-12-12 22:53:17 +03:00

1 line
No EOL
4 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="816" height="108" viewBox="0 0 816 108"><defs><style>@import url(https://fonts.googleapis.com/css?family=Open+Sans:bold,italic,bolditalic%7CPT+Mono);@font-face{font-family:&apos;PT Mono&apos;;font-weight:700;font-style:normal;src:local(&apos;PT MonoBold&apos;),url(/font/PTMonoBold.woff2) format(&apos;woff2&apos;),url(/font/PTMonoBold.woff) format(&apos;woff&apos;),url(/font/PTMonoBold.ttf) format(&apos;truetype&apos;)}</style></defs><g id="combined" fill="none" fill-rule="evenodd" stroke="none" stroke-width="1"><g id="linked-list-0.svg"><path id="Rectangle-15" fill="#FBF2EC" stroke="#DBAF88" stroke-width="2" d="M219 61h78v32h-78z"/><text id="value" fill="#AF6E24" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="221" y="51">value</tspan></text><text id="-8" fill="#AF6E24" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="253" y="81">1</tspan></text><path id="Line-21" fill="#C06334" fill-rule="nonzero" d="M341.27 69l14 7-14 7v-6h-58.54v-2h58.54v-6z"/><text id="next" fill="#C06334" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="307" y="65">next</tspan></text><path id="Rectangle-15-Copy" fill="#FBF2EC" stroke="#C06334" stroke-width="2" d="M48 61h93v32H48z"/><text id="value-copy" fill="#AF6E24" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="50" y="51">value</tspan></text><text id="&quot;new-item&quot;" fill="#AF6E24" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="55" y="80">&quot;new item&quot;</tspan></text><path id="Line-21-Copy" fill="#C06334" fill-rule="nonzero" d="M200.27 69l14 7-14 7-.001-6H141.73v-2h58.539l.001-6z"/><text id="next-copy" fill="#C06334" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="166" y="65">next</tspan></text><path id="Rectangle-11" fill="#FBF2EC" stroke="#DBAF88" stroke-width="2" d="M359 61h78v32h-78z"/><text id="value-2" fill="#AF6E24" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="361" y="51">value</tspan></text><text id="-9" fill="#AF6E24" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="393" y="81">2</tspan></text><path id="Line-22" fill="#C06334" fill-rule="nonzero" d="M481.27 69l14 7-14 7v-6h-58.54v-2h58.54v-6z"/><text id="next-2" fill="#C06334" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="447" y="65">next</tspan></text><path id="Rectangle-13" fill="#FBF2EC" stroke="#DBAF88" stroke-width="2" d="M498 61h78v32h-78z"/><text id="value-3" fill="#AF6E24" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="500" y="51">value</tspan></text><text id="-10" fill="#AF6E24" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="532" y="81">3</tspan></text><path id="Line-23" fill="#C06334" fill-rule="nonzero" d="M620.27 69l14 7-14 7v-6h-58.54v-2h58.54v-6z"/><text id="next-3" fill="#C06334" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="586" y="65">next</tspan></text><path id="Rectangle-14" fill="#FBF2EC" stroke="#DBAF88" stroke-width="2" d="M638 61h78v32h-78z"/><text id="value-4" fill="#AF6E24" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="640" y="51">value</tspan></text><text id="4" fill="#AF6E24" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="672" y="81">4</tspan></text><path id="Line-24" fill="#C06334" fill-rule="nonzero" d="M760.27 69l14 7-14 7v-6h-58.54v-2h58.54v-6z"/><text id="next-4" fill="#C06334" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="726" y="65">next</tspan></text><text id="null" fill="#AF6E24" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="782" y="80">null</tspan></text><text id="list" fill="#AF6E24" font-family="PTMono-Regular, PT Mono" font-size="14" font-weight="normal"><tspan x="8" y="80">list</tspan></text></g></g></svg>