Video description
In this Learning Data Structures and Algorithms video training course, Rod Stephens will teach you how to analyze and implement common algorithms used in data processing. This course is designed for the absolute beginner, meaning no previous programming experience is required.
You will start by learning about the complexity theory, then jump into learning about numerical algorithms, including randomizing arrays, prime factorization, and numerical integration. From there, Rod will teach you about linked lists, such as singly linked lists, sorted, and doubly linked lists. This video tutorial also covers arrays, stacks and queues, and sorting. You will also learn about searching, hash tables, recursion, and backtracking algorithms. Finally, you will cover trees, balanced trees, decision trees, and network algorithms.
Once you have completed this video training course, you will be fully capable of analyzing and implementing algorithms, as well as be able to select the best algorithm for various situations. Working files are included, allowing you to follow along with the author throughout the lessons.
Table of contents
- Chapter 1 - Introduction
- Chapter 2 - Complexity Theory
- Chapter 3 - Numerical Algorithms
- Chapter 4 - Linked Lists
- Chapter 5 - Arrays
- Chapter 6 - Stacks And Queues
- Chapter 7 - Sorting
- Chapter 8 - Searching
- Chapter 9 - Hash Tables
- Chapter 10 - Recursion
- Chapter 11 - Backtracking Algorithms
- Chapter 12 - Trees
- Chapter 13 - Balanced Trees
- Chapter 14 - Decision Trees
- Chapter 15 - Network Algorithms
- Chapter 16 - Wrap-Up
Product information
- Title: Learning Data Structures and Algorithms
- Author(s):
- Release date: February 2015
- Publisher(s): Infinite Skills
- ISBN: 9781771373470
You might also like
book
Advanced Algorithms and Data Structures
As a software engineer, you’ll encounter countless programming challenges that initially seem confusing, difficult, or even …
video
Data Structures and Algorithms: The Complete Masterclass
With the knowledge of data structures and algorithms at your fingertips, you can write efficient computer …
book
Learning Algorithms
When it comes to writing efficient code, every software professional needs to have an effective working …
book
A Common-Sense Guide to Data Structures and Algorithms
" Algorithms and data structures are much more than abstract concepts. Mastering them enables you to …