Solve Coding Interview Backtracking Problems - Crash Course
Offered By: freeCodeCamp
Course Description
Overview
Master backtracking techniques and tackle two LeetCode hard problems in this comprehensive crash course. Learn a powerful template for solving backtracking problems, then apply it to solve the N-Queens and Sudoku puzzles. Explore the intricacies of these challenging algorithms as instructor Lynn Zheng guides you through each step. Gain valuable insights into problem-solving strategies and enhance your coding interview skills. By the end of this course, you'll have a solid understanding of backtracking and be equipped to tackle similar complex problems with confidence.
Syllabus
) Intro.
) Intro to the template .
) Solve N-Queens .
) Solve Sudoku .
) Recap.
Taught by
freeCodeCamp.org
Related Courses
Design of Computer ProgramsStanford University via Udacity Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera Intro to Algorithms
Udacity Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera