-What was my mistake?
- Mistaken stdlib as stdio for the library of print.
- #define -> #defined
- printf -> print
- In C-array, you naive-initialize it like A[10] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}.
- Contrast this to perl
33_P
This is my self-study page for the book, "Introduction to Algorithm", or commonly known as CLRS. This is also my diary page of how I struggle and grow in the programming world. I hope this blog can help amateurs or professionals, to improve their skills in programming, learning and living. As of Sep 12, 2011, I finished the "exercise read" of Chapter 2 (20110518) and 3 (20110608) and half of Chapter 4.
No comments:
Post a Comment