Data Structures and Algorithms: Deep Dive Using Java
Ditulis pada: January 02, 2021
Data Structures and Algorithms: Deep Dive Using Java, earn about Arrays, Linked Lists, Trees, Hashtables, Stacks, Queues, Heaps, Sort algorithms and Search algorithms
- BESTSELLER
- Created by Tim Buchalka, Goran Lochert, Tim Buchalka's Learn Programming Academy
- English
- English, Indonesian [Auto-generated], 2 more
PREVIEW THIS COURSE - GET COUPON CODE
What you'll learn
- Learn the strengths and weaknesses of a variety of data structures, so you can choose the best data structure for your data and applications
- Code an implementation of each data structure, so you understand how they work under the covers
- Learn many of the algorithms commonly used to sort data, so your applications will perform efficiently when sorting large datasets
- Learn what’s available in the JDK for storing and sorting data, so you won’t waste time reinventing the wheel
- Requirements
- Previous experience with an object-oriented programming language, preferably Java (but any OO language is fine).