100% tevredenheidsgarantie Direct beschikbaar na je betaling Lees online óf als PDF Geen vaste maandelijkse kosten
logo-home
CO2412 Computational Thinking Lecture 8 Notes $4.64
In winkelwagen

College aantekeningen

CO2412 Computational Thinking Lecture 8 Notes

 0 keer verkocht
  • Vak
  • Instelling

This document contains comprehensive notes from Lecture 8 of the CO2412 course on Computational Thinking. The lecture focuses on the concept of backtracking, a powerful problem-solving technique that incrementally builds solutions and backtracks when constraints are violated.

Voorbeeld 1 van de 3  pagina's

  • 20 augustus 2024
  • 3
  • 2023/2024
  • College aantekeningen
  • Amin amini
  • Alle colleges
  • Onbekend
avatar-seller
CO2412: Computational Thinking
Lecture 8

Backtracking
1. Introduction to Backtracking
o Backtracking is a problem-solving approach that builds solutions
one piece at a time and discards those that do not meet the
problem's constraints.
o In the worst case, the time complexity may be O(n²), but the best
and average cases are often significantly better.
o Backtracking is often implemented recursively, referred to as
recursive backtracking.
Simple Backtracking - A Walkthrough
1. Problem Space Representation
o The problem space consists of states (nodes) and actions (paths
leading to new states). When in a node, you can only see paths to
connected nodes.
o If a node leads to failure, the algorithm backtracks to its "parent"
node and tries other alternatives. If all alternatives lead to failure,
further backtracking is necessary.
Example: Sudoku Problem
1. Sudoku Problem Definition
o Sudoku is a 9x9 grid with some numbers pre-filled. The goal is to
fill the grid so that each row, column, and 3x3 mini-grid contains all
digits from 1 to 9 without repetition.
2. Brute Force Approach to Sudoku
o The brute force approach tries all possible combinations until it
finds one that works. This method is not sophisticated but can be
effective due to the computational speed of modern computers.
Steps in the Brute Force Approach:
o If no open cells are left, the puzzle is solved.

o Scan the grid from left to right, top to bottom, for the first open cell.

o Cycle through digits 1 to 9 and place them in the cell if the setup
remains legal.

Dit zijn jouw voordelen als je samenvattingen koopt bij Stuvia:

Bewezen kwaliteit door reviews

Bewezen kwaliteit door reviews

Studenten hebben al meer dan 850.000 samenvattingen beoordeeld. Zo weet jij zeker dat je de beste keuze maakt!

In een paar klikken geregeld

In een paar klikken geregeld

Geen gedoe — betaal gewoon eenmalig met iDeal, creditcard of je Stuvia-tegoed en je bent klaar. Geen abonnement nodig.

Direct to-the-point

Direct to-the-point

Studenten maken samenvattingen voor studenten. Dat betekent: actuele inhoud waar jij écht wat aan hebt. Geen overbodige details!

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.64. Je zit daarna nergens aan vast.

Is Stuvia te vertrouwen?

4,6 sterren op Google & Trustpilot (+1000 reviews)

Afgelopen 30 dagen zijn er 65040 samenvattingen verkocht

Opgericht in 2010, al 15 jaar dé plek om samenvattingen te kopen

Begin nu gratis

Laatst bekeken door jou


$4.64
  • (0)
In winkelwagen
Toegevoegd