Video description
Sharpen your problem solving and data organization skills using Java data structures and algorithms
About This Video
- Explains in detail different algorithms and data structures with sample problems and Java implementations where appropriate
- Includes interesting tips and tricks that enable you to efficiently use algorithms and data structures
In Detail
Learning about data structures and algorithms gives you better insight on how to solve common programming problems. Most of the problems faced every day by programmers have been solved, tried, and tested. By knowing how these solutions work, you can ensure that you choose the right tool when you face these problems.
This course teaches you tools that you can use to build efficient applications. It starts with an introduction to algorithms and big O notation, later explains bubble, merge, quicksort, and other popular programming patterns. You'll also learn about data structures such as binary trees, hash tables, and graphs. The course progresses to advanced concepts, such as algorithm design paradigms and graph theory. By the end of the course, you will know how to correctly implement common algorithms and data structures within your applications.
Table of contents
- Chapter 1 :
- Chapter 2 : Session2: Sorting Algorithms and Fundamental Data Structures
- Chapter 3 : Session3: Hash Tables and Binary Search Trees
- Chapter 4 : Session4: Algorithm Design Paradigms
- Chapter 5 : Session5: String Matching Algorithms
- Chapter 6 : Session6: Graphs, Prime Numbers, and Complexity Classes
Product information
- Title: Beginning Java Data Structures and Algorithms
- Author(s):
- Release date: January 2019
- Publisher(s): Packt Publishing
- ISBN: 9781789538236
You might also like
video
Hands-On Data Structures & Algorithms in Java 11
Empower you to develop effective and efficient code within minutes About This Video Complete coverage of …
video
Break Away: Programming And Coding Interviews
A course that teaches pointers, linked lists, general programming, algorithms and recursion like no one else …
video
Java Interview Guide
200+ Java Interview Questions for Beginners About This Video In the course, we use Eclipse to …
video
Introduction to Data Structures & Algorithms in Java
Designed to help understand the fundamentals of DS & Algorithms really well. A must have for …