LEARNING FOR LIFE

Get Yourself a Better Life! Free eLearning Download

  • Technical
    • Internet & Networking
    • Security & Hacking
    • AI | Artificial intelligence
    • OS & Server
    • WEB/HTML/CSS/AJAX
    • Database & SQL
    • Programming
    • Perl & PHP
    • .Net & Java
    • Mobile Development
    • C/C++/C#
    • Game Development
    • Unix & Linux
    • MAC OS X
    • Windows
    • OFFICE
    • Operation Systems
    • Hardware
  • Graphic & Media
    • Photography
    • 3D
    • Adobe Product Training
    • Art & Drawing & Painting
    • Film & Film Making
    • Game Designing
    • Music Training
    • Tutorials for designer
  • Business
    • Business & Investing
    • Writing & Affiliate
    • Marketing
    • Sales
    • Economics & Finances
    • Seo & Site Traffic
    • Stock & ForEX
  • Life Stype
    • Self Improvement | MP
    • Mindset | NLP
    • Fashion / Clothing / Grooming
    • Seduction
    • Fighting / Martial Arts
    • Food / Drink / Cooking
    • Health / Fitness / Massage
    • Languages / Accents
    • Magic / Illusions / Tricks
    • Psychology / Body Language
  • Engineering & Science
    • Cultures & History
    • Electrical & Architecture
    • Mathematics & Physics
    • Medical
  • Entertainment
    • Comic
    • Manga
    • Novel
    • Magazine
  • PC Game
    • Mac Game
    • Xbox Game
    • Play Station Game
Home » Ebooks & Tutorials » Technical » Database & SQL » O’Reilly – Learning Data Structures and Algorithms [102 MP4, Exercise Files]

O’Reilly – Learning Data Structures and Algorithms [102 MP4, Exercise Files]

04/05/2016 Learning for Life Leave a Comment

O’Reilly – Learning Data Structures and Algorithms [102 MP4, Exercise Files]
English | Size: 0.99 GB
Category: Tutorial


In this Learning Data Structures and Algorithms training course, expert author Rod Stephens will teach you how to analyze and implement common algorithms used. 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 computer based 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.

Chapter 1 – Introduction

Introduction And Course Overview 04m 00s
About The Author 01m 16s
How To Access Your Working Files 01m 15s

Chapter 2 – Complexity Theory

Complexity Theory 03m 56s
Big O Notation 07m 02s
Typical Runtime Functions 04m 37s
Comparing Runtime Functions 05m 27s
P And NP 04m 04s

Chapter 3 – Numerical Algorithms

Random Numbers 02m 19s
Linear Congruential Generators 05m 04s
Randomizing Arrays – Part 1 03m 47s
Randomizing Arrays – Part 2 04m 31s
GCD 04m 09s
LCM 03m 28s
Prime Factorization – Part 1 04m 59s
Prime Factorization – Part 2 02m 43s
Finding Primes 03m 24s
Testing Primality 03m 45s
Numerical Integration 05m 11s

Chapter 4 – Linked Lists

Singly Linked Lists – Part 1 06m 48s
Singly Linked Lists – Part 2 02m 22s
Sorted Linked Lists 03m 22s
Sorting With Linked Lists 04m 07s
Doubly Linked Lists 03m 51s

Chapter 5 – Arrays

One-Dimensional Arrays 05m 10s
Triangular Arrays – Part 1 04m 13s
Triangular Arrays – Part 2 03m 17s
Sparse Arrays – Part 1 05m 27s
Sparse Arrays – Part 2 03m 19s

Chapter 6 – Stacks And Queues

Stacks 02m 32s
Stack Algorithms 03m 26s
Double Stacks 02m 08s
Queues 05m 49s

Chapter 7 – Sorting

Sorting Algorithms 03m 03s
Insertionsort 06m 27s
Selectionsort 04m 46s
Quicksort – Part 1 05m 40s
Quicksort – Part 2 07m 55s
Heapsort – Part 1 06m 17s
Heapsort – Part 2 05m 21s
Heapsort – Part 3 05m 39s
Mergesort – Part 1 03m 55s
Mergesort – Part 2 03m 41s
Bubblesort – Part 1 04m 51s
Bubblesort – Part 2 04m 18s
Countingsort – Part 1 04m 45s
Countingsort – Part 2 03m 35s
Sorting Summary 02m 51s

Chapter 8 – Searching

Linear Search 02m 11s
Binary Search 05m 15s
Interpolation Search 05m 27s

Chapter 9 – Hash Tables

Hash Tables 04m 32s
Chaining 05m 23s
Open Addressing – Basics 07m 25s
Open Addressing – Linear Probing 04m 48s
Open Addressing – Quadratic Probing 04m 22s
Open Addressing – Double Hashing 05m 55s

Chapter 10 – Recursion

Recursion Basics 05m 37s
Fibonacci Numbers 06m 08s
Tower Of Hanoi 06m 08s
Koch Curves 04m 32s
Hilbert Curves 04m 32s
Gaskets 04m 52s
Removing Tail Recursion 03m 58s
Removing Recursion With Stacks 03m 56s
Fixing Fibonacci 07m 25s
Selections 04m 15s
Permutations 04m 12s

Chapter 11 – Backtracking Algorithms

Backtracking 06m 03s
The Eight Queens Problem – Part 1 06m 00s
The Eight Queens Problem – Part 2 04m 03s
The Eight Queens Problem – Part 3 03m 48s
The Knights Tour 04m 20s

Chapter 12 – Trees

Tree Terms 05m 06s
Binary Tree Properties 06m 25s
Traversals – Preorder 03m 54s
Traversals – Postorder 02m 57s
Traversals – Inorder 02m 47s
Traversals – Breadth-First 02m 57s
Building Sorted Trees 03m 56s
Editing Sorted Trees 04m 36s

Chapter 13 – Balanced Trees

Why Do You Need Balanced Trees? 04m 04s
B-Trees – B-Tree Basics 07m 18s
B-Trees – Adding Items 05m 16s
B-Trees – Removing Items 04m 16s

Chapter 14 – Decision Trees

Definition 05m 36s
Exhaustive Search 06m 27s
Branch And Bound 08m 26s
Heuristics 07m 38s

Chapter 15 – Network Algorithms

Network Terminology 03m 31s
Network Classes 04m 52s
Depth-First Traversal 05m 21s
Breadth-First Traversal 02m 43s
Spanning Trees – Part 1 04m 12s
Spanning Trees – Part 2 03m 58s
Shortest Paths – Part 1 07m 27s
Shortest Paths – Part 2 08m 41s

Chapter 16 – Wrap-Up

Wrap-Up 1 min 16sec

Buy Long-term Premium Accounts To Support Me & Max Speed

DOWNLOAD:


http://rapidgator.net/file/7db533883fc1863e0a943d84685e2ee9/O'Reilly_-_Learning_Data_Structures_and_Algorithms.part1.rar.html
http://rapidgator.net/file/0a6faa55b9f078010b43bd878e5a4879/O'Reilly_-_Learning_Data_Structures_and_Algorithms.part2.rar.html


http://nitroflare.com/view/FAC3A657D31C98D/O%27Reilly_-_Learning_Data_Structures_and_Algorithms.part1.rar
http://nitroflare.com/view/45CB7C90A765C62/O%27Reilly_-_Learning_Data_Structures_and_Algorithms.part2.rar

If any links die or problem unrar, send request to http://goo.gl/aUHSZc

Database & SQL Algorithms, Data Structures, Learning, MP4, O'Reilly

← EHAcademy – Introduction to File Encryption and Best Practices using CrococryptFile [6 FLV] RSD Tyler – Hotseat At Home – (Week 3 Mission 2) →

About Learning for Life

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

  • CBT Nuggets – Cisco CCNP Enterprise Core (350-401 ENCOR) v1.1 2025 part7
  • Udemy – Master Calculus 2 Using Python Integration Intuition Code
  • Udemy – Isometric Drawing in Affinity Designer
  • Linkedin Learning – The Data Skills Survival Kit
  • Udemy – Complete practice course for Project Managers + Insights

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

2019 2020 2021 2022 2023 2024 Advanced AWS Azure BBC Beginners BitBook BOOKWARE Certified Cisco Cloud Comic Complete Course Data Design eBook Fundamentals Guide Hybrid iLEARN Introduction JavaScript Learn Learning LinkedIn Linux Lynda Masterclass Microsoft Packt Pluralsight Programming Python Security Skillshare Training Udemy Using XQZT

Copyright © 2025 · Equilibre on Genesis Framework · WordPress · Log in