Data Structures Algorithms In Kotlin First Edition


Download Data Structures Algorithms In Kotlin First Edition PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Data Structures Algorithms In Kotlin First Edition book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.

Download

Data Structures & Algorithms in Kotlin (First Edition)


Data Structures & Algorithms in Kotlin (First Edition)

Author: raywenderlich Tutorial Team

language: en

Publisher:

Release Date: 2019-09-18


DOWNLOAD





Data Structures & Algorithms in Kotlin (Second Edition)


Data Structures & Algorithms in Kotlin (Second Edition)

Author: raywenderlich Tutorial Team

language: en

Publisher:

Release Date: 2021-06-30


DOWNLOAD





Learn Data Structures & Algorithms in Kotlin!Data structures and algorithms are fundamental tools every developer should have. In this book, you'll learn how to implement key data structures in Kotlin, and how to use them to solve a robust set of algorithms.This book is for intermediate Kotlin or Android developers who already know the basics of the language and want to improve their knowledge.Topics Covered in This BookIntroduction to Kotlin: If you're new to Kotlin, you can learn the main constructs and begin writing code.Complexity: When you study algorithms, you need a way to compare their performance in time and space. Learn about the Big-O notation to help you do this.Elementary Data Structures: Learn how to implement Linked List, Stacks, and Queues in Kotlin.Trees: Learn everything you need about Trees - in particular, Binary Trees, AVL Trees, as well as Binary Search and much more.Sorting Algorithms: Sorting algorithms are critical for any developer. Learn to implement the main sorting algorithms, using the tools provided by Kotlin.Graphs: Have you ever heard of Dijkstra and the calculation of the shortest path between two different points? Learn about Graphs and how to use them to solve the most useful and important algorithms.

Hands-On Data Structures and Algorithms with Kotlin


Hands-On Data Structures and Algorithms with Kotlin

Author: Chandra Sekhar Nayak

language: en

Publisher: Packt Publishing Ltd

Release Date: 2019-02-28


DOWNLOAD





Understand and solve complex computational problems and write efficient code with Kotlin Key FeaturesLearn about important data structures such as lists, arrays, queues, and stacksDesign custom algorithms for real-life implementationsIdentify suitable tools for different scenarios and deliver immediate resultsBook 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 along the way, this book will help you grasp each concept easily. In addition to this, you'll get a clear understanding of how the data structures in Kotlin's collection framework work internally. By the end of this book, you will be able to apply the theory of data structures and algorithms to work out real-world problems. What you will learnUnderstand the basic principles of algorithms and data structuresExplore general-purpose data structures with arrays and linked listsGet to grips with the basics of stacks, queues, and double-ended queuesUnderstand functional programming and related data structuresUse performant searching and efficient sortingUncover how Kotlin's collection framework functionsBecome adept at implementing different types of mapsWho this book is for If you're a Kotlin developer who wants to learn the intricacies of implementing data structures and algorithms for scalable application development, this book is for you.