ABOUT
COURSES
PRO
LOGIN
SIGNUP
SUBMIT
Search
Articles with tag 'BACKTRACKING'
23
oct
2017
Backtracking to solve a rat in a maze | C Java Python
Backtracking algorithm to solve a rat in a maze problem. Explanation of the problem and code. Codes in C, Java and Python. Pictures to understand better
22
oct
2017
Solving Sudoku with Backtracking | C, Java and Python
Explanation and code of Sudoku-solving algorithm using backtracking. A little introduction about Sudoku and how we can use backtracking to solve it.
21
oct
2017
Backtracking - Explanation and N queens problem
Learn about backtracking. Detail explanation and examples like N Queen problem using backtracking. Code and explanation in C, Java and Python.