Search result for Algorithmic problem-solving Online Courses & Certifications
Get Course Alerts by Email
Data Structures and Algorithmic Trading: Machine Learning
by Easy Learn- 2.5
4.5 hours on-demand video
Data Structures and Algorithmic Trading: Machine Learning, Stock Trading, Invest In Cryptocurrency, Build A Forex Robot Learn Algorithmic ThinkingComputational Problem Solving Using AlgorithmsAlgorithmic Design ProcessImportance of SortingArray RotationInsertion SortMerge & Heap SortGreedy AlgorithmsTopological SortingBreadth & Depth First TraversalHashingOpen AddressingFinding Shortest Path in a graphAVL treesComputational Complexity and Machine Learning Computational Problem Solving Using Algorithms...
$9.99
Algorithm Design and Analysis
by Sampath Kannan- 0.0
4 Weeks
Learn about the core principles of computer science: algorithmic thinking and computational problem solving. How to bootstrap solutions on small inputs into algorithmic solutions on bigger inputs How to critically analyze whether a locally optimal approach (greedy) can provide a globally optimal solution to a problem...
$149
Algorithmic Toolbox
by Alexander S. Kulikov , Michael Levin , Neil Rhodes , Pavel Pevzner , Daniel M Kane- 4.6
Approx. 39 hours to complete
The course covers basic algorithmic techniques and ideas for computational problems arising frequently in practical applications: sorting and searching, divide and conquer, greedy algorithms, dynamic programming. Solving Programming Challenges Algorithmic Warm-up Problem Overview Problem Overview and Naive Algorithm Celebration Party Problem Problem Overview Problem Overview Essential algorithmic techniques Practice solving algorithmic interview problems...
Natural Language Processing Fundamentals
by Packt Publishing- 3.9
6 hours on-demand video
This will be followed by an introduction to the initial stages of solving a problem, which includes problem definition, getting text data, and preparing it for modeling. Anthony Ng has spent almost 10 years in the education sector covering topics such as algorithmic trading, financial data analytics, investment, and portfolio management and more....
$12.99
Algorithmic Design and Techniques
by Pavel Pevzner , Daniel Kane , Alexander S. Kulikov , Michael Levin- 0.0
6 Weeks
In this course, part of the Algorithms and Data Structures MicroMasters program, you will learn basic algorithmic techniques and ideas for computational problems, which arise in practical applications such as sorting and searching, divide and conquer, greedy algorithms and dynamic programming. how to break a large problem into pieces and solve them recursively;...
$99
Python for Beginners: Solve 50 Exercises Live
by Tanmay Garg- 4.1
19 hours on-demand video
Students often lack in the problem solving capability and are just aware of the syntax. We start from basics like printing, looping to advanced features like regular expressions, algorithmic complexity. Algorithmic Complexity We recommend to first solve each of the problem yourself then only look at the solution....
$11.99
Approximation Algorithms
by Mark de Berg- 4.7
Approx. 15 hours to complete
Many real-world algorithmic problems cannot be solved efficiently using traditional algorithmic tools, for example because the problems are NP-hard. The goal of this course is to become familiar with important algorithmic concepts and techniques needed to effectively deal with such problems. The Load Balancing problem The load balancing problem The vertex-cover problem...
Related searches
JAVA Immersive Learning Course
by Matthew Fried- 4.9
12 hours on-demand video
Object oriented algorithmic problem solving in java, with attention to general as well as...
$19.99
Competitive Programmer's Core Skills
by Alexander S. Kulikov , Alexander Logunov , Kirill Simonov , Aliaksei Tolstsikau- 4.6
Approx. 32 hours to complete
Along the way you’ll also gain useful skills for which competitive programmers are so highly valued by employers: ability to write efficient, reliable, and compact code, manage your time well when it’s limited, apply basic algorithmic ideas to real problems, etc. Problem Example Steps in Solving a Problem Solution to Problem 1-4: Straight Flush...
Computational Geometry
by Alexander S. Kulikov , Aliaksei Tolstsikau , Kira Vyatkina- 3.9
Approx. 19 hours to complete
This course represents an introduction to computational geometry – a branch of algorithm theory that aims at solving problems about geometric objects. 2 Problem statement 4 Algorithmic details 1 Motivation and problem statement...