As long as I’ve been a programmer I still have a very elementary level education in algorithms (because I’m self-taught). Perhaps there is a good beginner book on them that you could suggest in your answer.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As a general note, Introduction to Algorithms. That book will get you through pretty much everything you need to know about general algorithms.
Edit:
As AndrewF mentioned, it doesn’t actually contain minimax specifically, but it’s still a very good resource for learning to understand and implement algorithms.