mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-21 23:44:25 +08:00
269 lines
4.8 KiB
HTML
269 lines
4.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir=>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="">
|
|
<meta name="theme-color" content="#FFFFFF"><meta property="og:title" content="Docs" />
|
|
<meta property="og:description" content="" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://books.halfrost.com/leetcode/docs/" />
|
|
|
|
<title>Docs | LeetCode Cookbook</title>
|
|
<link rel="manifest" href="/leetcode/manifest.json">
|
|
<link rel="icon" href="/leetcode/favicon.png" type="image/x-icon">
|
|
<link rel="stylesheet" href="/leetcode/book.min.6cd8553a6854f4812343f0f0c8baca31271e686434f381fbe3c7226f66639176.css" integrity="sha256-bNhVOmhU9IEjQ/DwyLrKMSceaGQ084H748cib2ZjkXY=">
|
|
<script defer src="/leetcode/en.search.min.b89b298482a620ecdc3740829351c9d8b19cc485f00b83eaf4b57f44e1cb7e23.js" integrity="sha256-uJsphIKmIOzcN0CCk1HJ2LGcxIXwC4Pq9LV/ROHLfiM="></script>
|
|
<link rel="alternate" type="application/rss+xml" href="https://books.halfrost.com/leetcode/docs/index.xml" title="LeetCode Cookbook" />
|
|
<!--
|
|
Made with Book Theme
|
|
https://github.com/alex-shpak/hugo-book
|
|
-->
|
|
|
|
|
|
</head>
|
|
|
|
<body dir=>
|
|
<input type="checkbox" class="hidden toggle" id="menu-control" />
|
|
<input type="checkbox" class="hidden toggle" id="toc-control" />
|
|
<main class="container flex">
|
|
<aside class="book-menu">
|
|
|
|
<nav>
|
|
<h2 class="book-brand">
|
|
<a href="/leetcode"><img src="/leetcode/logo.png" alt="Logo" /><span>LeetCode Cookbook</span>
|
|
</a>
|
|
</h2>
|
|
|
|
|
|
<div class="book-search">
|
|
<input type="text" id="book-search-input" placeholder="Search" aria-label="Search" maxlength="64" data-hotkeys="s/" />
|
|
<div class="book-search-spinner hidden"></div>
|
|
<ul id="book-search-results"></ul>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
<a href="https://halfrost.com" target="_blank" rel="noopener">
|
|
被人嘲笑的梦想
|
|
</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="https://github.com/halfrost" target="_blank" rel="noopener">
|
|
Github
|
|
</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="https://halfrost.com" target="_blank" rel="noopener">
|
|
微信公众号
|
|
</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="https://twitter.com/halffrost" target="_blank" rel="noopener">
|
|
Twitter
|
|
</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="https://weibo.com/halfrost" target="_blank" rel="noopener">
|
|
Weibo
|
|
</a>
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
<li>
|
|
<p>
|
|
<a href="/leetcode/docs/example/"><strong>Example Site</strong></a></p>
|
|
</li>
|
|
<li>
|
|
<p>
|
|
<a href="/leetcode/docs/example/table-of-contents/">Table of Contents</a></p>
|
|
<ul>
|
|
<li>
|
|
<a href="/leetcode/docs/example/table-of-contents/with-toc/">With ToC</a></li>
|
|
<li>
|
|
<a href="/leetcode/docs/example/table-of-contents/without-toc/">Without ToC</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<p>
|
|
<a href="/leetcode/docs/example/collapsed/">Collapsed</a></p>
|
|
<ul>
|
|
<li>
|
|
<a href="/leetcode/docs/example/collapsed/3rd-level/">3rd</a>
|
|
<ul>
|
|
<li>
|
|
<a href="/leetcode/docs/example/collapsed/3rd-level/4th-level/">4th</a>
|
|
<br /></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<p><strong>Shortcodes</strong></p>
|
|
</li>
|
|
<li>
|
|
<p>
|
|
<a href="/leetcode/docs/shortcodes/buttons/">Buttons</a></p>
|
|
</li>
|
|
<li>
|
|
<p>
|
|
<a href="/leetcode/docs/shortcodes/columns/">Columns</a></p>
|
|
</li>
|
|
<li>
|
|
<p>
|
|
<a href="/leetcode/docs/shortcodes/expand/">Expand</a></p>
|
|
</li>
|
|
<li>
|
|
<p>
|
|
<a href="/leetcode/docs/shortcodes/hints/">Hints</a></p>
|
|
</li>
|
|
<li>
|
|
<p>
|
|
<a href="/leetcode/docs/shortcodes/katex/">Katex</a></p>
|
|
</li>
|
|
<li>
|
|
<p>
|
|
<a href="/leetcode/docs/shortcodes/mermaid/">Mermaid</a></p>
|
|
</li>
|
|
<li>
|
|
<p>
|
|
<a href="/leetcode/docs/shortcodes/tabs/">Tabs</a>
|
|
<br /></p>
|
|
</li>
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
<a href="/leetcode/posts/" >
|
|
Blog
|
|
</a>
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
<script>(function(){var menu=document.querySelector("aside.book-menu nav");addEventListener("beforeunload",function(event){localStorage.setItem("menu.scrollTop",menu.scrollTop);});menu.scrollTop=localStorage.getItem("menu.scrollTop");})();</script>
|
|
|
|
|
|
|
|
</aside>
|
|
|
|
<div class="book-page">
|
|
<header class="book-header">
|
|
|
|
<div class="flex align-center justify-between">
|
|
<label for="menu-control">
|
|
<img src="/leetcode/svg/menu.svg" class="book-icon" alt="Menu" />
|
|
</label>
|
|
|
|
<strong>Docs</strong>
|
|
|
|
<label for="toc-control">
|
|
|
|
<img src="/leetcode/svg/toc.svg" class="book-icon" alt="Table of Contents" />
|
|
|
|
</label>
|
|
</div>
|
|
|
|
|
|
|
|
<aside class="hidden clearfix">
|
|
|
|
|
|
|
|
|
|
</aside>
|
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<article class="markdown"></article>
|
|
|
|
|
|
|
|
<footer class="book-footer">
|
|
|
|
<div class="flex flex-wrap justify-between">
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
|
|
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
|
</div>
|
|
|
|
|
|
<aside class="book-toc">
|
|
|
|
|
|
|
|
|
|
</aside>
|
|
|
|
</main>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|