• Post category:StudyBullet-5
  • Reading time:4 mins read




What you will learn

 

Learn the most popular topics corresponding to Graph Theory and Trees through live animation

 

Kruskal’s algorithm, Prim’s algorithm, Depth-first Search, Breadth-first Search, Graph representation, Spanning Tree and Minimum Spanning Tree

 

Tree Traversal(Preorder, Inorder, Postorder), Binary Tree, Binary Search Tree

 

Undirected Graph, Directed Graph, Weighted Graph, Directed Acyclic Graph, Multi Graph, Simple Graph, Connected Graph

Description

In this course, you will learn the most popular topics corresponding to graph theory and trees through live animation. This course is part of the data structures and algorithms course and aims to turn complexity into simplicity via illustrations and live animation. This course is provided for anyone who is interested in graph theory and tress data structures. All lectures are discussed from scratch and don’t be afraid if you think your knowledge is not enough for this course. In fact, all lectures are discussed in a simplified manner. This course covers the most important topics such as introduction to graph, graph representation, spanning tree and minimum spanning tree, Kruskal’s algorithm, Prim’s algorithm, depth-first search and breadth-first search, introduction to tree, tree traversal, binary tree, binary search tree. Introduction to a graph included most important graphs such as an undirected graph, directed graph, weighted graph, directed acyclic graph, multi graph, simple graph, connected graph.
Additionally, in the binary search tree, you will learn about insertion, deletion, and search operation. There is no programming and codes in this course. This is a complete introductory lecture about graphs and trees that in every single topic, you will see an example corresponding to that topic. I hope you enjoy this course. Do not hesitate to ask any questions regarding this course.

 


Get Instant Notification of New Courses on our Telegram channel.


 

English
language

Content

Introduction

Introduction

Graph Theroy

Introduction to Graph – Graph Types
Graph Representation
Spanning Trees and Minimum Spanning Trees
Kruskal’s Algorithm (Minimum Spanning Tree)
Prim’s Algorithms
Depth First Search And Breadth First Search (Graph Traversal)

Trees

Introduction to Trees
Binary Tree
Binary Search Tree (BST) – Introduction and Operations
Tree Traversal (Preorder-Inorder-Postorder)