{
    "componentChunkName": "component---src-templates-blog-post-js",
    "path": "/algorithms/depth-first-search/",
    "result": {"data":{"site":{"siteMetadata":{"title":"Algorithms Notebook","lang":"en"}},"markdownRemark":{"id":"23005644-4dae-594f-ad12-0538f4561bd3","excerpt":"Graph Search :)","tableOfContents":"<ul>\n<li><a href=\"#graph-search\">Graph Search</a></li>\n</ul>","html":"<h1 id=\"graph-search\" style=\"position:relative;\"><a href=\"#graph-search\" aria-label=\"graph search permalink\" class=\"autolink-heading before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>Graph Search</h1>\n<p>:)</p>\n<div class=\"gatsby-highlight\" data-language=\"js\"><pre class=\"language-js\"><code class=\"language-js\"><span class=\"token comment\">// js</span>\r\n<span class=\"token keyword\">const</span> x <span class=\"token operator\">=</span> <span class=\"token number\">10</span></code></pre></div>","frontmatter":{"title":"Depth First Search","date":"November 02, 2022","description":"A simple graph search algorithm guaranteed to find a path if it exists.","tags":["graph-search","graph"],"toc":null},"fields":{"readingTime":{"text":"1 min read"},"langKey":"en"}}},"pageContext":{"slug":"/algorithms/depth-first-search/","previous":null,"next":null,"translationsLink":[]}},
    "staticQueryHashes": ["2841359383","3257411868"]}