<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>s-takaya1027</author_name>
  <author_url>https://blog.hatena.ne.jp/s-takaya1027/</author_url>
  <blog_title>何かやってみるブログ</blog_title>
  <blog_url>https://takayasugiyama.com/</blog_url>
  <categories>
  </categories>
  <description>problem leetcode.com 解いた # @param {String} s # @param {String} t # @return {Boolean} def is_isomorphic(s, t) henkan = {} s.chars.each_with_index do |char, index| if henkan[char].nil? &amp;&amp; !henkan.values.include?(t[index]) henkan[char] = t[index] else return false if henkan[char] != t[index] end end tr…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakayasugiyama.com%2Fentry%2F2023%2F02%2F05%2F055409&quot; title=&quot;LeetCode  Isomorphic Stringsを解いた。 - 何かやってみるブログ&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-02-05 05:54:09</published>
  <title>LeetCode  Isomorphic Stringsを解いた。</title>
  <type>rich</type>
  <url>https://takayasugiyama.com/entry/2023/02/05/055409</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
