This document contains detailed notes from Lecture 12 of the CO2412 course on Computational Thinking. The lecture focuses on pathfinding algorithms, essential tools in computer science for determining the shortest or most efficient path between two points within a graph structure. These algorithms ...
University of Central Lancashire Preston (UClan)
Onbekend
Computational Thinking (CO2412)
Alle documenten voor dit vak (19)
Verkoper
Volgen
BpoBpo
Ontvangen beoordelingen
Voorbeeld van de inhoud
CO2412: Computational Thinking
Lecture 12
Introduction to Pathfinding Algorithms
1. What is Pathfinding?
o Pathfinding algorithms are used to determine the shortest or most
efficient path between two points, often within a graph structure.
o These algorithms have applications in various domains including
robotics, logistics, game development, and network routing.
Universal Cost Search (UCS)
1. What is UCS?
o Universal Cost Search (UCS), also known as Dijkstra's algorithm,
is a graph traversal algorithm used to find the shortest path
between a starting node and a target node in a weighted graph.
o UCS explores all possible paths, expanding the least costly path
first.
2. UCS Algorithm
o Step-by-Step Process:
1. Start at the root node and initialize the cost to reach each
node as infinity, except for the starting node which is set to
zero.
2. Expand the node with the lowest cost.
3. Update the cost of reaching neighboring nodes.
4. Repeat the process until the target node is reached or all
nodes have been expanded.
3. Characteristics of UCS
o UCS guarantees finding the shortest path in a graph with non-
negative weights.
o It explores paths based on cumulative cost, ensuring that the path
with the lowest total cost is selected.
Voordelen van het kopen van samenvattingen bij Stuvia op een rij:
Verzekerd van kwaliteit door reviews
Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!
Snel en makkelijk kopen
Je betaalt supersnel en eenmalig met iDeal, creditcard of Stuvia-tegoed voor de samenvatting. Zonder lidmaatschap.
Focus op de essentie
Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!
Veelgestelde vragen
Wat krijg ik als ik dit document koop?
Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.
Tevredenheidsgarantie: hoe werkt dat?
Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.
Van wie koop ik deze samenvatting?
Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper BpoBpo. Stuvia faciliteert de betaling aan de verkoper.
Zit ik meteen vast aan een abonnement?
Nee, je koopt alleen deze samenvatting voor €4,29. Je zit daarna nergens aan vast.