Introduction to Graph Theory
Channel:
Subscribers:
2,700
Published on ● Video Link: https://www.youtube.com/watch?v=k9kuEFCwmjQ
Graph Theory is one of the most useful branches of math for computer scientists. Today we went over what a graph is, examples of using graph theory, and the graph traversal algorithm.
Other Videos By Bill Kerney
2022-07-08 | Triangle Rasterization |
2022-07-08 | Keyboard Events in UE5, Spawning Actors, Controlling Actors, Landscaping, Foliage |
2022-07-08 | Line Rasterization |
2022-07-07 | Lighting, Blueprint Coding in UE5, Constructive Solid Geometry |
2022-07-06 | TTT AI + Fixed Pipeline Renderer |
2022-07-06 | Adding Trigger Zones to a Map in UE5 |
2022-07-05 | Welcome to IS50A and Unreal Engine 5 |
2022-07-05 | Welcome to IS50B - Game Engine Terminology |
2022-05-13 | End of the Year |
2022-05-13 | Final Review |
2022-05-11 | Introduction to Graph Theory |
2022-05-11 | Python in 45 minutes |
2022-05-09 | Sample Project - Grocery Store |
2022-05-09 | Evaluating Media Sources |
2022-05-06 | Threads and Sockets Programming in Java |
2022-05-06 | Java for the C++ Programmer in 1 Hour |
2022-05-06 | Automation and the Chip Shortage |
2022-05-04 | C++ Trivia Quiz |
2022-05-04 | Threads II: Atomics, Mutexes, Thread-Specific Variables |
2022-05-04 | Binary Representations + Digital Ownership |
2022-05-02 | C++ Threads in 11 minutes |
Tags:
csci 41
graph theory
dijkstra
bfs
dfs
traversal