- #公开课
- #入门|算法|数据结构
[Coursera] [Rice University] Algorithmic Thinking - 开课了

702044
Algorithmic Thinking 作为Rice University 新开的Fundamentals of Computing 专业里的三门课之一,开课啦!
我是在买了An Introduction to Interactive Programming in Python 证书之后(49刀),Coursera推荐的这门Algorithmic Thinking课程。上完Rice的三门课,再做个Exam,集齐四样证书,貌似即可获得一个很NB的证书:
看了课程的介绍,说教会我们5步Algorithmic Thinking步骤:
感觉这课适合略懂Python Programming,但没有系统学过Algorithm的童鞋吧!或者说想将自己的Python能力提高一个层次的童鞋!
我已经花了49刀买了电子证书,一定会尽力上完这课。欢迎大家同来报名参加!!
教学计划会在将来几天补上~每周均有进度贴和讨论帖~
Module 1 (Weeks 1-2): Graphs and brute-froce algorithms
大致内容:图及其表示法;图中的路径与距离;穷举式算法;算法有效性及其衡量方法;穷举式算法的有效性以及所用步数(算法复杂性)。
跟的同学可以在楼下留言
作业加分贴:
Module 1: 1point3acres.com
Module 2: 1point3acres.com
Module 3: 1point3acres.com
Module 4: 1point3acres.com
我是在买了An Introduction to Interactive Programming in Python 证书之后(49刀),Coursera推荐的这门Algorithmic Thinking课程。上完Rice的三门课,再做个Exam,集齐四样证书,貌似即可获得一个很NB的证书:
看了课程的介绍,说教会我们5步Algorithmic Thinking步骤:
- Understand the problem
- Formulating the problem mathatically
- Designing an algorithm
- Implementing the algorithm
- Solving the original scientific problem
- Comfortable writing 300+ line programs in Python
- Basic Understanding of searching, sorting, and recursion.
- Algebra
感觉这课适合略懂Python Programming,但没有系统学过Algorithm的童鞋吧!或者说想将自己的Python能力提高一个层次的童鞋!
我已经花了49刀买了电子证书,一定会尽力上完这课。欢迎大家同来报名参加!!
教学计划会在将来几天补上~每周均有进度贴和讨论帖~
Module 1 (Weeks 1-2): Graphs and brute-froce algorithms
大致内容:图及其表示法;图中的路径与距离;穷举式算法;算法有效性及其衡量方法;穷举式算法的有效性以及所用步数(算法复杂性)。
跟的同学可以在楼下留言
作业加分贴:
Module 1: 1point3acres.com
Module 2: 1point3acres.com
Module 3: 1point3acres.com
Module 4: 1point3acres.com