<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>vamdio</author_name>
  <author_url>https://blog.hatena.ne.jp/vamdio/</author_url>
  <blog_title>Algo-List</blog_title>
  <blog_url>https://bibou-log.hatenablog.jp/</blog_url>
  <categories>
    <anon>アルゴリズム</anon>
    <anon>探索</anon>
    <anon>線形探索</anon>
  </categories>
  <description>線形探索アルゴリズムの解説 線形探索(Linear Search)は、リストや配列などの線形データ構造から特定の値を探す際に使用される基本的なアルゴリズム。この手法は、データ構造の最初から順に要素を1つずつ確認し、目的の値と一致する要素が見つかるまで探索を続ける。 線形探索の動作原理 データ構造の先頭から開始 現在の要素が目的の値と一致するかを判定 一致する場合、その要素のインデックスを返す 一致しない場合、次の要素に進む データ構造の最後まで到達し、目的の値が見つからなかった場合、特別な値（通常は-1）を返す Pythonによる実装 # linear_search.py def linear…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbibou-log.hatenablog.jp%2Fentry%2F20230308%2F1678274568&quot; title=&quot;線形探索 - Algo-List&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>2023-03-08 20:22:48</published>
  <title>線形探索</title>
  <type>rich</type>
  <url>https://bibou-log.hatenablog.jp/entry/20230308/1678274568</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
