学习本站所需的 Java 基础 | labuladong 的算法小抄 #1422
Replies: 1 comment
-
1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
学习本站所需的 Java 基础 | labuladong 的算法小抄
目前我的算法教程基本上都是用 Java 语言写的代码,主要有以下几个原因: 1、Java 是强类型语言。因为我们就是要学习运用各种数据结构写算法嘛,所以清楚地知道每个变量是什么类型非常重要,方便你 debug,也方便 IDE 进行语法检查。如果是 Python 这样的动态语言,每个变量的类型不明显,可能有碍大家的理解。 2、Java 这种语言中规中矩,...
https://labuladong.github.io/algo/zhun-bei-g-8db77/xue-xi-ben-47278/
Beta Was this translation helpful? Give feedback.
All reactions