N-Queens, N-Knights, Sudoku Solver - Backtracking Questions

N-Queens, N-Knights, Sudoku Solver - Backtracking Questions

Kunal Kushwaha via YouTube Direct link

Introduction

1 of 14

1 of 14

Introduction

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

N-Queens, N-Knights, Sudoku Solver - Backtracking Questions

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Introduction
  2. 2 Q1 : N-Queens Problem
  3. 3 How to determine if a problem is of recursion and backtracking?
  4. 4 Code for N-Queens Problem
  5. 5 Complexity Analysis Correction: Linear Recurrence Relation Method*
  6. 6 How to eliminate for loops?
  7. 7 Q2 : N-Knights Problem
  8. 8 Code for N-Knights Problem
  9. 9 Q3 : Sudoku Solver Problem LeetCode
  10. 10 Code for Sudoku Solver Problem
  11. 11 Correction: board[row][i] == num
  12. 12 Code for Sudoku Solver Problem
  13. 13 Complexity Analysis for Sudoku Solver Problem
  14. 14 Outro

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.