Two Solutions to Problem 3, page 270 of Perry, John. "Advanced C Programming by Example" Belmont, CA: PWS Publishing, 1998.
The first copies the strings.
The second reuses the pointers in the array passes to it.
/********************************************************************************* | |
** CIS 26B Extra Credit | |
** Advanced C | |
****************** | |
Multi-dimensional Arrays | |
Find a path of maximum value. |