udemy - Data Structures & Algorithms - C++ By Scott Barrett

seeders: 22
leechers: 11
updated:

Download Fast Safe Anonymous
movies, software, shows...

Files

Data Structures & Algorithms - C++ - LeopardMan 1. Introduction
  • 1. Introduction.mp4 (23.3 MB)
10. Data Structures Graphs
  • 9. Graph Remove Vertex.mp4 (32.3 MB)
  • 5. Graph Big O.mp4 (31.3 MB)
  • 6. Graph Add Vertex.mp4 (17.5 MB)
  • 8. Graph Remove Edge.mp4 (17.5 MB)
  • 7. Graph Add Edge.mp4 (15.0 MB)
  • 2. Graph Adjacency Matrix.mp4 (10.8 MB)
  • 1. Graph Intro.mp4 (9.6 MB)
  • 3. Graph Adjacency List.mp4 (5.3 MB)
  • 4. Graph Unordered Sets.mp4 (4.1 MB)
  • 9.1 GR-RemoveVertex.cpp (2.0 KB)
  • 8.1 GR-RemoveEdge.cpp (1.6 KB)
  • 7.1 GR-AddEdge.cpp (1.2 KB)
  • 6.1 GR-AddVertex.cpp (0.8 KB)
11. Algorithms Recursion
  • 3. Factorial.mp4 (44.1 MB)
  • 2. Call Stack.mp4 (41.5 MB)
  • 1. Recursion Intro.mp4 (28.3 MB)
12. Algorithms Basic Sorts
  • 4. Selection Sort Code.mp4 (25.9 MB)
  • 6. Insertion Sort Code.mp4 (24.6 MB)
  • 2. Bubble Sort Code.mp4 (23.6 MB)
  • 3. Selection Sort Intro.mp4 (8.2 MB)
  • 1. Bubble Sort Intro.mp4 (5.8 MB)
  • 5. Insertion Sort Intro.mp4 (3.6 MB)
  • 7. Insertion Sort Big O.mp4 (3.2 MB)
  • 4.1 SelectionSort.cpp (0.7 KB)
  • 2.1 BubbleSort.cpp (0.6 KB)
  • 6.1 InsertionSort.cpp (0.5 KB)
13. Algorithms Merge Sort
  • 7. Merge Sort Code.mp4 (71.0 MB)
  • 5. Merge Code (2).mp4 (34.8 MB)
  • 4. Merge Code (1).mp4 (28.1 MB)
  • 8. Merge Sort Big O.mp4 (11.8 MB)
  • 6. Merge Sort Intro.mp4 (8.6 MB)
  • 1. Merge Sort Overview.mp4 (6.6 MB)
  • 3. Merge Intro (2).mp4 (6.2 MB)
  • 2. Merge Intro (1).mp4 (4.4 MB)
14. Algorithms Quick Sort
  • 4. Quick Sort Code.mp4 (57.7 MB)
  • 3. Pivot Code.mp4 (26.3 MB)
  • 5. Quick Sort Big O.mp4 (12.6 MB)
  • 2. Pivot Intro.mp4 (6.7 MB)
  • 1. Quick Sort Intro.mp4 (5.8 MB)
  • 3.1 Pivot.cpp (0.8 KB)
15. Algorithms Tree Traversal
  • 5. DFS PreOrder - Code.mp4 (45.9 MB)
  • 3. BFS Code.mp4 (39.0 MB)
  • 7. DFS PostOrder - Code.mp4 (36.9 MB)
  • 2. BFS (Breadth First Search) Intro.mp4 (10.3 MB)
  • 1. Tree Traversal Intro.mp4 (6.6 MB)
  • 6. DFS PostOrder - Intro.mp4 (5.1 MB)
  • 4. DFS (Depth First Search) PreOrder - Intro.mp4 (4.6 MB)
2. Code Editor
  • 2. Windows - Compiler Install.mp4 (135.1 MB)
  • 1. VS Code Installation.mp4 (44.5 MB)
  • 3. Linux - Compiler Install.mp4 (36.8 MB)
  • 4. Mac - Compiler Install.mp4 (34.9 MB)
  • 5. Additional Configuration.mp4 (26.2 MB)
  • 1.1 Replit.com.html (0.1 KB)
3. Big O
  • 11. Big O Wrap Up.mp4 (69.4 MB)
  • 5. Big O O(n^2).mp4 (19.7 MB)
  • 10. Big O Vectors.mp4 (16.6 MB)
  • 8. Big O O(log n).mp4 (15.0 MB)
  • 6. Big O Drop Non-Dominants.mp4 (11.8 MB)
  • 3. Big O O(n).mp4 (10.6 MB)
  • 1. Big O Intro.mp4 (10.5 MB)
  • 9. Big O Different Terms for Inputs.mp4 (10.3 MB)
  • 4. Big O Drop Constants.mp4 (10.2 MB)
  • 7. Big O O(1).mp4 (5.5 MB)
  • 2. Big O Worst Case.mp4 (3.6 MB)
  • 6.1 Non-Dom.cpp (0.3 KB)
  • 5.2 O-n^3.cpp (0.3 KB)
  • 4.1 DropConstants.cpp (0.2 KB)
  • 5.1 O-n^2.cpp (0.2 KB)
  • 3.1 O-n.cpp (0.2 KB)
4. Pointers & Classes
  • 2. Classes.mp4 (35.6 MB)
  • 1. Pointers.mp4 (27.1 MB)
  • 2.1 Cookie.cpp (0.6 KB)
  • 1.2 Pointer2.cpp (0.2 KB)
  • 1.1 Pointer1.cpp (0.2 KB)
5. Data Structures Linked Lists
  • 8. LL Remove Last (Code).mp4 (46.2 MB)
  • 4. LL Constructor.mp4 (42.2 MB)
  • 2. LL Big O.mp4 (34.6 MB)
  • 15. LL Reverse.mp4 (33.6 MB)
  • 14. LL Remove.mp4 (30.9 MB)
  • 10. LL Remove First.mp4 (27.7 MB)
  • 13. LL Insert.mp4 (27.3 MB)
  • 5. LL Print List.mp4 (25.2 MB)
  • 6. LL Append.mp4 (19.6 MB)
  • 9. LL Prepend.mp4 (18.4 MB)
  • 11. LL Get.mp4 (17.6 MB)
  • 12. LL Set.mp4 (17.3 MB)
  • 7. LL Remove Last (Intro).mp4 (16.0 MB)
  • 3. LL Under the Hood.mp4 (10.8 MB)
  • 1. Linked List Intro.mp4 (7.3 MB)
  • 15.1 LL-Reverse.cpp (4.3 KB)
  • 14.1 LL-Remove.cpp (3.9 KB)
  • 13.1 LL-Insert.cpp (3.5 KB)
  • 12.1 LL-Set.cpp (3.0 KB)
  • 11.1 LL-Get.cpp (2.8 KB)
  • 10.1 LL-RemoveFirst.cpp (2.7 KB)
  • 9.1 LL-Prepend.cpp (2.2 KB)
  • 8.1 LL-RemoveLast.cpp (2.1 KB)
  • 6.1 LL-Append.cpp (1.4 KB)
  • 4.1 LL-Constructor.cpp (1.1 KB)
6. Data Structures Doubly Linked Lists
  • 3. DLL Remove Last.mp4 (40.9 MB)
  • 8. DLL Insert.mp4 (31.9 MB)
  • 6. DLL Get.mp4 (29.2 MB)
  • 9. DLL Remove.mp4 (27.1 MB)
  • 1. DLL Constructor.mp4 (26.1 MB)
  • 5. DLL Remove First.mp4 (23.2 MB)
  • 2. DLL Append.mp4 (20.5 MB)
  • 7. DLL Set.mp4 (18.1 MB)
  • 4. DLL Prepend.mp4 (18.1 MB)
  • 9.1 DLL-Remove.cpp (4.4 KB)
  • 8.1 DLL-Insert.cpp (4.0 KB)
  • 7.1 DLL-Set.cpp (3.4 KB)
  • 6.1 DLL-Get.cpp (3.2 KB)
  • 5.1 DLL-RemoveFirst.cpp (2.8 KB)
  • 4.1 DLL-Prepend.cpp (2.2 KB)
  • 3.1 DLL-RemoveLast.cpp (2.1 KB)
  • 2.1 DLL-Append.cpp (1.5 KB)
  • 1.1 DLL-Constructor.cpp (1.1 KB)

Description

udemy - Data Structures & Algorithms - C++ By Scott Barrett




Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.44 GB | Duration: 107 lectures • 7h 27m

The Ultimate C++ Coding Interview & Computer Science Bootcamp

What you'll learn
Mastery of Data Structures and Algorithms
Time and Space Complexity of Data Structures and Algorithms
Strengthen Your Skills as a Developer
Confidently Answer Technical Interview Questions

Requirements
Basic programming
No experience with data structures or algorithms required


Description
This course is different…

After each line of code, an animation of the data structure or algorithm is updated to show exactly what that line of code did.

The animations provide some huge advantages to students

Increased understanding of the concepts

Greater rate of retention

The material can be covered in a fraction of the time

That means that you can actually learn more material in less time and have higher retention of the material.

That is the key combination of factors to prepare you for the technical interview that lands you your dream job!

I invite you to watch a few of the videos in this course to see what I mean. The difference will be noticeable right away!

I spent over a year to create this course with the goal that an absolute beginner can take it and understand all of the concepts the first time through.

What you will get in this course…

Over 100 hand crafted HD videos that use animations to illustrate technical concepts.

Here is what you will learn in this course

Technical

Big O notation

Data Structures

Lists

Linked Lists

Doubly Linked Lists

Stacks & Queues

Binary Trees

Hash Tables

Graphs

Algorithms

Sorting

Bubble Sort

Selection Sort

Insertion Sort

Merge Sort

Quick Sort

Searching

Breadth First Search

Depth First Search

I am excited to help you move forward with your coding and career goals.

Let's get started!

Who this course is for
C++ programmers preparing for an interview
University students taking a data structures and algorithms course



Download torrent
2.4 GB
seeders:22
leechers:11
udemy - Data Structures & Algorithms - C++ By Scott Barrett


Trackers

tracker name
udp://open.stealth.si:80/announce
udp://tracker.tiny-vps.com:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://tracker.torrent.eu.org:451/announce
udp://explodie.org:6969/announce
udp://tracker.cyberia.is:6969/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://p4p.arenabg.com:1337/announce
udp://tracker.birkenwald.de:6969/announce
udp://tracker.moeking.me:6969/announce
udp://opentor.org:2710/announce
udp://tracker.dler.org:6969/announce
udp://9.rarbg.me:2970/announce
https://tracker.foreverpirates.co:443/announce
http://vps02.net.orel.ru:80/announce
µTorrent compatible trackers list

Download torrent
2.4 GB
seeders:22
leechers:11
udemy - Data Structures & Algorithms - C++ By Scott Barrett


Torrent hash: 8DC01FA6815380C40E0D4F75988180C2935D4E05