<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>演算法 on G. T. Wang</title>
    <link>https://blog.gtwang.org/tags/%E6%BC%94%E7%AE%97%E6%B3%95/</link>
    <description>Recent content in 演算法 on G. T. Wang</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>zh-tw</language>
    <copyright>G. T. Wang</copyright>
    <lastBuildDate>Wed, 10 Jun 2015 16:19:55 +0800</lastBuildDate>
    <atom:link href="https://blog.gtwang.org/tags/%E6%BC%94%E7%AE%97%E6%B3%95/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Perl 模糊字串比對（Approximate Matching）String::Approx 模組</title>
      <link>https://blog.gtwang.org/programming/perl-approximate-matching-string-approx-module/</link>
      <pubDate>Wed, 10 Jun 2015 16:19:55 +0800</pubDate>
      <guid>https://blog.gtwang.org/programming/perl-approximate-matching-string-approx-module/</guid>
      <description>&lt;p&gt;這裡介紹如何使用 Perl 的 &lt;code&gt;String::Approx&lt;/code&gt; 模組進行模糊字串比對（approximate matching）。&lt;/p&gt;
&lt;p&gt;模糊搜尋是實務上常用的搜尋方法，當使用者輸入的關鍵字有些誤差時，透過模糊搜尋還是可以找到使用者想要找的資訊，例如 &lt;code&gt;color&lt;/code&gt; 與 &lt;code&gt;colour&lt;/code&gt; 兩個字其實是一樣的，如果使用者輸入其中一個，使用一般性的比對就找不到另外一個，或是說使用者根本把單字拼錯，那一般的搜尋就更找不到了。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Orcish Maneuver：讓 Perl 排序程式加速的方法</title>
      <link>https://blog.gtwang.org/perl/orcish-maneuver-perl-sorting/</link>
      <pubDate>Fri, 18 Jul 2014 20:07:58 +0800</pubDate>
      <guid>https://blog.gtwang.org/perl/orcish-maneuver-perl-sorting/</guid>
      <description>&lt;p&gt;Orcish Maneuver 是一個可以讓 Perl 排序程式加速的實作方式，這個方法在法則的排序問題上非常有用。&lt;/p&gt;
&lt;p&gt;在 Perl 程式中，如果遇到比較複雜的排序問題時，一般的程式設計師會會使用 &lt;code&gt;sort&lt;/code&gt; 配合一個自己撰寫的排序函式來處理。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
