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

FrontendMasters – A Practical Guide to Algorithms with JavaScript

19/06/2018 Learning for Life Leave a Comment

FrontendMasters – A Practical Guide to Algorithms with JavaScript
English | Size: 1.27 GB
Category: CBTs


Bored by the academic approach of most data structures and algorithms courses? This is for you! You’ll learn to solve algorithms and analyze space and time complexity in both an interview setting and in your day-to-day development. Following along with the course, you’ll practice algorithms with common interview questions using a handful of algorithm techniques. Take a practical look at recursion and learn to optimize your solutions using divide-and-conquer. Implement merge sort and quicksort and understand tradeoffs of both approaches. Plus, get started with dynamic programming and memoization! [Read more…]

.Net & Java A Practical Guide, Algorithms, FrontEndMasters, JavaScript

Udemy – Introduction to Algorithms and Data structures in C++

25/04/2018 Learning for Life Leave a Comment

Udemy – Introduction to Algorithms and Data structures in C++
English | Size: 476.72 MB
Category: Programming


“I learned a lot of thingsfrom this course. The GOLD trick was awesome.”Arpan P.

“I started thinking about problems in a more efficient way…” Mokshagna S.

“It’s deep, rich in information, consistent and dense” Laurentiu M.

“It’s a very good course, it focuses on building your concept.” Saransh S.

“Awesome, it’s just awesome”Yazan R.
[Read more…]

C/C++/C# Algorithms, C++, Data Structures, Introduction, Udemy

Udemy – The Coding Interview Bootcamp Algorithms Data Structures

04/04/2018 Learning for Life Leave a Comment

Udemy – The Coding Interview Bootcamp Algorithms Data Structures
English | Size: 1.76 GB
Category: CBTs


What Will I Learn?
Master commonly asked interview questions
Tackle common data structures used in web development
Practice dozens of different challenges
Use Javascript to solve challenging algorithms
Requirements
Basic understanding of Javascript
Description
Data Structures? They’re here. Algorithms? Covered. Lots of questions with well-explained solutions? Yep!
[Read more…]

.Net & Java Algorithms, Bootcamp, Interview, The Coding, Udemy

The Coding Interview Bootcamp Algorithms + Data Structures [Udemy] (2017)

15/03/2018 Learning for Life Leave a Comment

The Coding Interview Bootcamp: Algorithms + Data Structures [Udemy] (2017)
English | Size: 1.76 GB
Category: Tutorial


What Will I Learn?

Master commonly asked interview questions
Tackle common data structures used in web development
Practice dozens of different challenges
Use Javascript to solve challenging algorithms

Data Structures? They’re here. Algorithms? Covered. Lots of questions with well-explained solutions? Yep!

If you’re nervous about your first coding interview, or anxious about applying to your next job, this is the course for you. I got tired of interviewers asking tricky questions that can only be answered if you’ve seen the problem before, so I made this course! This video course will teach you the most common interview questions that you’ll see in a coding interview, giving you the tools you need to ace your next whiteboard interview. [Read more…]

Database & SQL Algorithms, Bootcamp, Data Structures, Interview, The Coding

Ed Finn – What Algorithms Want – (23 mp3s)

07/03/2018 Learning for Life Leave a Comment

Ed Finn – What Algorithms Want – (23 mp3s)
English | Size: 246.66 MB
Category: Audio


We depend on – we believe in – algorithms to help us get a ride, choose which book to buy, execute a mathematical proof. It’s as if we think of code as a magic spell, an incantation to reveal what we need to know and even what we want. Humans have always believed that certain invocations – the marriage vow, the shaman’s curse – do not merely describe the world but make it. Computation casts a cultural shadow that is shaped by this long tradition of magical thinking. In What Algorithms Want, Ed Finn considers how the algorithm – in practical terms, “a method for solving a problem” – has its roots not only in mathematical logic but also in cybernetics, philosophy, and magical thinking. [Read more…]

Programming 23, Algorithms, Ed Finn, Want, What

Frontend Masters-Data Structures and Algorithms in JavaScript

07/01/2018 Learning for Life Leave a Comment

Frontend Masters-Data Structures and Algorithms in JavaScript
English | Size: 4.34 GB
Category: Tutorial


Immerse yourself in a course tailored for engineers comfortable with JavaScript, but wanting to better understand the data structures and algorithms necessary to ace job interviews and build better software. Learn topics like recursion, stacks & queues, sorting algorithms, trees, linked lists, Binary Search Trees, Graphs, & Hash Tables, Big-O and Breadth-First and Depth-First Search all in one place! This course is your key to understanding some of the most common data structures and algorithms in Computer Science while reinforcing JavaScript programming techniques. Master these concepts and you can approach your next job interview or coding challenge with confidence! [Read more…]

Database & SQL Algorithms, Data, Frontend Masters, JavaScript, Structures

Packt Publishing – Extending Machine Learning Algorithms

30/12/2017 Learning for Life Leave a Comment

Packt Publishing – Extending Machine Learning Algorithms
English | Size: 398.28 MB
Category: Tutorial


Complex statistics in Machine Learning worry a lot of developers. Knowing statistics helps you build strong Machine Learning models that are optimized for a given problem statement. Understand the real-world examples that discuss the statistical side of Machine Learning and familiarize yourself with it. We will use libraries such as scikit-learn, e1071, randomForest, c50, xgboost, and so on.We will discuss the application of frequently used algorithms on various domain problems, using both Python and R programming.It focuses on the various tree-based machine learning models used by industry practitioners.We will also discuss k-nearest neighbors, Naive Bayes, Support Vector Machine and recommendation engine.By the end of the course, you will have mastered the required statistics for Machine Learning Algorithm and will be able to apply your new skills to any sort of industry problem. [Read more…]

Programming Algorithms, Extending, Learning, Machine, Packt Publishing

Learning C Sharp Algorithms

24/11/2017 Learning for Life Leave a Comment

Learning C Sharp Algorithms
English | Size: 235.36 MB
Category: CBTs


Understanding algorithms is a key requirement for all programmers. Algorithms give programs a set of instructions to perform a task. Expand your knowledge of common C# algorithms for sorting, searching, sequencing, and more. Learn how to apply them to optimize your C# developer skills and answer crucial interview questions. Reynald Adolphe reviews linked lists, stacks, queues, and binary and linear search. [Read more…]

C/C++/C# Algorithms, C Sharp, Learning

O’Reilly – Supervised Classification Algorithms

04/10/2017 Learning for Life Leave a Comment

O’Reilly – Supervised Classification Algorithms
English | Size: 497.49 MB
Category: Tutorial


Classification is the sub-field of machine learning encountered more frequently than any other in data science applications. There are many different classification techniques and this course explains some of the most important ones, including algorithms such as logistic regression, k-nearest neighbors (k-NN), decision trees, ensemble models like random forests, and support vector machines. The course also covers Naive Bayes classifiers and in so doing, covers Bayes’ theorem and basic Bayesian inference, both of which are widely used in training many machine learning algorithms. A basic knowledge of algebra is required. A solid understanding of differential calculus will be necessary for logistic regression, Support Vector Machines and Bayesian Inference. [Read more…]

Programming Algorithms, Classification, O'Reilly, Supervised

Packt Publishing – Advanced Functional Data Structures and Algorithms

20/09/2017 Learning for Life Leave a Comment

Packt Publishing – Advanced Functional Data Structures and Algorithms
English | Size: 732.69 MB
Category: Tutorial


Algorithms and datastructures are fundamentals in computer programming. Functional data structures have the power to improve the codebase of an application and improve its efficiency. With the advent of functional programming and powerful functional languages such as Scala, Clojure, and Elixir becoming part of important enterprise applications, functional data structures have gained an important place in the developer toolkit.
[Read more…]

Database & SQL Advanced, Algorithms, Data Structures, Functional, Packt Publishing

  • « Previous Page
  • 1
  • …
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • Next Page »
  • Udemy – Introduction to Landscapes in Unreal Engine 5
  • Udemy – 50 days of LeetCode in python Algorithms coding interview
  • Udemy – TOTAL: CompTIA Security+ Certification Course + Exam SY0-701
  • Udemy – A Deep Dive into LLM Red Teaming
  • PBS American Experience – Abraham and Mary Lincoln: A House Divided (2001) Part 2: We Are Elected

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