- Hands-On Data Structures and Algorithms with Rust
- Claus Matzinger
- 187字
- 2021-07-02 14:11:41
The Rust language
Many of the established programming languages today are multi-paradigm languages, but still remain focused on the principles of object orientation. This means that they have classes, methods, interfaces, inheritance, and so on, none of which can be found in Rust, giving it a steep learning curve for many established developers.
As a multi-paradigm language, Rust has many functional concepts and paradigms that guide it, but they make traditional object-oriented patterns more difficult to apply. Other than organizing code without classes and interfaces, there are various methods to handle errors, change the code itself, or even work with raw pointers.
In the following sections, we want to explore a few concepts that make Rust unique and have a major influence on the way we develop algorithms and data structures.
- 算法競賽入門經典:習題與解答
- Hands-On Machine Learning with Microsoft Excel 2019
- Effective Amazon Machine Learning
- 文本挖掘:基于R語言的整潔工具
- Mastering Machine Learning with R(Second Edition)
- 深入淺出MySQL:數據庫開發、優化與管理維護(第2版)
- 達夢數據庫性能優化
- 大數據治理與安全:從理論到開源實踐
- TextMate How-to
- 數據科學實戰指南
- Instant Autodesk AutoCAD 2014 Customization with .NET
- 智慧的云計算
- 數據庫應用系統技術
- Oracle 11g數據庫管理員指南
- ECharts數據可視化:入門、實戰與進階