<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>分治 on 111qqz's blog</title><link>https://111qqz.com/en/tags/%E5%88%86%E6%B2%BB/</link><description>Recent content in 分治 on 111qqz's blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2015-2026 111qqz</copyright><lastBuildDate>Wed, 19 Oct 2016 08:17:04 +0000</lastBuildDate><atom:link href="https://111qqz.com/en/tags/%E5%88%86%E6%B2%BB/index.xml" rel="self" type="application/rss+xml"/><item><title>poj 3233 Matrix Power Series （矩阵快速幂+分治）</title><link>https://111qqz.com/en/post/acm-icpc/2016/2016-10-19-poj-3233/</link><pubDate>Wed, 19 Oct 2016 08:17:04 +0000</pubDate><guid>https://111qqz.com/en/post/acm-icpc/2016/2016-10-19-poj-3233/</guid><description>&lt;p&gt;&lt;a href="http://poj.org/problem?id=3233" target="_blank" rel="noreferrer"&gt;题目链接&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;题意：&lt;/p&gt;
&lt;p&gt;Given a &lt;em&gt;n&lt;/em&gt; × &lt;em&gt;n&lt;/em&gt; matrix &lt;em&gt;A&lt;/em&gt; and a positive integer &lt;em&gt;k&lt;/em&gt;, find the sum &lt;em&gt;S&lt;/em&gt; = &lt;em&gt;A&lt;/em&gt; + _A_2 + _A_3 + … + &lt;em&gt;Ak&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;思路： 对k进行二分。&lt;/p&gt;</description></item><item><title>codeforces 560 D. Equivalent Strings(分治)</title><link>https://111qqz.com/en/post/acm-icpc/2015/2015-08-17-codeforces560d-equivalentstringse58886e6b2bb/</link><pubDate>Mon, 17 Aug 2015 01:24:00 +0000</pubDate><guid>https://111qqz.com/en/post/acm-icpc/2015/2015-08-17-codeforces560d-equivalentstringse58886e6b2bb/</guid><description>&lt;p&gt;问两个长度相同的字符串是否等价．&lt;/p&gt;
&lt;p&gt;相等的条件是，两个字符串相等，或者两个偶数长度（因为要分成长度相同的两段，所以一定是偶数长度才可分）字符串平均分成两部分，每部分对应相等(不考虑顺序)&lt;/p&gt;</description></item></channel></rss>