Skip to content

PRO TIP Block youtube.com at the DNS level โ€” Pi-hole, NextDNS or your hosts file โ€” but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Binary Tree Part 1 | BST | Binary Search Tree – Data Structures & Algorithms Tutorials In Python #10

271.4K views on YouTube

Binary tree is a special case of a general tree where you can have maximum 2 children for any given node. They are useful in implementing set/map class in different programming languages. They provide efficient way of search an element in log n complexity. There are various traversal schemes you can use such as breadth first search and depth first search. In depth first search you can use in order traversal, pre order traversal and post order traversal schemes that will benefit in different scenarious. For example in order traversal gives you a sorted list of elements in a tree. After going through theory we will implement binary tree, rather binary search tree in python. Binary search tree is also known as BST that is basically a binary tree with some order of elements.

Exercise: https://github.com/codebasics/data-structures-algorithms-python/tree/master/data_structures/8_Binary_Tree_1/8_binary_tree_part_1_exercise.md
Code of this video: https://github.com/codebasics/data-structures-algorithms-python/tree/master/data_structures/8_Binary_Tree_1/binary_tree_part_1.py

Refer to this video to get clarity on terminology for binary search tree concepts: https://www.youtube.com/watch?v=H5JubkIy_p8

Topics
00:00 Introduction
00:41 What problem does binary tree solve?
01:39 Binary tree & BST
06:46 Binary tree traversal schemes
07:23 In order, pre order, post order traversal
09:59 Python implementation
23:38 Exercise

#datastructures #algorithms #python #binarytree #treedatastructures #binarytreedatastructures

Do you want to learn technology from me? Check https://resources.codebasics.io/xiTXTV for my affordable video courses.

Next Video: https://www.youtube.com/watch?v=JnrbMQyGLiU&list=PLeo1K3hjS3uu_n_a__MI_KktGTLYopZ12&index=11
Previous video: https://www.youtube.com/watch?v=4r_XR9fUPhQ&list=PLeo1K3hjS3uu_n_a__MI_KktGTLYopZ12&index=9
Complete playlist:https://www.youtube.com/playlist?list=PLeo1K3hjS3uu_n_a__MI_KktGTLYopZ12

๐ŸŒŽ My Website For Video Courses: https://resources.codebasics.io/xiTXTV

Need help building software or data analytics and AI solutions? My company https://www.atliq.com/ can help. Click on the Contact button on that website.

#๏ธโƒฃ Social Media #๏ธโƒฃ
๐Ÿ”— Discord: https://discord.gg/r42Kbuk
๐Ÿ“ธ Dhaval’s Personal Instagram: https://www.instagram.com/dhavalsays/
๐Ÿ“ธ Instagram: https://www.instagram.com/codebasicshub/
๐Ÿ”Š Facebook: https://www.facebook.com/codebasicshub
๐Ÿ“ Linkedin (Personal): https://www.linkedin.com/in/dhavalsays/
๐Ÿ“ Linkedin (Codebasics): https://www.linkedin.com/company/codebasics/
๐Ÿ“ฑ Twitter: https://twitter.com/codebasicshub
๐Ÿ”— Patreon: https://www.patreon.com/codebasics?fan_landing=true