Chapters

Hide chapters

Data Structures & Algorithms in Dart

First Edition · Flutter · Dart 2.15 · VS Code 1.63

Section VI: Challenge Solutions

Section 6: 20 chapters
Show chapters Hide chapters

i. What You Need
Written by Jonathan Sande

To follow along with this book, you’ll need the following:

  • Recommended: A computer with the Dart SDK and supporting IDE installed. The code in this book was all tested using Visual Studio Code, but IntelliJ IDEA is another good IDE. Read more at dart.dev.
  • Alternative: Any web browser that supports JavaScript. It’s also possible to run the code in this book online. Open a web browser and navigate to dartpad.dev. If you’re using a phone, you’ll have an easier time if you choose the desktop view in your browser page settings.

If you haven’t installed the latest version of Dart, be sure to do that before continuing with the book. The code covered in this book depends on Dart 2.15 — you may get lost if you try to work with an older version.

Have a technical question? Want to report a bug? You can ask questions and report bugs to the book authors in our official book forum here.
© 2024 Kodeco Inc.