دانلود کتاب Data Structures & Algorithms in Dart
by Vincent Ngo, Jonathan Sande, Kelvin Lau
|
عنوان فارسی: ساختار داده ها و الگوریتم ها در دارت |
دانلود کتاب
جزییات کتاب
Data Structures & Algorithms in Dart is here to help with in-depth explanations, copious illustrations, and step-by-step examples. The book begins by reviewing fundamental data structures like lists and maps and then goes on to teach you how to build other important structures from scratch, including stacks, linked lists, queues, trees and graphs. From there you’ll use these data structures to understand and write many different traversal, searching and sorting algorithms. All along the way, you’ll learn how to analyze the efficiency of your code and express that efficiency using Big O notation.