edit: someone brought to my attention- that SO isn't the place to ask for tutorials. If so I'd be glad if someone could explain to me how to implement recursive backtracking using arrays (I don't know how to use linked lists etc.)
TL;DR: Looking for books or sites which teach backtracking recursion in C without knowledge of data structures.
Hey, I am taking a course in c programming language and one of the questions on the exam will ask as to implement backtracking using recursion.
Problem is, the course doesn't cover structs or def type or linked lists or any of that jazz, but every book I read in order to understand backtracking recursion talks about linked lists and structs, which I know nothing about and am not supposed to implement in my code on the exam.
Can anyone here point me to a book/site which can explain this concept of backtracking recursion without structs or anything like that?
Thanks!