Data Structures and Algorithms in Kotlin

Data Structures and Algorithms in Kotlin
出版时间:2019
官网链接:RayWenderlich
下载地址:百度网盘(PDF+EPUB+CODE)
提取码    :ihex

内容简介:

Up to date for Kotlin 1.3

A book that teaches you the fundamental tools of implementing key data structures in Kotlin, and how to use them to solve algorithms.

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 Book

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

给TA买糖
共{{data.count}}人
人已赞赏
电子书

Android Test-Driven Development by Tutorials

2019-11-30 20:53:06

电子书

Combine: Asynchronous Programming with Swift

2019-11-30 22:34:21

搜索