Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Matzinger, Claus (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2019.
Temas:
Acceso en línea:Texto completo
Texto completo
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.