DFS | AI | Algorithms | Simple Python Tutorials

preview_player
Показать описание
Introducing AI Algorithms with tree and graph traversal algorithms, the depth first search uses a stack in implementation. Understand the DFS algorithm by simple examples, and python code explained.

0:00 DFS algorithm
0:25 depth first search explained
1:13 depth first search tree example
1:34 DFS algorithm task
1:51 DFS queue implementation with a stack
3:09 depth first search graph example
6:10 DFS algorithm implementation in python
6:56 DFS algorithm in python editor
8:10 DFS graph traversal in python
9:30 DFS algorithm task solution

#pythonforbeginners #pythonfundamentals #pythontutorials

PYTHON PLAYLISTS ON YOUTUBE:
Python Coder – Beginner
Python Fun & Games
More Simple Python Tutorials
Simple Python
Python Regular Expressions

WHY LEARN CODING WITH DR CODIE:
If you want to know how to learn python then these python programming tutorials are for you. Hi, my name is Dr Codie and I have helped many students to learn python, Scratch, SQL and other programming languages. In these videos you see how to learn python using your existing knowledge and gain some tips for learning python. Codie means ‘helpful person’ and we want to help you not just learn python programming but to enjoy learning python. We start with python tutorials for beginners and then move to tutorials for more advanced learning. The videos teach python 3.

In my experience, success being a python coder comes down to getting the fundamentals right. You can then move onto advanced programming concepts and skills. You will understand how to do simple coding tasks and then we will show you the simple methods of putting lines or blocks of code together using this knowledge. Practice is essential for your skills to grow but again do not fear we will help you practice as well.

Learn to understand the logic and design aspects needed to become a good programmer, let us help you practice to keep improving and don’t forget the bonus of seeing first hand how to build the code and possible stumbling blocks when we explain the answers to the tasks set within the tutorial. You do not need to watch the whole video but if you do you will improve as a python coder!
SOCIAL MEDIA

SUBSCRIBE and you will know when the videos are available! Good luck!
Рекомендации по теме
Комментарии
Автор

Second of the tree and graph traversal algorithms, depth first search. If you have any requests please leave a comment.

DrCodie