<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>d_tutuz</author_name>
  <author_url>https://blog.hatena.ne.jp/d_tutuz/</author_url>
  <blog_title>数学/競プロメモ</blog_title>
  <blog_url>https://tutuz.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>計算量 https://beta.atcoder.jp/contests/abc094/tasks/arc095_a ArrayListから要素のindexをindexOf((Object)x)で検索するのが、ランダムアクセスであるget(i)と同じように、O(1)と勘違いしていた。TLEになるからなんでや、、 と思っていたので、java.util.Collectionを復習しておく。 クラス 要素の追加 要素の検索 要素の削除 ランダムアクセス ArrayList O(n) O(n) O(n) O(1) LinkedList O(1) O(n) O(1) O(n) HashSet O(log…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftutuz.hateblo.jp%2Fentry%2F2018%2F04%2F15%2F103635&quot; title=&quot;Collectionインターフェイスの計算量 - 数学/競プロメモ&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-04-15 10:36:35</published>
  <title>Collectionインターフェイスの計算量</title>
  <type>rich</type>
  <url>https://tutuz.hateblo.jp/entry/2018/04/15/103635</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
