<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>JunKobayashi</author_name>
  <author_url>https://blog.hatena.ne.jp/JunKobayashi/</author_url>
  <blog_title>JunKobayashi's Diary</blog_title>
  <blog_url>https://junkobayashi.hatenablog.com/</blog_url>
  <categories>
    <anon>Java</anon>
    <anon>競プロライブラリ</anon>
  </categories>
  <description>以下の問題を解くための手法として「2つの文字列S, Tについて、Sの各文字を並べ替えてTに一致させられるかを考える場合、SとTの各文字を昇順に並べ替えてできる文字列どうしを比較して一致しているかどうかを判定する」と公式で解説されており、ライブラリを用意していなかったので作成しました AtCoder Beginner Contest 324 D - Square Permutation import java.util.Arrays; public final class DigitSorter { /** * 整数の各桁を昇順に並べた文字列を返す * @param n 文字列として取得したい整…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjunkobayashi.hatenablog.com%2Fentry%2F2023%2F10%2F16%2F201915&quot; title=&quot;Java向け競プロライブラリ（構成文字で並べ替えた文字列） - JunKobayashi&amp;#39;s Diary&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-10-16 20:19:15</published>
  <title>Java向け競プロライブラリ（構成文字で並べ替えた文字列）</title>
  <type>rich</type>
  <url>https://junkobayashi.hatenablog.com/entry/2023/10/16/201915</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
