01. 数据结构与算法 #45
Replies: 16 comments 2 replies
-
谢谢夸奖呀,我会继续努力的~~ |
Beta Was this translation helpful? Give feedback.
-
温故而知新.2022-06-23 |
Beta Was this translation helpful? Give feedback.
-
如果我们把「程序设计」比作是做菜的话,那么「数据结构」就是食材和调料,「算法」则是不同的烹饪方式,或者可以看作是菜谱。不同的食材和调料,不同的烹饪方式,有着不同的排列组合。同样的东西,由不同的人做出来,味道自然也是千差万别。 |
Beta Was this translation helpful? Give feedback.
-
very good good |
Beta Was this translation helpful? Give feedback.
-
如果我们把(x, y)看成一个整体,那么(2, 3)、(3, 2)皆是一个合法值,且这两个值不相等。
在离散数学中,将关系定义为笛卡尔积的子集。 例如: R = {(1, 2), (2, 3), (3, 4)}。
坐标(x, y) ==> typesdef struct {float x; float y;} Point; 现在理解了吗?
|
Beta Was this translation helpful? Give feedback.
-
北大软微金融科技研一在读 我会跟着博主好好学的 算法竟然是必修课 商科生晕倒 |
Beta Was this translation helpful? Give feedback.
-
请问网站的图片是怎么画的 |
Beta Was this translation helpful? Give feedback.
-
ucla math of computation在读,回来补算法了,脑壳疼 |
Beta Was this translation helpful? Give feedback.
-
真的太感谢博主了!用易懂的语言和例子,帮我重新巩固了一下算法和数据结构的知识。做程序员已经有3年多了,以前上学时对这些基础知识非常了解,在工作后确实因为有各种frameworks和工具的帮助而渐渐把它们遗忘掉了。 |
Beta Was this translation helpful? Give feedback.
-
01. 数据结构与算法 | 算法通关手册
数据结构与算法 # 数据结构是程序的骨架,而算法则是程序的灵魂。
《算法 + 数据结构 = 程序》 是 Pascal 语言之父 Niklaus Emil Wirth 写过的一本非常著名的书。而作为书名的这句话也成为了计算机科学的经典名句。可见,
https://algo.itcharge.cn/00.Introduction/01.Data-Structures-Algorithms/
Beta Was this translation helpful? Give feedback.
All reactions