<?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:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>栈的基本操作 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E6%A0%88%E7%9A%84%E5%9F%BA%E6%9C%AC%E6%93%8D%E4%BD%9C/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Sat, 26 Dec 2009 05:55:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>严蔚敏《数据结构》栈的基本操作</title>
		<link>https://www.coder4.com/archives/210</link>
					<comments>https://www.coder4.com/archives/210#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Sat, 26 Dec 2009 05:55:52 +0000</pubDate>
				<category><![CDATA[算法&数据结构]]></category>
		<category><![CDATA[严蔚敏]]></category>
		<category><![CDATA[数据结构]]></category>
		<category><![CDATA[栈的基本操作]]></category>
		<category><![CDATA[读书笔记]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=210</guid>

					<description><![CDATA[Stack.h：定义了基本操作 #include &#34;Stack.h&#34; using namespace std; void print(int e) { &#160;cout&#60;&#60;e&#60;&#60;&#34; &#34;; } int main() { &#160;int i,tmp; &#160;Stack S; &#160;InitStack(S); &#160;for(i=1;i&#60;=5;i++) &#160;&#160;if(Push[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/210/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
