Skip to content

Instantly share code, notes, and snippets.

View azl397985856's full-sized avatar
😟
I may be slow to respond.

lucifer azl397985856

😟
I may be slow to respond.
View GitHub Profile
@azl397985856
azl397985856 / bfs_and_dfs.md
Created August 28, 2018 02:14 — forked from chrisco/bfs_and_dfs.md
Breadth First Search And Depth First Search

Breadth First Search

Algorithm for searching graph-like data structures, one level at a time.


Step by Step

  • Start a queue
  • Check current node - if false, mark as visited, continue
@azl397985856
azl397985856 / index.html
Created June 30, 2016 08:14 — forked from anonymous/index.html
monad-code-pen
<div id="content">123</div>