- 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
推薦閱讀
- Redis使用手冊
- 數(shù)據(jù)分析實戰(zhàn):基于EXCEL和SPSS系列工具的實踐
- 數(shù)據(jù)庫基礎(chǔ)與應(yīng)用:Access 2010
- 文本數(shù)據(jù)挖掘:基于R語言
- 業(yè)務(wù)數(shù)據(jù)分析:五招破解業(yè)務(wù)難題
- 文本挖掘:基于R語言的整潔工具
- 區(qū)塊鏈通俗讀本
- Learn Unity ML-Agents:Fundamentals of Unity Machine Learning
- 數(shù)據(jù)架構(gòu)與商業(yè)智能
- 數(shù)據(jù)庫原理與應(yīng)用(Oracle版)
- 智能數(shù)據(jù)時代:企業(yè)大數(shù)據(jù)戰(zhàn)略與實戰(zhàn)
- Oracle 12c云數(shù)據(jù)庫備份與恢復(fù)技術(shù)
- LabVIEW 完全自學(xué)手冊
- 圖數(shù)據(jù)實戰(zhàn):用圖思維和圖技術(shù)解決復(fù)雜問題
- 數(shù)據(jù)科學(xué)工程實踐:用戶行為分析與建模、A/B實驗、SQLFlow