Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Algorithmic Problems in Python

Posted By: naag
Algorithmic Problems in Python

Algorithmic Problems in Python
MP4 | Video: 1280x720 | 55 kbps | 44 KHz | Duration: 3 Hours | 623 MB
Genre: eLearning | Language: English

Learn the basic algorithmic methodologies from backtracking to dynamic programming

This course is about the fundamental concepts of algorithmic problems, focusing on backtracking and dynamic programming. 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 research&development.

In each section we will talk about the theoretical background for all of these algorithms then we are going to implement these problems together.

The first chapter is about backtracking: we will talk about problems such as N-queens problem or hamiltonian cycles and coloring problem. In the second chapter we will talk about dynamic programming, theory first then the concrete examples one by one: fibonacci sequence problem and knapsack problem.

Algorithmic Problems in Python