I need a programming book with questions and answers, doesn’t matter what programming language it uses in examples as long it is C based language (preferably C# or JavaScript). What important is that questions in this book will be high degree programming (ie. create a function that will check 4 in row following numbers in 2D array)…
Basically questions you get in computer science degree tests and most important answers…
I feel i miss a lot because i haven’t done my degree, so i want to learn basic programming, stuff like loops, if conditions, lists and recursions. I know how these can be used for years but i want complex problems with solutions so i can force my brain to try and then read how writer solved it.
Thanks
The important thing about questions like “create a function that will check 4 in row following numbers in 2D array” is the algorithm that solve the problem not the programming language.
So,I suggest you to read Introduction to Algorithms,2 written by Prof. H. Cormen this book will gave you a great skill to solved mentioned type problems.