Hands-on data structures and algorithms with Rust : learn programming techniques to build effective, maintainable, and readable code in Rust 2018 /
Design and implement professional level programs by exploring modern data structures and algorithms in Rust. Key Features Use data structures such as arrays, stacks, trees, lists and graphs with real-world examples Learn the functional and reactive implementations of the traditional data structures...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Publishing,
2019.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Hello Rust!
- Cargo and crates
- Storing efficiently
- Lists, lists, and more lists
- Robust trees
- Exploring maps and sets
- Collections in Rust
- Algorithm evaluation
- Ordering things
- Finding stuff
- Random and combinatorial
- Algorithms of the standard library.