I guess problem solving skills and experience are the most important but there must be some strategies that work for large numbers of problems. (e.g. preorganising data).
So, please share your tips and tricks.
Posted 05 June 2009 - 09:12 AM
Posted 05 June 2009 - 10:36 AM
for(int i = 0; i < n; i++)
{
//stuff
}
for(int i = 0; i < n; i++)
{
for(int j = 0; j < n; j++)
{
}
}
Posted 05 June 2009 - 10:43 AM
Posted 05 June 2009 - 11:27 AM
Posted 05 June 2009 - 12:37 PM
Posted 05 June 2009 - 12:42 PM
Quote
This post has been edited by Dantheman: 05 June 2009 - 12:55 PM
Posted 06 June 2009 - 03:05 AM
Dantheman, on 5 Jun, 2009 - 11:42 AM, said:
Dantheman, on 5 Jun, 2009 - 11:42 AM, said:
Dantheman, on 5 Jun, 2009 - 11:42 AM, said:
SixOfEleven, on 5 Jun, 2009 - 11:37 AM, said:
This post has been edited by mikeblas: 06 June 2009 - 03:07 AM
Posted 06 June 2009 - 09:10 AM
Posted 08 June 2009 - 08:44 PM
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
