Programming Mazes Using Recursive Backtracker Algorithm
Offered By: javidx9 via YouTube
Course Description
Overview
Explore the Recursive Back-tracker algorithm for maze generation in this 27-minute video tutorial. Learn how this versatile algorithm guarantees all paths are traversed in network-based scenarios. Discover the implementation using the olcConsoleGameEngine class, and follow along with coding examples to create your own mazes. Gain insights into stack primers, cursive back tracking, and path width considerations. Access the accompanying GitHub repository for the complete source code and visit the blog for additional resources and explanations.
Syllabus
Intro
Stack Primer
Cursive Back Tracker
Coding
Path Width
Maze Creation
Taught by
javidx9
Related Courses
Intro to Computer ScienceUniversity of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera