BOOKS - PROGRAMMING - Data Structures & Algorithms in Swift Implementing practical da...
Data Structures & Algorithms in Swift Implementing practical data structures with Swift 4.2, Second Edition - Kelvin Lau, Vincent Ngo 2019 PDF | EPUB Razeware LLC BOOKS PROGRAMMING
US $6.66

Views
258820
Data Structures & Algorithms in Swift Implementing practical data structures with Swift 4.2, Second Edition
Author: Kelvin Lau, Vincent Ngo
Year: 2019
Number of pages: 400
Format: PDF | EPUB
File size: 27.7 MB
Language: ENG

The most popular and comprehensive book on Swift algorithms & data structures!This 23-chapter book covers search (breadth-first, depth-first, Dijkstra’s), sort (mergesort, radix sort, heap sort, and quicksort), trees (binary trees, AVL trees, binary search trees), stacks, graphs, and more. Learn how to implement the most common and useful data structures and algorithms in Swift! Understanding how data structures and algorithms work in code is crucial for creating efficient and scalable apps. Swift’s Standard Library has a small set of general purpose collection types, yet they definitely don’t cover every case! In Data Structures and Algorithms in Swift, you’ll learn how to implement the most popular and useful data structures, and when and why you should use one particular datastructure or algorithm over another.

You may also be interested in: