* Cantinho Satkeys

Refresh History
  • FELISCUNHA: dgtgtr   49E09B4F  e bom fim de semana  4tj97u<z
    Hoje às 12:08
  • JPratas: try65hytr Pessoal  4tj97u<z htg6454y k7y8j0
    Hoje às 03:34
  • j.s.: dgtgtr a todos  4tj97u<z
    15 de Outubro de 2025, 15:12
  • FELISCUNHA: ghyt74  pessoal  49E09B4F
    15 de Outubro de 2025, 11:56
  • Radio TugaNet: boas tardes
    14 de Outubro de 2025, 13:14
  • FELISCUNHA: dgtgtr   49E09B4F  e bom fim de semana  4tj97u<z
    11 de Outubro de 2025, 12:06
  • JPratas: try65hytr Pessoal  49E09B4F 2dgh8i k7y8j0 yu7gh8
    10 de Outubro de 2025, 03:59
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    08 de Outubro de 2025, 11:44
  • joca34: ola amigos boas noite alguem este cd Disco Festa Portuguesa (Ao Vivo)
    07 de Outubro de 2025, 22:45
  • pxsofficial: alguem ainda tem o Mega Pack de Filmes Infantis Dublados PT-PT
    07 de Outubro de 2025, 21:22
  • FELISCUNHA: ghyt74   49E09B4F  Votos de um santo domingo para todo o auditório  4tj97u<z
    05 de Outubro de 2025, 11:03
  • j.s.: um santo domingo  49E09B4F
    05 de Outubro de 2025, 10:52
  • j.s.: ghyt74 a todos  49E09B4F
    05 de Outubro de 2025, 10:52
  • gitzbeka: tivi mate
    04 de Outubro de 2025, 18:21
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana   4tj97u<z
    03 de Outubro de 2025, 11:42
  • JPratas: try65hytr Pessoal  4tj97u<z 2dgh8i k7y8j0 yu7gh8
    03 de Outubro de 2025, 03:07
  • j.s.: dgtgtr a todos  4tj97u<z
    02 de Outubro de 2025, 16:26
  • FELISCUNHA: ghyt74  49E09B4F  e bom fim de semana  4tj97u<z
    27 de Setembro de 2025, 11:08
  • Radio TugaNet: bom dia Pessoal
    27 de Setembro de 2025, 08:45
  • j.s.: tenham um excelente fim de semana  4tj97u<z
    26 de Setembro de 2025, 19:18

Autor Tópico: Learn Graph Algorithms with C++ Programming  (Lida 143 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 125473
  • Karma: +0/-0
Learn Graph Algorithms with C++ Programming
« em: 24 de Maio de 2021, 13:42 »

MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 19 lectures (4h 39m) | Size: 2.5 GB
From Scratch implement Graphs important Algorithms like DFS, BFS, Kruskals ,Prims and Dijastra's Algorithms in C++

What you'll learn:
Thorough Understanding about Graph Algorithms .
Depth First Search and Breadth First Search.
From scratch Implementation of DFS and BFS Algorithms.
From scratch Implementation of Important algorithms like Kruskals, PRims and Dijastra's Algorithm
Spanning Trees and MST

Requirements
Programming Knowledge in C++

Description
Graphs are used to solve many real-life problems. Graphs are used to represent networks. The networks may include paths in a city or telephone network or circuit network. Graphs are also used in social networks like linkedIn, Facebook. For example, in Facebook, each person is represented with a vertex(or node). Each node is a structure and contains information like person id, name, gender, locale etc.

We are going to start our discussion by looking at the basic terms of graph theory and them jump on to discuss graph theory related algorithms and then implement those with c++. Following are the types of algorithms we are going to discuss in this course.

In this Course we shall Implement many Importants Algorithms like DFS ,BFS, Kruskals, PRims and Dijastra's Algorithms.

We shall understand how to find path in a given graph ,Directed Graphs ,Spanning Trees ,Minimum spanning trees etc.

Minimal Spanning Tree

A spanning tree whose sum of weight (or length) of all its edges is less than all other possible spanning tree of graph G is known as a minimal spanning tree or minimum cost spanning tree.

To implement the minimum cost-spanning tree, the following two methods are used −

Prim's Algorithm

Kruskal's Algorithm

Dijkstra's algorithm is very similar to Prim's algorithm for minimum spanning tree. Like Prim's MST, we generate a SPT (shortest path tree) with given source as root. We maintain two sets, one set contains vertices included in shortest path tree, other set includes vertices not yet included in shortest path tree. At every step of the algorithm, we find a vertex which is in the other set (set of not yet included) and has a minimum distance from the source.

Who this course is for
Any C++ programmer who wants to learn Graph Important Algorithms
Who wants to learn how to implement important algorithms like DFS and BFS in Graphs
Who wants to learn how to Implement algorithms like Kruskals, PRims and Dijastra's Algorithm in Graphs


Download link:
Só visivel para registados e com resposta ao tópico.

Only visible to registered and with a reply to the topic.

Links are Interchangeable - No Password - Single Extraction