General help

recently I read about recursive backtracking in Steven Felix’s book.
I just wanted to know at what rating level in code forces I can find such problems.

I don’t think you’ll find too many backtracking problems in competitive programming as they require almost no thinking. WORDGRID is the only backtracking I remember solving. The N-queens problem is also a famous one.