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 » FrontendMasters – Four Semesters of Computer Science in 5 Hours

FrontendMasters – Four Semesters of Computer Science in 5 Hours

15/04/2018 Learning for Life Leave a Comment

FrontendMasters – Four Semesters of Computer Science in 5 Hours
English | Size: 2.64 GB
Category: Tutorial


We’re going to tackle some big topics in just five hours: Algorithms and Big O Analysis, Recursion, Sorting, Data Structures and Functional Programming. What? Is that even possible? We’re sure as hell going to try! Since many of us are self taught and/or dropouts (myself included) we lack the advantages that a formal CS education can give. This additional theory can give us useful context to make tradeoffs in implementations and architectures.

Big O & Recursion
1. Introduction
2. Big O
3. Finding Big O
4. Recursion
5. Recursion example
6. Exercise 1 – Recursion
7. Exercise 1 – Solution

Sorting Algorithms
1. Bubble sort
2. Exercise 2 – Bubble sort
3. Exercise 2 – Solution
4. Insertion sort
5. Exercise 3 – Insertion sort
6. Exercise 3 – Solution
7. Merge sort
8. Exercise 4 – Merge sort
9. Exercise 4 – Solution
10. Median values
11. Quicksort
12. Exercise 5 – Quicksort
13. Exercise 5 – Solution

Data Structure Interfaces
1. Interfaces Data Structure
2. Set Data Structure
3. Map Data Structure
4. Stack Data Structure
5. Queue Data Structure

Implementing Data Structures
1. Array list
2. Exercise 6 – Array list
3. Exercise 6 – Solution
4. Linked list
5. Exercise 7 – Linked list
6. Exercise 7 – Solution, part 1
7. Exercise 7 – Solution, part 2
8. Binary search tree
9. Exercise 8 – Binary search tree
10. Exercise 8 – Solution
11. AVL tree
12. Single rotation
13. Double rotation
14. Exercise 9 – Solution, part 1
15. Exercise 9 – Solution, part 2
16. Hash table

Functional Programming 101
1. Functional programming concepts
2. Map Function
3. Reduce Function
4. Filter Function
Part 2
https://frontendmasters.com/courses/computer-science-2/
Learning computer science makes you a better developer, makes your apps better, and allows you to answer difficult engineering interview questions. In part 2 of the series, you’ll join Brian Holt – returning Frontend Masters instructor and developer at Microsoft – as he unpacks 4 semesters of computer science in 5 hours. You’ll dive deeper into computer science concepts such as traversing binary search trees, pathfinding, traversing graphs, generating a randomized maze, plus more ways to search and sort!

Introduction
1. Introduction

Bloom Filters
1. Bloom Filters Setup
2. Bloom Filters Diagramed
3. Bloom Filter Caveats
4. Hashing Functions Explained
5. Bloom Filters Exercise
6. Bloom Filter Solution

Tree Traversals
1. Tree Traversals Introduction
2. Depth-first Traversal
3. Depth-first Traversal Exercise
4. Depth-first Traversal Solution
5. Breadth-first Traversal
6. Breadth-first Traversal Exercise
7. Breadth-first Traversal Solution
8. Tree Queue Diagram

Pathfinding
1. Pathfinding & Demonstration
2. Pathfinding Exercise
3. Pathfinding Solution

Graphs
1. Graphs
2. Graphs Exercise
3. Graphs Solution

Generating a Maze
1. Generating a Maze
2. Generating a Maze Exercise
3. Generating a Maze Solution

Tries
1. Tries
2. Tries Exercise
3. Tries Solution

Searching for an Element in an Array
1. Searching for an Element in an Array
2. Searching for an Element in an Array Solution

Heap Sort
1. Heap Sort
2. Heap Sort Solution

Radix Sort
1. Radix Sort
2. Radix Sort Solution

Conclusion
1. Conclusion and Goodbye

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

DOWNLOAD:


https://rapidgator.net/file/3a4039ff875b9d82971f881858c815e9/Four_Semesters_of_Computer_Science_in_5_Hours.part1.rar.html
https://rapidgator.net/file/008b3519fe261f4d6e6da45bf8a1eb52/Four_Semesters_of_Computer_Science_in_5_Hours.part2.rar.html
https://rapidgator.net/file/d65a5b7ce5c800880df01a96c316006a/Four_Semesters_of_Computer_Science_in_5_Hours.part3.rar.html
https://rapidgator.net/file/a0e9de760afd3d012801c12a166f4d73/Four_Semesters_of_Computer_Science_in_5_Hours.part4.rar.html


http://nitroflare.com/view/D2AFFE811A00406/Four_Semesters_of_Computer_Science_in_5_Hours.part1.rar
http://nitroflare.com/view/588CE4B67C2A240/Four_Semesters_of_Computer_Science_in_5_Hours.part2.rar
http://nitroflare.com/view/8B960D884FCBEA8/Four_Semesters_of_Computer_Science_in_5_Hours.part3.rar
http://nitroflare.com/view/0601826AB211D9C/Four_Semesters_of_Computer_Science_in_5_Hours.part4.rar

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

Database & SQL 5 Hours, Computer, Four Semesters, FrontEndMasters, Science

← Franklin Hatchett – Ecom Masters 2018 Gumroad – Blender Basics NES Controller with Vaughan Ling →

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.

  • Introduction In Cyber Attack For Beginners | Udemy
  • AI Skills For Artists And Content Creators – Zero To Hero | Udemy
  • Udemy – 3D Trees with Blender Geometry Nodes
  • Coursera – Packt: TOTAL – CompTIA TechPlus FC0-U71
  • Stickman Strikes Conquer Fantasy World-TENOKE

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