Neetcode – Advanced Algorithms

Neetcode – Advanced Algorithms
English | Tutorial | Size: 1.19 GB


Kadane’s algorithm is a greedy/dynamic programming algorithm that can be used on array problems to bring the time complexity down to O(n)O(n). It is used to calculate the maximum sum subarray ending at a particular position.

Pluralsight – C++20 Algorithms Playbook

Pluralsight – C++20 Algorithms Playbook
English | Tutorial | Size: 660.32 MB


If the C++ Standard Library seems intimidating, try getting started with it through the header. This course will teach you how to find pre-written functions that will speed up your development.

Coursera – Data Structures and Algorithms Specialization

Coursera – Data Structures and Algorithms Specialization
English | Tutorial | Size: 6.50 GB


Master Algorithmic Programming Techniques. Advance your Software Engineering or Data Science Career by Learning Algorithms through Programming and Puzzle Solving.