- 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
推薦閱讀
- Building Computer Vision Projects with OpenCV 4 and C++
- Python數據分析入門:從數據獲取到可視化
- 大數據導論
- 大數據架構和算法實現之路:電商系統的技術實戰
- 智能數據分析:入門、實戰與平臺構建
- Oracle 12c云數據庫備份與恢復技術
- 深入淺出Greenplum分布式數據庫:原理、架構和代碼分析
- 云原生數據中臺:架構、方法論與實踐
- MySQL技術內幕:SQL編程
- 云原生架構:從技術演進到最佳實踐
- 碼上行動:利用Python與ChatGPT高效搞定Excel數據分析
- Access 2010數據庫應用技術教程(第二版)
- AI Crash Course
- 數據會說話:活用數據表達、說服與決策
- SQL Server 2012 數據庫教程(第3版)