<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	
<book>
  <id>6752187</id>
  <title><![CDATA[Introduction to Algorithms, Third Edition]]></title>
  <isbn><![CDATA[0262033844]]></isbn>
  <isbn13><![CDATA[9780262033848]]></isbn13>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <description><![CDATA[Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. <em>Introduction to Algorithms</em> uniquely combines rigor and comprehensiveness. The book covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers. Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.<br/>  <br/>  The first edition became a widely used text in universities worldwide as well as the standard reference for professionals. The second edition featured new chapters on the role of algorithms, probabilistic analysis and randomized algorithms, and linear programming. The third edition has been revised and updated throughout. It includes two completely new chapters, on van Emde Boas trees and multithreaded algorithms, and substantial additions to the chapter on recurrence (now called &quot;Divide-and-Conquer&quot;). It features improved treatment of dynamic programming and greedy algorithms and a new notion of edge-based flow in the material on flow networks. Many new exercises and problems have been added for this edition.<br/>  <br/>  As of the third edition, this textbook is published exclusively by the MIT Press.]]></description>
  <work>
  <best_book_id type="integer">6752187</best_book_id>
  <books_count type="integer">1</books_count>
  <desc_user_id type="integer" nil="true"></desc_user_id>
  <id type="integer">6948647</id>
  <media_type nil="true"></media_type>
  <original_language_id type="integer" nil="true"></original_language_id>
  <original_publication_day type="integer" nil="true"></original_publication_day>
  <original_publication_month type="integer" nil="true"></original_publication_month>
  <original_publication_year type="integer">2009</original_publication_year>
  <original_title nil="true"></original_title>
  <rating_dist nil="true"></rating_dist>
  <ratings_count type="integer">0</ratings_count>
  <ratings_sum type="integer">0</ratings_sum>
  <reviews_count type="integer">4</reviews_count>
  <text_reviews_count type="integer">0</text_reviews_count>
</work>

  <average_rating><![CDATA[0.00]]></average_rating>
  <ratings_count><![CDATA[0]]></ratings_count>
  <text_reviews_count><![CDATA[0]]></text_reviews_count>
  
  <url><![CDATA[http://www.goodreads.com/book/show/6752187-introduction-to-algorithms-third-edition]]></url>
  <link><![CDATA[http://www.goodreads.com/book/show/6752187-introduction-to-algorithms-third-edition]]></link>
  <authors>
    <author>
    <id>60841</id>
        <name><![CDATA[Thomas H. Cormen]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-M-200x266.jpg]]></image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/60841.Thomas_H_Cormen]]></link>
    <average_rating>4.19</average_rating>
    <ratings_count>199</ratings_count>
    <text_reviews_count>18</text_reviews_count>
  </author>
    <author>
    <id>60839</id>
        <name><![CDATA[Charles E. Leiserson]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/60839.Charles_E_Leiserson]]></link>
    <average_rating>4.19</average_rating>
    <ratings_count>191</ratings_count>
    <text_reviews_count>17</text_reviews_count>
  </author>
    <author>
    <id>60840</id>
        <name><![CDATA[Ronald L. Rivest]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/60840.Ronald_L_Rivest]]></link>
    <average_rating>4.19</average_rating>
    <ratings_count>191</ratings_count>
    <text_reviews_count>17</text_reviews_count>
  </author>
    <author>
    <id>60842</id>
        <name><![CDATA[Clifford Stein]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/60842.Clifford_Stein]]></link>
    <average_rating>4.22</average_rating>
    <ratings_count>170</ratings_count>
    <text_reviews_count>15</text_reviews_count>
  </author>
  </authors>
    <reviews start="1" end="4" total="4">
      <review>
  <id>78584666</id>
    <user>
    <id>638516</id>
    <name><![CDATA[Jay]]></name>
    <location><![CDATA[Seattle, WA]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/638516-jay]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">6752187</id>
  <isbn>0262033844</isbn>
  <isbn13>9780262033848</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Introduction to Algorithms, Third Edition]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <link>http://www.goodreads.com/book/show/6752187-introduction-to-algorithms-third-edition</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. <em>Introduction to Algorithms</em> uniquely combines rigor and comprehensiveness. The book covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers. Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.<br/>  <br/>  The first edition became a widely used text in universities worldwide as well as the standard reference for professionals. The second edition featured new chapters on the role of algorithms, probabilistic analysis and randomized algorithms, and linear programming. The third edition has been revised and updated throughout. It includes two completely new chapters, on van Emde Boas trees and multithreaded algorithms, and substantial additions to the chapter on recurrence (now called &quot;Divide-and-Conquer&quot;). It features improved treatment of dynamic programming and greedy algorithms and a new notion of edge-based flow in the material on flow networks. Many new exercises and problems have been added for this edition.<br/>  <br/>  As of the third edition, this textbook is published exclusively by the MIT Press.]]>
  </description>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
          <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sat Nov 21 18:38:47 -0800 2009</date_added>
  <date_updated>Sat Nov 21 18:38:47 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/78584666]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/78584666]]></link>
</review>
      <review>
  <id>78171601</id>
    <user>
    <id>1049770</id>
    <name><![CDATA[Mike]]></name>
    <location><![CDATA[The United Kingdom]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1049770-mike]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">6752187</id>
  <isbn>0262033844</isbn>
  <isbn13>9780262033848</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Introduction to Algorithms, Third Edition]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <link>http://www.goodreads.com/book/show/6752187-introduction-to-algorithms-third-edition</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. <em>Introduction to Algorithms</em> uniquely combines rigor and comprehensiveness. The book covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers. Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.<br/>  <br/>  The first edition became a widely used text in universities worldwide as well as the standard reference for professionals. The second edition featured new chapters on the role of algorithms, probabilistic analysis and randomized algorithms, and linear programming. The third edition has been revised and updated throughout. It includes two completely new chapters, on van Emde Boas trees and multithreaded algorithms, and substantial additions to the chapter on recurrence (now called &quot;Divide-and-Conquer&quot;). It features improved treatment of dynamic programming and greedy algorithms and a new notion of edge-based flow in the material on flow networks. Many new exercises and problems have been added for this edition.<br/>  <br/>  As of the third edition, this textbook is published exclusively by the MIT Press.]]>
  </description>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
          <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Wed Nov 18 02:45:34 -0800 2009</date_added>
  <date_updated>Wed Nov 18 02:45:34 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/78171601]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/78171601]]></link>
</review>
      <review>
  <id>78048921</id>
    <user>
    <id>2952282</id>
    <name><![CDATA[Sam]]></name>
    <location><![CDATA[The United States]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2952282-sam]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-111x148.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">6752187</id>
  <isbn>0262033844</isbn>
  <isbn13>9780262033848</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Introduction to Algorithms, Third Edition]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <link>http://www.goodreads.com/book/show/6752187-introduction-to-algorithms-third-edition</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. <em>Introduction to Algorithms</em> uniquely combines rigor and comprehensiveness. The book covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers. Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.<br/>  <br/>  The first edition became a widely used text in universities worldwide as well as the standard reference for professionals. The second edition featured new chapters on the role of algorithms, probabilistic analysis and randomized algorithms, and linear programming. The third edition has been revised and updated throughout. It includes two completely new chapters, on van Emde Boas trees and multithreaded algorithms, and substantial additions to the chapter on recurrence (now called &quot;Divide-and-Conquer&quot;). It features improved treatment of dynamic programming and greedy algorithms and a new notion of edge-based flow in the material on flow networks. Many new exercises and problems have been added for this edition.<br/>  <br/>  As of the third edition, this textbook is published exclusively by the MIT Press.]]>
  </description>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
          <shelf name="programming" />
          <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Nov 16 23:58:13 -0800 2009</date_added>
  <date_updated>Mon Nov 16 23:58:52 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/78048921]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/78048921]]></link>
</review>
      <review>
  <id>76802583</id>
    <user>
    <id>2846841</id>
    <name><![CDATA[m]]></name>
    <location><![CDATA[Japan]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2846841-m]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1255718179p3/2846841.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">6752187</id>
  <isbn>0262033844</isbn>
  <isbn13>9780262033848</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Introduction to Algorithms, Third Edition]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <link>http://www.goodreads.com/book/show/6752187-introduction-to-algorithms-third-edition</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. <em>Introduction to Algorithms</em> uniquely combines rigor and comprehensiveness. The book covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers. Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.<br/>  <br/>  The first edition became a widely used text in universities worldwide as well as the standard reference for professionals. The second edition featured new chapters on the role of algorithms, probabilistic analysis and randomized algorithms, and linear programming. The third edition has been revised and updated throughout. It includes two completely new chapters, on van Emde Boas trees and multithreaded algorithms, and substantial additions to the chapter on recurrence (now called &quot;Divide-and-Conquer&quot;). It features improved treatment of dynamic programming and greedy algorithms and a new notion of edge-based flow in the material on flow networks. Many new exercises and problems have been added for this edition.<br/>  <br/>  As of the third edition, this textbook is published exclusively by the MIT Press.]]>
  </description>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
          <shelf name="computer-science" />
          <shelf name="interested" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Thu Nov 05 07:43:07 -0800 2009</date_added>
  <date_updated>Thu Nov 05 07:43:12 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/76802583]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/76802583]]></link>
</review>
    </reviews>
  <popular_shelves>
          <shelf name="to-read" />
          <shelf name="programming" />
          <shelf name="computer-science" />
          <shelf name="interested" />
      </popular_shelves>
  <book_links>
    <book_link>
  <id>8</id>
  <name><![CDATA[WorldCat]]></name>
  <link>http://www.goodreads.com/book_link/follow/8?book_id=6752187</link>
</book_link>
  </book_links>
</book>
</GoodreadsResponse>