Learning Data Structures and Algorithms Training Video

Course

Online

£ 99.04 + VAT

*Indicative price

Original amount in AUD:

$ 189

Description

  • Type

    Course

  • Methodology

    Online

  • Start date

    Different dates available

A Practical Training Course That Teaches Real World Skills In this project-based Learning Data Structures and Algorithms video tutorial series, you'll quickly have relevant skills for real-world applications. Follow along with our expert instructor in this training course to get: Concise, informative and broadcast-quality Learning Data Structures and Algorithms training videos delivered to your desktop The ability to learn at your own pace with our intuitive, easy-to-use interface A quick grasp of even the most complex Learning Data Structures and Algorithms subjects because they're broken into simple, easy to follow tutorial videos Practical working files further enhance the learning process and provide a degree of retention that is unmatched by any other form of Learning Data Structures and Algorithms tutorial, online or offline...so you'll know the exact steps for your own projects. Course Fast Facts: Only 8 hours to complete this course  102 tutorial videos Expert instructors lead each course Download to any Windows PC or Mac and save for viewing off line Course is accessible 24/7 from any computer once downloaded You can study from home or at work at your own pace in your own time Course Description 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...

Facilities

Location

Start date

Online

Start date

Different dates availableEnrolment now open

About this course

System Requirements - Digital Download Digital Download: Microsoft Windows XP or higher, Mac OS X 10.4 or higher. Minimum screen resolution of 1024x768 Digital Download specific requirements: Between 1GB and 6GB of available hard drive space (depending on the training course) An Internet connection with sufficient bandwidth. You must have at least a 56K modem connection (Broadband recommended). Most modern ADSL and Cable internet solutions will be sufficient. Do I need...

Questions & Answers

Add your question

Our advisors and other users will be able to reply to you

Who would you like to address this question to?

Fill in your details to get a reply

We will only publish your name and question

Reviews

Subjects

  • Network
  • Algorithms
  • Network Training
  • Skills and Training

Course programme

  • 01. Introduction
    • Introduction And Course Overview
    • About The Author
    • 0103 How To Access Your Working Files
  • 02. Complexity Theory
    • Complexity Theory
    • Big O Notation
    • Typical Runtime Functions
    • Comparing Runtime Functions
    • P And NP
  • 03. Numerical Algorithms
    • Random Numbers
    • Linear Congruential Generators
    • Randomizing Arrays - Part 1
    • Randomizing Arrays - Part 2
    • GCD
    • LCM
    • Prime Factorization - Part 1
    • Prime Factorization - Part 2
    • Finding Primes
    • Testing Primality
    • Numerical Integration
  • 04. Linked Lists
    • 0401 Singly Linked Lists - Part 1
    • 0402 Singly Linked Lists - Part 2
    • 0403 Sorted Linked Lists
    • 0404 Sorting With Linked Lists
    • 0405 Doubly Linked Lists
  • 05. Arrays
    • 0501 One-Dimensional Arrays
    • 0502 Triangular Arrays - Part 1
    • 0503 Triangular Arrays - Part 2
    • 0504 Sparse Arrays - Part 1
    • 0505 Sparse Arrays - Part 2
  • 06. Stacks And Queues
    • 0601 Stacks
    • 0602 Stack Algorithms
    • 0603 Double Stacks
    • 0604 Queues
  • 07. Sorting
    • 0701 Sorting Algorithms
    • 0702 Insertionsort
    • 0703 Selectionsort
    • 0704 Quicksort - Part 1
    • 0705 Quicksort - Part 2
    • 0706 Heapsort - Part 1
    • 0707 Heapsort - Part 2
    • 0708 Heapsort - Part 3
    • 0709 Mergesort - Part 1
    • 0710 Mergesort - Part 2
    • 0711 Bubblesort - Part 1
    • 0712 Bubblesort - Part 2
    • 0713 Countingsort - Part 1
    • 0714 Countingsort - Part 2
    • 0715 Sorting Summary
  • 08. Searching
    • 0801 Linear Search
    • 0802 Binary Search
    • 0803 Interpolation Search
  • 09. Hash Tables
    • 0901 Hash Tables
    • 0902 Chaining
    • 0903 Open Addressing - Basics
    • 0904 Open Addressing - Linear Probing
    • 0905 Open Addressing - Quadratic Probing
    • 0906 Open Addressing - Double Hashing
  • 10. Recursion
    • 1001 Recursion Basics
    • 1002 Fibonacci Numbers
    • 1003 Tower Of Hanoi
    • 1004 Koch Curves
    • 1005 Hilbert Curves
    • 1006 Gaskets
    • 1007 Removing Tail Recursion
    • 1008 Removing Recursion With Stacks
    • 1009 Fixing Fibonacci
    • 1010 Selections
    • 1011 Permutations
  • 11. Backtracking Algorithms
    • 1101 Backtracking
    • 1102 The Eight Queens Problem - Part 1
    • 1103 The Eight Queens Problem - Part 2
    • 1104 The Eight Queens Problem - Part 3
    • 1105 The Knights Tour
  • 12. Trees
    • 1201 Tree Terms
    • 1202 Binary Tree Properties
    • 1203 Traversals - Preorder
    • 1204 Traversals - Postorder
    • 1205 Traversals - Inorder
    • 1206 Traversals - Breadth-First
    • 1207 Building Sorted Trees
    • 1208 Editing Sorted Trees
  • 13. Balanced Trees
    • 1301 Why Do You Need Balanced Trees?
    • 1302 B-Trees - B-Tree Basics
    • 1303 B-Trees - Adding Items
    • 1304 B-Trees - Removing Items
    • 1305 AVL Tress - Part 1
    • 1306 AVL Tress - Part 2
  • 14. Decision Trees
    • 1401 Definition
    • 1402 Exhaustive Search
    • 1403 Branch And Bound
    • 1404 Heuristics
  • 15. Network Algorithms
    • 1501 Network Terminology
    • 1502 Network Classes
    • 1503 Depth-First Traversal
    • 1504 Breadth-First Traversal
    • 1505 Spanning Trees - Part 1
    • 1506 Spanning Trees - Part 2
    • 1507 Shortest Paths - Part 1
    • 1508 Shortest Paths - Part 2
    • 1509 All Pairs Shortest Path - Part 1
    • 1510 All Pairs Shortest Path - Part 2
  • 16. Wrap-Up
    • 1601 Wrap-U

Additional information

Digital Download FAQs

Q: What is a digital download?

A digital download is training that you download from the internet using your web browser instead of us shipping you a physical CD.

Q: How instant is the "Instant Purchase"?

If you complete your purchase, you are emailed your access key within minutes of the transaction completing.

Q: How do I access my digital download purchase?

Once you complete your purchase, you will receive an email with an Access Key, and instructions on how to download your purchase. You will enter that Access Key...

Learning Data Structures and Algorithms Training Video

£ 99.04 + VAT

*Indicative price

Original amount in AUD:

$ 189