<?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>
    <anon>競技プログラミング</anon>
  </categories>
  <description>bit演算を使って部分集合を実装 競技プログラミングをやっていると、集合 のべき集合を求めよ～ とか、数列 の部分列の総和を求めよ～とかでできます。 bit演算で簡単に実装できることを学びました。 具体例として、集合 として、 が与えられたとします。 集合Aの部分集合は なので、 べき集合は になります。 これをJavaで実装すると以下のようになります。 import java.util.ArrayList; import java.util.List; public class Sample { public static void main(String[] args) throws IO…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftutuz.hateblo.jp%2Fentry%2F2018%2F03%2F10%2F215802&quot; title=&quot;ビットで組み合わせ全列挙 - 数学/競プロメモ&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-03-10 21:58:02</published>
  <title>ビットで組み合わせ全列挙</title>
  <type>rich</type>
  <url>https://tutuz.hateblo.jp/entry/2018/03/10/215802</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
