<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>哈希表 on 不会跑</title>
    <link>https://buhuipao.github.io/tags/%E5%93%88%E5%B8%8C%E8%A1%A8/</link>
    <description>Recent content in 哈希表 on 不会跑</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <lastBuildDate>Sat, 03 Jun 2017 04:59:20 +0000</lastBuildDate>
    <atom:link href="https://buhuipao.github.io/tags/%E5%93%88%E5%B8%8C%E8%A1%A8/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>LeetCode–brick_wall</title>
      <link>https://buhuipao.github.io/2017/06/03/leetcode-brick_wall/</link>
      <pubDate>Sat, 03 Jun 2017 04:59:20 +0000</pubDate>
      <guid>https://buhuipao.github.io/2017/06/03/leetcode-brick_wall/</guid>
      <description>&lt;p&gt;比较有意思的题， 求最少穿过的砖的块数，原题连接：&lt;a href=&#34;https://leetcode.com/problems/brick-wall/&#34;&gt;https://leetcode.com/problems/brick-wall/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;There is a brick wall in front of you. The wall is rectangular and has several rows of bricks.&lt;/p&gt;&#xA;&lt;p&gt;The bricks have the same height but different width.&lt;/p&gt;&#xA;&lt;p&gt;You want to draw a vertical line from the top to the bottom and cross the least bricks.&lt;/p&gt;</description>
    </item>
    <item>
      <title>LeetCode–longest_substring_without_repeating_char</title>
      <link>https://buhuipao.github.io/2017/06/03/leetcode-longest_substring_without_repeating_char/</link>
      <pubDate>Sat, 03 Jun 2017 03:46:40 +0000</pubDate>
      <guid>https://buhuipao.github.io/2017/06/03/leetcode-longest_substring_without_repeating_char/</guid>
      <description>&lt;p&gt;这是一个面试的经典题，明显是个送分题：）&lt;/p&gt;&#xA;&lt;p&gt;Given a string, find the length of the longest substring without repeating characters.&lt;/p&gt;&#xA;&lt;p&gt;Examples:&lt;/p&gt;&#xA;&lt;p&gt;Given “abcabcbb”, the answer is “abc”, which the length is 3.&lt;/p&gt;&#xA;&lt;p&gt;Given “bbbbb”, the answer is “b”, with the length of 1.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
