<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Python使用heapq实现小顶堆（TopK大）、大顶堆（BtmK小）	</title>
	<atom:link href="https://www.coder4.com/archives/3844/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com/archives/3844</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Mon, 27 Apr 2020 04:28:41 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>
		By: python top k问题 &#8211; ITPCB		</title>
		<link>https://www.coder4.com/archives/3844#comment-1982</link>

		<dc:creator><![CDATA[python top k问题 &#8211; ITPCB]]></dc:creator>
		<pubDate>Mon, 27 Apr 2020 04:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=3844#comment-1982</guid>

					<description><![CDATA[[&#8230;] 原文：https://www.coder4.com/archives/3844 [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] 原文：https://www.coder4.com/archives/3844 [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: digiter		</title>
		<link>https://www.coder4.com/archives/3844#comment-1196</link>

		<dc:creator><![CDATA[digiter]]></dc:creator>
		<pubDate>Mon, 18 Mar 2013 11:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=3844#comment-1196</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.coder4.com/archives/3844#comment-1195&quot;&gt;Anonymous&lt;/a&gt;.

用负数方便些，但如果是unsigned类型没法用负数，那就可以用我说的方法了]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.coder4.com/archives/3844#comment-1195">Anonymous</a>.</p>
<p>用负数方便些，但如果是unsigned类型没法用负数，那就可以用我说的方法了</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://www.coder4.com/archives/3844#comment-1195</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Mon, 18 Mar 2013 03:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=3844#comment-1195</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.coder4.com/archives/3844#comment-1193&quot;&gt;digiter&lt;/a&gt;.

是不是还是加负号取反安全点？
PS: wp头像用的是Gravatar，id是邮箱，应该是你之前在别的相关网站更新过头像，被同步到G上了。]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.coder4.com/archives/3844#comment-1193">digiter</a>.</p>
<p>是不是还是加负号取反安全点？<br />
PS: wp头像用的是Gravatar，id是邮箱，应该是你之前在别的相关网站更新过头像，被同步到G上了。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: digiter		</title>
		<link>https://www.coder4.com/archives/3844#comment-1194</link>

		<dc:creator><![CDATA[digiter]]></dc:creator>
		<pubDate>Sat, 16 Mar 2013 07:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=3844#comment-1194</guid>

					<description><![CDATA[我的头像是怎么同步过来的呢？]]></description>
			<content:encoded><![CDATA[<p>我的头像是怎么同步过来的呢？</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: digiter		</title>
		<link>https://www.coder4.com/archives/3844#comment-1193</link>

		<dc:creator><![CDATA[digiter]]></dc:creator>
		<pubDate>Sat, 16 Mar 2013 07:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=3844#comment-1193</guid>

					<description><![CDATA[如果是其他语言中unsigned类型，还有个类似的方法是push(M-e)，M-pop(e)，M选一个足够大的数（大于等于所有元素的最大值）]]></description>
			<content:encoded><![CDATA[<p>如果是其他语言中unsigned类型，还有个类似的方法是push(M-e)，M-pop(e)，M选一个足够大的数（大于等于所有元素的最大值）</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
