17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
[UdemyCourseDownloader] JavaScript Algorithms And Data Structures Masterclass
This course crams months of computer science and interview prep material into 20 hours of video. The content is based directly on last semester of my in-person coding bootcamps, where my students go on to land 6-figure developer jobs. I cover the exact same computer science content that has helped my students ace interviews at huge companies like Google, Tesla, Amazon, and Facebook. Nothing is watered down for an online audience; this is the real deal :) We start with the basics and then eventually cover “advanced topics” that similar courses shy away from like Heaps, Graphs, and Dijkstra’s Shortest Path Algorithm.
I start by teaching you how to analyze your code’s time and space complexity using Big O notation. We cover the ins and outs of Recursion. We learn a 5-step approach to solving any difficult coding problem. We cover common programming patterns. We implement popular searching algorithms. We write 6 different sorting algorithms: Bubble, Selection, Insertion, Quick, Merge, and Radix Sort. Then, we switch gears and implement our own data structures from scratch, including linked lists, trees, heaps, hash tables, and graphs. We learn to traverse trees and graphs, and cover Dijkstra's Shortest Path Algorithm.
For More Udemy Free Courses >>> https://udemycoursedownloader.net/
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
1. Introduction/1. Curriculum Walkthrough.mp4
145.9 MB
1. Introduction/1. Curriculum Walkthrough.srt
13.1 KB
1. Introduction/1. Curriculum Walkthrough.vtt
11.3 KB
1. Introduction/2. What Order Should You Watch In.mp4
53.4 MB
1. Introduction/2. What Order Should You Watch In.srt
4.6 KB
1. Introduction/2. What Order Should You Watch In.vtt
4 KB
1. Introduction/3. How I'm Running My Code.mp4
56.3 MB
1. Introduction/3. How I'm Running My Code.srt
5.6 KB
1. Introduction/3. How I'm Running My Code.vtt
4.8 KB
2. Big O Notation/1. Intro to Big O.mp4
30.4 MB
2. Big O Notation/1. Intro to Big O.srt
12.3 KB
2. Big O Notation/1. Intro to Big O.vtt
10.8 KB
2. Big O Notation/1.1 BIG O Slides.html
109 B
2. Big O Notation/10. Big O Space Complexity Quiz.html
152 B
2. Big O Notation/11. Logs and Section Recap.mp4
31.2 MB
2. Big O Notation/11. Logs and Section Recap.srt
13.4 KB
2. Big O Notation/11. Logs and Section Recap.vtt
11.7 KB
2. Big O Notation/2. Timing Our Code.mp4
46.4 MB
2. Big O Notation/2. Timing Our Code.srt
16.4 KB
2. Big O Notation/2. Timing Our Code.vtt
14.2 KB
2. Big O Notation/2.1 add_up_to_slower.js.js
245 B
2. Big O Notation/2.2 add_up_to_faster.js.js
197 B
2. Big O Notation/3. Counting Operations.mp4
20.5 MB
2. Big O Notation/3. Counting Operations.srt
6.6 KB
2. Big O Notation/3. Counting Operations.vtt
5.8 KB
2. Big O Notation/4. Visualizing Time Complexities.mp4
24.2 MB
2. Big O Notation/4. Visualizing Time Complexities.srt
6.5 KB
2. Big O Notation/4. Visualizing Time Complexities.vtt
5.7 KB
2. Big O Notation/4.1 Performance Tracker Tool.html
111 B
2. Big O Notation/5. Official Intro to Big O.mp4
51.7 MB
2. Big O Notation/5. Official Intro to Big O.srt
14.6 KB
2. Big O Notation/5. Official Intro to Big O.vtt
12.6 KB
2. Big O Notation/6. Simplifying Big O Expressions.mp4
36 MB
2. Big O Notation/6. Simplifying Big O Expressions.srt
13.6 KB
2. Big O Notation/6. Simplifying Big O Expressions.vtt
11.9 KB
2. Big O Notation/7. Big O Time Complexity Quiz.html
152 B
2. Big O Notation/8. Big O Time Complexity Quiz 2.html