Hands-On Data Structures and Algorithms with Kotlin

Chandra Sekhar Nayak

Language: English

Publisher: Packt Publishing

Published: Feb 28, 2019

Description:

Understand and solve complex computational problems and write efficient code with Kotlin

Key Features
  • Learn about important data structures such as lists, arrays, queues, and stacks
  • Design custom algorithms for real-life implementations
  • Identify suitable tools for different scenarios and deliver immediate results
  • Book Description

    Data structures and algorithms are more than just theoretical concepts. They help you become familiar with computational methods for solving problems and writing logical code. Equipped with this knowledge, you can write efficient programs that run faster and use less memory.

    Hands-On Data Structures and Algorithms with Kotlin book starts with the basics of algorithms and data structures, helping you get to grips with the fundamentals and measure complexity. You'll then move on to exploring the basics of functional programming while getting used to thinking recursively. Packed with plenty of examples...