ICode9

精准搜索请尝试: 精确搜索
首页 > 编程语言> 文章详细

TODO——算法课程

2021-05-12 19:02:11  阅读:541  来源: 互联网

标签:Chapter use programming 算法 课程 algorithms our TODO your


网页:

https://algs4.cs.princeton.edu/home/

 

书籍:

Algorithms, 4th Edition  ——算法,第四版

简介

essential information that
every serious programmer
needs to know about
algorithms and data structures

 

课程:

https://www.coursera.org/learn/algorithms-part1?action=enroll

https://www.coursera.org/learn/algorithms-part2

 

For students:

  • This online content. Whether your course uses our book or not, you can reinforce your understanding of many topics related to the study of algorithms by browsing the excerpts, code, and exercises here, watching the lecture videos, and/or using our book as a reference. 
  • Java code. Please go to the Code tab at left for instructions on setting up a Java programming environment, installing our standard libraries, and downloading all of our code.
  • Lecture videos. Please go to the Lectures tab at left for links to all the online videos and suggestions on how to use them.
  • Online course. You can take our free Coursera MOOCs Algorithms, Part I and Algorithms, Part II.

 

Online content. 

 This booksite contains tens of thousands of files, fully coordinated with our textbook and also useful as a stand-alone resource. It consists of the following elements:

  • Execepts. A condensed version of the text narrative, for reference while online. 
  • Lectures. Curated studio-produced online videos, suitable for remote instruction via CUvids
  • Java code. The algorithms and clients in this textbook, along with the standard libraries they use. 
  • Exercises. Selected exercises from the book and “web exercises” developed since its publication, along with solutions to selected exercises.
  • Programming assignments. Creative programming assignments that we have used at Princeton.

 

Textbook. 

 The textbook Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne [ Amazon · Pearson · InformIT ] surveys the most important algorithms and data structures in use today. We motivate each algorithm that we address by examining its impact on applications to science, engineering, and industry. The textbook is organized into six chapters:

  • Chapter 1: Fundamentals introduces a scientific and engineering basis for comparing algorithms and making predictions. It also includes our programming model.
  • Chapter 2: Sorting considers several classic sorting algorithms, including insertion sort, mergesort, and quicksort. It also features a binary heap implementation of a priority queue.
  • Chapter 3: Searching describes several classic symbol-table implementations, including binary search trees, red–black trees, and hash tables.
  • Chapter 4: Graphs surveys the most important graph-processing problems, including depth-first search, breadth-first search, minimum spanning trees, and shortest paths.
  • Chapter 5: Strings investigates specialized algorithms for string processing, including radix sorting, substring search, tries, regular expressions, and data compression.
  • Chapter 6: Context highlights connections to systems programming, scientific computing, commercial applications, operations research, and intractability.

Reading a book and surfing the web are two different activities: This booksite is intended for your use while online (for example, while programming and while browsing the web); the textbook is for your use when initially learning new material and when reinforcing your understanding of that material (for example, when reviewing for an exam).

标签:Chapter,use,programming,算法,课程,algorithms,our,TODO,your
来源: https://www.cnblogs.com/panpanwelcome/p/14761184.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有