Classbaze

Disclosure: when you buy through links on our site, we may earn an affiliate commission.

Recursion, Backtracking and Dynamic Programming in Python

Learn Competitive Programming, Recursion, Backtracking, Divide and Conquer Methods and Dynamic Programming in Python
4.4
4.4/5
(639 reviews)
8,309 students
Created by

9.5

Classbaze Grade®

10.0

Freshness

8.3

Popularity

9.7

Material

Learn recursion
Platform: Udemy
Video: 14h 43m
Language: English
Next start: On Demand

Best Python classes:

Classbaze Rating

Classbaze Grade®

9.5 / 10

CourseMarks Score® helps students to find the best classes. We aggregate 18 factors, including freshness, student feedback and content diversity.

Freshness

10.0 / 10
This course was last updated on 6/2022.

Course content can become outdated quite quickly. After analysing 71,530 courses, we found that the highest rated courses are updated every year. If a course has not been updated for more than 2 years, you should carefully evaluate the course before enrolling.

Popularity

8.3 / 10
We analyzed factors such as the rating (4.4/5) and the ratio between the number of reviews and the number of students, which is a great signal of student commitment.

New courses are hard to evaluate because there are no or just a few student ratings, but Student Feedback Score helps you find great courses even with fewer reviews.

Material

9.7 / 10
Video Score: 9.8 / 10
The course includes 14h 43m video content. Courses with more videos usually have a higher average rating. We have found that the sweet spot is 16 hours of video, which is long enough to teach a topic comprehensively, but not overwhelming. Courses over 16 hours of video gets the maximum score.
The average video length is 7 hours 31 minutes of 1,582 Python courses on Udemy.
Detail Score: 9.5 / 10

The top online course contains a detailed description of the course, what you will learn and also a detailed description about the instructor.

Extra Content Score: 9.9 / 10

Tests, exercises, articles and other resources help students to better understand and deepen their understanding of the topic.

This course contains:

28 articles.
18 resources.
0 exercise.
0 test.

In this page

About the course

This course is about the fundamental concepts of algorithmic problems focusing on recursion, backtracking, dynamic programming and divide and conquer approaches. As far as I am concerned, these techniques are very important nowadays, algorithms can be used (and have several applications) in several fields from software engineering to investment banking or R&D.
Section 1 – RECURSION
•what are recursion and recursive methods
•stack memory and heap memory overview
•what is stack overflow?
•Fibonacci numbers
•factorial function
•tower of Hanoi problem
Section 2 – SEARCH ALGORITHMS
•linear search approach
•binary search algorithm
Section 3 – SELECTION ALGORITHMS
•what are selection algorithms?
•Hoare’s algorithm
•how to find the k-th order statistics in O(N) linear running time?
•quickselect algorithm
•median of medians algorithm
•the secretary problem
Section 4 – BIT MANIPULATION PROBLEMS
•binary numbers
•logical operators and shift operators
•checking even and odd numbers
•bit length problem
•Russian peasant multiplication
Section 5 – BACKTRACKING
•what is backtracking?
•n-queens problem
•Hamiltonian cycle problem
•coloring problem
•knight’s tour problem
•maze problem
•Sudoku problem
Section 6 – DYNAMIC PROGRAMMING
•what is dynamic programming?
•knapsack problem
•rod cutting problem
•subset sum problem
•Kadane’s algorithm
•longest common subsequence (LCS) problem
Section 7 – OPTIMAL PACKING 
•what is optimal packing?
•bin packing problem
Section 8 – DIVIDE AND CONQUER APPROACHES
•what is the divide and conquer approach?
•dynamic programming and divide and conquer method
•how to achieve sorting in O(NlogN) with merge sort?
•the closest pair of points problem
Section 9 – Substring Search Algorithms
•substring search algorithms
•brute-force substring search
•Z substring search algorithm
•Rabin-Karp algorithm and hashing
•Knuth-Morris-Pratt (KMP) substring search algorithm
Section 10 – COMMON INTERVIEW QUESTIONS
•top interview questions (Google, Facebook and Amazon)
•anagram problem
•palindrome problem
•integer reversion problem
•dutch national flag problem
•trapping rain water problem
In each section we will talk about the theoretical background for all of these algorithms then we are going to implement these problems together from scratch in Python.
Thanks for joining the course, let’s get started!

What can you learn from this course?

✓ Understanding recursion
✓ Understand backtracking
✓ Understand dynamic programming
✓ Understand divide and conquer methods
✓ Implement 15+ algorithmic problems from scratch
✓ Improve your problem solving skills and become a stronger developer

What you need to start the course?

• Basic Python

Who is this course is made for?

• This course is meant for newbies who are not familiar with algorithmic problems in the main or students looking for some refresher
• Anyone preparing for programming interviews or interested in improving their problem solving skills

Are there coupons or discounts for Recursion, Backtracking and Dynamic Programming in Python ? What is the current price?

The course costs $17.99. And currently there is a 82% discount on the original price of the course, which was $99.99. So you save $82 if you enroll the course now.
The average price is $20.1 of 1,582 Python courses. So this course is 10% cheaper than the average Python course on Udemy.

Will I be refunded if I'm not satisfied with the Recursion, Backtracking and Dynamic Programming in Python course?

YES, Recursion, Backtracking and Dynamic Programming in Python has a 30-day money back guarantee. The 30-day refund policy is designed to allow students to study without risk.

Are there any financial aid for this course?

Currently we could not find a scholarship for the Recursion, Backtracking and Dynamic Programming in Python course, but there is a $82 discount from the original price ($99.99). So the current price is just $17.99.

Who will teach this course? Can I trust Holczer Balazs?

Holczer Balazs has created 33 courses that got 29,887 reviews which are generally positive. Holczer Balazs has taught 234,749 students and received a 4.5 average review out of 29,887 reviews. Depending on the information available, we think that Holczer Balazs is an instructor that you can trust.
Software Engineer
My name is Balazs Holczer. I am from Budapest, Hungary. I am qualified as a physicist. At the moment I am working as a simulation engineer at a multinational company. I have been interested in algorithms and data structures and its implementations especially in Java since university. Later on I got acquainted with machine learning techniques, artificial intelligence, numerical methods and recipes such as solving differential equations, linear algebra, interpolation and extrapolation. These things may prove to be very very important in several fields: software engineering, research and development or investment banking. I have a special addiction to quantitative models such as the Black-Scholes model, or the Merton-model.
Take a look at my website if you are interested in these topics!
Browse all courses by on Classbaze.

9.5

Classbaze Grade®

10.0

Freshness

8.3

Popularity

9.7

Material

Platform: Udemy
Video: 14h 43m
Language: English
Next start: On Demand

Classbaze recommendations for you