This is a great book for teaching you how to invent algorithms. I use the skills i learned from it all the time.
Can you show some example(s) on the techniques ?
Introduction to Algorithms: A Creative Approach by Udi Manber [pdf]
11–20 of 38 posts
Re: Introduction to Algorithms: A Creative Approach by Udi Manber [pdf]
#12Students learning Algorithms for the first time should never touch CLRS. It is the worst thing that a beginner can pick up. It is good as a reference text. Beginners should start with this. This book "actually" teaches you how algorithms are designed and how to break down problems into chunks and solve them using induction/recursion. Your mind will just be blown.
Re: Introduction to Algorithms: A Creative Approach by Udi Manber [pdf]
#13Students learning Algorithms for the first time should never touch CLRS. It is the worst thing that a beginner can pick up. It is good as a reference text. Beginners should start with this. This book "actually" teaches you how algorithms are designed and how to break down problems into chunks and solve them using induction/recursion. Your mind will just be blown.
Re: Introduction to Algorithms: A Creative Approach by Udi Manber [pdf]
#14Students learning Algorithms for the first time should never touch CLRS. It is the worst thing that a beginner can pick up. It is good as a reference text. Beginners should start with this. This book "actually" teaches you how algorithms are designed and how to break down problems into chunks and solve them using induction/recursion. Your mind will just be blown.
Re: Introduction to Algorithms: A Creative Approach by Udi Manber [pdf]
#15Students learning Algorithms for the first time should never touch CLRS. It is the worst thing that a beginner can pick up. It is good as a reference text. Beginners should start with this. This book "actually" teaches you how algorithms are designed and how to break down problems into chunks and solve them using induction/recursion. Your mind will just be blown.
Maybe I'm different, but I used Kleinberg/Tardos and CLRS in my undergraduate algorithms class, and I preferred CLRS to KT and the other alternatives (Algorithm Design Manual, etc.), though KT was great too. I've heard from others that KT was better for them for learning how to actually design algorithms as well.
Re: Introduction to Algorithms: A Creative Approach by Udi Manber [pdf]
#16Re: Introduction to Algorithms: A Creative Approach by Udi Manber [pdf]
#17Should we really be linking to it?
Re: Introduction to Algorithms: A Creative Approach by Udi Manber [pdf]
#18Re: Introduction to Algorithms: A Creative Approach by Udi Manber [pdf]
#19Students learning Algorithms for the first time should never touch CLRS. It is the worst thing that a beginner can pick up. It is good as a reference text. Beginners should start with this. This book "actually" teaches you how algorithms are designed and how to break down problems into chunks and solve them using induction/recursion. Your mind will just be blown.
And if not a beginner I would go straight to chapter 5 "Design of Algorithms by Induction". One of my favorite algorithms books.
Re: Introduction to Algorithms: A Creative Approach by Udi Manber [pdf]
#20Students learning Algorithms for the first time should never touch CLRS. It is the worst thing that a beginner can pick up. It is good as a reference text. Beginners should start with this. This book "actually" teaches you how algorithms are designed and how to break down problems into chunks and solve them using induction/recursion. Your mind will just be blown.
A beginner can and should pick it up if they love math and programming.