Forum: Computer Science Jul 23rd, 2009 |
| Replies: 9 Views: 1,043 Hi Patrick,
Unfortunately it is not as simple as that. Different languages are better at different tasks. Most are designed to perform specific tasks at first and grow from there. Really what you... |
Forum: Computer Science Mar 18th, 2009 |
| Replies: 2 Views: 631 The most basic program requires some form of planning, even if it is just a few notes on some scrap paper. It is always a good habit to plan, you will make fewer mistakes and write more manageable... |
Forum: Computer Science Mar 3rd, 2008 |
| Replies: 4 Views: 2,710 http://en.wikipedia.org/wiki/Red_black_tree describes the difference in fairly good detail. The main difference between the two is in the worst case, where a BST can be as bad as O(n) for insertion,... |