Data Structures and Algorithms in Swift

Tải Data Structures and Algorithms in Swift
278 lượt xem
Bản quyền sách thuộc về Tác giả & Nhà xuất bản. Mua sách để ủng hộ tác giả

Giới thiệu nội dung cuốn sách "Data Structures and Algorithms in Swift" của tác giả Kevin Lau:
The study of data structures is one about efficiency. Given a particular amount of data, what is the best way to store it to achieve a particular goal?
As a programmer, you regularly use a variety of collection types, such as arrays, dictionaries, and sets. These are data structures that hold a collection of data, each structure having its own performance characteristics.
As an example, consider the difference between an array and a set. Both are meant to hold a collection of elements, but trying to find a particular element in an array takes a lot longer than finding an element in a set. On the other hand, you can order the elements an array, but you can’t order the elements of a set.
Data structures are a well-studied area, and the concepts are language agnostic; a data structure from C is functionally and conceptually identical to the same data structure in any other language, such as Swift. At the same time, the high-level expressiveness of Swift make it an ideal choice for learning these core concepts without sacrificing too much performance.
So why should you learn data structures and algorithms?

Tham khảo thêm: RxSwift Reactive Programming with Swift
Tham khảo thêm: Realm Building Modern Swift Apps with Realm Database (2nd Edition) - 2019
Tham khảo thêm: iOS Apprentice (Eighth Edition) Beginning iOS Development with Swift and UIKit
Tham khảo thêm: Kotlin Apprentice (Second Edition) Beginning Programming with Kotlin
Tham khảo thêm: Android Apprentice (Second Edition) Beginning Android Development with Kotlin
CLICK LINK DOWNLOAD EBOOK TẠI ĐÂY.

Gợi ý cho bạn