Generally backtracking does not require memoization since the testcase size are less
try finding all the possibilities with the given condition and if it satisfies all the
condition stop the recursionLeetcode Problems :
Graph for Beginners [Problems]
Level 1 :
Level 2 :