前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >MIT6.006农民工学算法导论

MIT6.006农民工学算法导论

作者头像
20岁爱吃必胜客
发布2022-11-13 10:10:22
3040
发布2022-11-13 10:10:22
举报
文章被收录于专栏:进步集

文章目录

GOAL of algorithm

goal:—-communication

  1. solve compucating problems
  2. prove correctness
  3. argue efficiency

Algorithms and computation

problems:

  1. discrete mathematics 离散数学 Inputs—-outputs …. ….
  2. general problems arbitrary inputs

Exp: for birthday problems -maintain record interview every student

procedure - algorithms

  1. Correct:induction -归纳法 -就职 引起 -base case 0 1… K=0 assume
  2. Effeciency -asymptotic analysis渐进分析 O()———- upper bound Omega()——lower bounds Theta()——-both

Model of computation

Word - RAM :world - chunk- 64 bits one read from mem store that address in CPU 2-32 —-4 GB——Limitation 64 bits —-20 exabytes

学习顺序

Data structures and sorting—-> shortest paths, algorithms, and graphs——> dynamic programming

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2022-10-16,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 文章目录
  • GOAL of algorithm
  • Algorithms and computation
    • Model of computation
    • 学习顺序
    领券
    问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档