Forum: C++ Apr 5th, 2006 |
| Replies: 3 Views: 2,953 I'm not fully understanding what that program does. If u could try to explain it to me, it would be greatly appreciated. |
Forum: C++ Apr 5th, 2006 |
| Replies: 3 Views: 2,953 Hey ya'll, I am working on this assignment that has me that is as follows:
/*
Modify the following shell sort to use the fibonacci sequence, instead of
the sequence h = 3h+1.
Hint use... |