<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ropupu-ropupu</author_name>
  <author_url>https://blog.hatena.ne.jp/ropupu-ropupu/</author_url>
  <blog_title>ロップップ</blog_title>
  <blog_url>https://ropupu-ropupu.hatenablog.com/</blog_url>
  <categories>
    <anon>LeetCode</anon>
  </categories>
  <description>Level-order Traversal 概要 Breadth-First Search（幅優先探索）は、ツリーやグラフのようなデータ構造を探索するアルゴリズム。 探索はルートからはじまり、そのルート自身をまず訪問済みにする。次に、隣接している階層のノードを探索し、訪問済みとする。その階層のノードすべてを訪問済みにしたら、その下の階層のノードを探索し、訪問済みとする。これを続ける。 ノードの探索順は、階層順になる。（ルート→第二階層のノード→第三階層のノード→...となる） 幅優先探索のためにキューを使うのが特徴的である。（訪問済みのノードをキューにためておく）</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fropupu-ropupu.hatenablog.com%2Fentry%2F2018%2F12%2F16%2F150811&quot; title=&quot;LeetCode: Binary Tree-2 - ロップップ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-12-16 15:08:11</published>
  <title>LeetCode: Binary Tree-2</title>
  <type>rich</type>
  <url>https://ropupu-ropupu.hatenablog.com/entry/2018/12/16/150811</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
