- Hands-On Data Structures and Algorithms with Rust
- Claus Matzinger
- 165字
- 2021-07-02 14:11:40
Hello Rust!
First, thank you for picking up a copy of this book! Many of you will only have talked about the topic of algorithms and data structures back in university. In fact, regardless of whether this is your first endeavor in programming or not, we worked hard to make this book a great learning experience. Our primary focus will be the unique influence of Rust on algorithm and data structure design, so we would like to start with a recap of important fundamentals.
Starting off with the Rust 2018 edition changes, we will cover how borrowing and ownership, mutability, and concurrency influence how and where data can be held, and what algorithms can be executed. In this chapter, you can look forward to learning about the following:
- A quick refresh on Rust and what awaits in the 2018 edition (Rust 1.31)
- The latest and greatest about borrowing and ownership
- How we can leverage concurrency and mutability properly
- References (not pointers!) to where Rust lives
推薦閱讀
- 公有云容器化指南:騰訊云TKE實戰與應用
- 大規模數據分析和建模:基于Spark與R
- 數據庫基礎與應用:Access 2010
- 云計算服務保障體系
- Libgdx Cross/platform Game Development Cookbook
- Neural Network Programming with TensorFlow
- 中國數字流域
- 云數據中心網絡與SDN:技術架構與實現
- 數字IC設計入門(微課視頻版)
- Access 2016數據庫應用基礎
- Trino權威指南(原書第2版)
- 數據庫基礎與應用
- Hands-On Java Deep Learning for Computer Vision
- Access 2013 數據庫管理與應用從新手到高手
- Oracle數據庫性能優化的藝術