Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tower of Hanoi question
Message
From
27/06/2009 06:42:47
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01406816
Message ID:
01408786
Views:
42
>Sorry for not replying earlier , I've been away for a few days - It will take me a while to get my head around this "problem reduction" stuff - thanks for your time


Pete,

We do this "problem reduction" stuff all the time

The only difference here is that it has a recursive nature


In programming
func_x()
{
    func_y()
    func_z()
   ...
}
func_x()
{
    func_x1()
    func_x2()
    ...
}
func_x1()
{
    func_x1_1()
    func_x1_2()
   ...
}
In real life
- go to work in the morning
- get up
- prepare
- drive to work

prepare
- wash
- dress

drive to work
- start car
- drive it
- park
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform