krahets / hello-algo

《Hello 算法》:动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新,English version ongoing
https://www.hello-algo.com
Other
95.04k stars 12.07k forks source link

feat(Scala): Add the code of the chapter computational complexity #1492

Closed WangBlue1 closed 1 week ago

WangBlue1 commented 2 weeks ago

If this pull request (PR) pertains to Chinese-to-English translation, please confirm that you have read the contribution guidelines and complete the checklist below:

If this pull request (PR) is associated with coding or code transpilation, please attach the relevant console outputs to the PR and complete the following checklist:

krahets commented 1 week ago

If this pull request (PR) pertains to Chinese-to-English translation, please confirm that you have read the contribution guidelines and complete the checklist below:

  • [ ] This PR represents the translation of a single, complete document, or contains only bug fixes.
  • [ ] The translation accurately conveys the original meaning and intent of the Chinese version. If deviations exist, I have provided explanatory comments to clarify the reasons.

If this pull request (PR) is associated with coding or code transpilation, please attach the relevant console outputs to the PR and complete the following checklist:

  • [ ] I have thoroughly reviewed the code, focusing on its formatting, comments, indentation, and file headers.
  • [ ] I have confirmed that the code execution outputs are consistent with those produced by the reference code (Python or Java).
  • [ ] The code is designed to be compatible on standard operating systems, including Windows, macOS, and Ubuntu.

Please complete the checklist.