- Kotlin Standard Library Cookbook
- Samuel Urbanowicz
- 82字
- 2021-07-23 19:05:51
See also
- Thanks to the feature of Sequence lazy evaluation, we have avoided needless calculations, increasing the performance of the code at the same time. Lazy evaluation allows the implementation of sequences with a potentially infinite number of elements and turns out to be effective when implementing algorithms as well.
- You can explore a Sequence-based implementation of the Fibonacci algorithm in the Applying sequences to solve algorithmic problems recipe. It presents, in more detail, another useful function for defining sequences called generateSequence().
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- C程序設(shè)計(jì)案例教程
- Swift細(xì)致入門(mén)與最佳實(shí)踐
- 劍指Java:核心原理與應(yīng)用實(shí)踐
- Hands-On Full Stack Development with Go
- Python Web數(shù)據(jù)分析可視化:基于Django框架的開(kāi)發(fā)實(shí)戰(zhàn)
- RISC-V體系結(jié)構(gòu)編程與實(shí)踐(第2版)
- Learning Probabilistic Graphical Models in R
- 深入淺出React和Redux
- 零基礎(chǔ)學(xué)C++(升級(jí)版)
- Photoshop智能手機(jī)APP界面設(shè)計(jì)
- Java高并發(fā)編程詳解:深入理解并發(fā)核心庫(kù)
- Mastering Python
- Magento 2 Developer's Guide