Skip to content

Nishchz/Backtracking-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Backtracking with Arrays – Java πŸ”

This repository contains a simple and clear demonstration of backtracking using recursion on arrays in Java.It helps beginners understand how values are changed during recursion and how the undo (backtracking) step works.


πŸš€ Features

  • Uses recursion to traverse an array
  • Demonstrates backtracking clearly (undo step)
  • Shows how array values change before and after recursion
  • Beginner-friendly Java implementation
  • Works with any integer array

🧠 Concept Used

Backtracking

  • Make a change
  • Go deeper using recursion
  • Undo the change while returning

About

backtrackimg on arrrays

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages