Skip to content
#

backtracking

Here are 1,157 public repositories matching this topic...

​​ A comprehensive program that covers the Basic & Advanced DSA. It includes live lectures and exercises to help students design and implement efficient solutions. This course is suitable for beginners and experienced programmers and through this course, you'll gain the confidence and expertise needed to excel in technical interviews & placements.

  • Updated Jun 5, 2024
  • C++

Here I'm posting few C++ projects which are done based on backtracking, OOP, pointers etc. These projects were done mainly focusing on solving assignment questions of Professor Jerry Waxman's CSCI-211 - Object Oriented Programming in C++ course at CUNY QC. Posting Dr. Waxman's questions, my codes & report for those assignments & their algorithms

  • Updated Jun 5, 2024
  • C++

The code uses backtracking to solve the Constraint Satisfaction Problem (CSP) of map coloring. It checks if assigning colors to regions follows the constraint that no adjacent regions have the same color. The skills involved include algorithm design for backtracking, recursion, and solving CSP problems. The implementation uses Python.

  • Updated Jun 3, 2024
  • Python

Improve this page

Add a description, image, and links to the backtracking topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the backtracking topic, visit your repo's landing page and select "manage topics."

Learn more