<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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: The Art of Computer Programming, Volumes 1-4A Boxed Set	</title>
	<atom:link href="https://programmingzen.com/the-art-of-computer-programming-volumes-1-4a-boxed-set/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmingzen.com/the-art-of-computer-programming-volumes-1-4a-boxed-set/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Sun, 11 Mar 2018 16:39:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/the-art-of-computer-programming-volumes-1-4a-boxed-set/#comment-29289</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Sun, 11 Mar 2018 16:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1285#comment-29289</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/the-art-of-computer-programming-volumes-1-4a-boxed-set/#comment-29279&quot;&gt;Jhelo&lt;/a&gt;.

Amazon and other large bookstores have it. Depending on where you live. Worst case scenario, there is eBay.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/the-art-of-computer-programming-volumes-1-4a-boxed-set/#comment-29279">Jhelo</a>.</p>
<p>Amazon and other large bookstores have it. Depending on where you live. Worst case scenario, there is eBay.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jhelo		</title>
		<link>https://programmingzen.com/the-art-of-computer-programming-volumes-1-4a-boxed-set/#comment-29279</link>

		<dc:creator><![CDATA[Jhelo]]></dc:creator>
		<pubDate>Wed, 24 Jan 2018 01:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1285#comment-29279</guid>

					<description><![CDATA[Where can i buy these? Also, can it be shipped?]]></description>
			<content:encoded><![CDATA[<p>Where can i buy these? Also, can it be shipped?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ollie		</title>
		<link>https://programmingzen.com/the-art-of-computer-programming-volumes-1-4a-boxed-set/#comment-20581</link>

		<dc:creator><![CDATA[Ollie]]></dc:creator>
		<pubDate>Thu, 27 Jan 2011 13:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1285#comment-20581</guid>

					<description><![CDATA[I bought the first two volumes recently, started reading it and can&#039;t wait to get my hands on the excercises! :)

I will have to buy the volume 3 and 4 later on.]]></description>
			<content:encoded><![CDATA[<p>I bought the first two volumes recently, started reading it and can&#8217;t wait to get my hands on the excercises! 🙂</p>
<p>I will have to buy the volume 3 and 4 later on.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tjp		</title>
		<link>https://programmingzen.com/the-art-of-computer-programming-volumes-1-4a-boxed-set/#comment-20528</link>

		<dc:creator><![CDATA[Tjp]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 04:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1285#comment-20528</guid>

					<description><![CDATA[It would be very cool if they published Volume 4A along with a bigger mostly empty box to replace the box of those that already have a Vol 1-3 box set.

New publishing idea!!!! Just Do It!

Tjp]]></description>
			<content:encoded><![CDATA[<p>It would be very cool if they published Volume 4A along with a bigger mostly empty box to replace the box of those that already have a Vol 1-3 box set.</p>
<p>New publishing idea!!!! Just Do It!</p>
<p>Tjp</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Paul Robinson		</title>
		<link>https://programmingzen.com/the-art-of-computer-programming-volumes-1-4a-boxed-set/#comment-20518</link>

		<dc:creator><![CDATA[Paul Robinson]]></dc:creator>
		<pubDate>Tue, 25 Jan 2011 01:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1285#comment-20518</guid>

					<description><![CDATA[This is the sort of book a well-rounded programmer should have, the way any doctor or especially surgeon should have &quot;Gray&#039;s Anatomy&quot; but I fear too many of us - and I&#039;m sure that includes myself too - lack the mathematical discipline or background to use it.  But current market trends tend to discourage continuing education even though it is despirately needed.  Fundamental theory - which is what Knuth deals with - will last forever, it is the basis for all software engineering and development, but technical skills and programming languages, will be seriously out of date in ten years or less and obsolete in 20.  Is anyone - with rare exceptions - using the same languages and tools they did in 1991?  Isn&#039;t much of what we are using now based on tools and techniques that were created after 2001?  Yet if you do a sort the method is probably quicksort from the 1970s, and standard mathematical formula such as sine, cosine, tan, log and so forth go back to the original discovery of the algorithms back in the 1960s or earlier, probably going back to the original hand calculations from hundreds of years ago.]]></description>
			<content:encoded><![CDATA[<p>This is the sort of book a well-rounded programmer should have, the way any doctor or especially surgeon should have &#8220;Gray&#8217;s Anatomy&#8221; but I fear too many of us &#8211; and I&#8217;m sure that includes myself too &#8211; lack the mathematical discipline or background to use it.  But current market trends tend to discourage continuing education even though it is despirately needed.  Fundamental theory &#8211; which is what Knuth deals with &#8211; will last forever, it is the basis for all software engineering and development, but technical skills and programming languages, will be seriously out of date in ten years or less and obsolete in 20.  Is anyone &#8211; with rare exceptions &#8211; using the same languages and tools they did in 1991?  Isn&#8217;t much of what we are using now based on tools and techniques that were created after 2001?  Yet if you do a sort the method is probably quicksort from the 1970s, and standard mathematical formula such as sine, cosine, tan, log and so forth go back to the original discovery of the algorithms back in the 1960s or earlier, probably going back to the original hand calculations from hundreds of years ago.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/the-art-of-computer-programming-volumes-1-4a-boxed-set/#comment-20512</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Mon, 24 Jan 2011 21:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1285#comment-20512</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/the-art-of-computer-programming-volumes-1-4a-boxed-set/#comment-20511&quot;&gt;Alex Cavnar&lt;/a&gt;.

Alex, if you had a decent mathematical background, I would probably recommend to start with &lt;a href=&quot;/recommends/?0201558025&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Concrete Mathematics&lt;/a&gt; (by Knuth himself) and &lt;a href=&quot;/recommends/?0262033844&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Introduction to Algorithms&lt;/a&gt;. They are both rigorous books, but gentler than TAoCP. If you need something more introductory though, you may want to start with a textbook on &lt;a href=&quot;/recommends/?0387955852&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;discrete mathematics&lt;/a&gt; and proceed from there.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/the-art-of-computer-programming-volumes-1-4a-boxed-set/#comment-20511">Alex Cavnar</a>.</p>
<p>Alex, if you had a decent mathematical background, I would probably recommend to start with <a href="/recommends/?0201558025" target="_blank" rel="nofollow">Concrete Mathematics</a> (by Knuth himself) and <a href="/recommends/?0262033844" target="_blank" rel="nofollow">Introduction to Algorithms</a>. They are both rigorous books, but gentler than TAoCP. If you need something more introductory though, you may want to start with a textbook on <a href="/recommends/?0387955852" target="_blank" rel="nofollow">discrete mathematics</a> and proceed from there.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alex Cavnar		</title>
		<link>https://programmingzen.com/the-art-of-computer-programming-volumes-1-4a-boxed-set/#comment-20511</link>

		<dc:creator><![CDATA[Alex Cavnar]]></dc:creator>
		<pubDate>Mon, 24 Jan 2011 21:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1285#comment-20511</guid>

					<description><![CDATA[I have the first two volumes of this work, and would love to get the other two. But, I didn&#039;t come from a mathematics background. I wind up getting lost in all of the equations. Can anybody suggest a good introduction math text that might help me dip my toes into this work?]]></description>
			<content:encoded><![CDATA[<p>I have the first two volumes of this work, and would love to get the other two. But, I didn&#8217;t come from a mathematics background. I wind up getting lost in all of the equations. Can anybody suggest a good introduction math text that might help me dip my toes into this work?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
