View Single Post
Old Feb 16th, 2005, 9:17 PM   #2
Dizzutch
Professional Programmer
 
Dizzutch's Avatar
 
Join Date: Dec 2004
Location: Worcester, MA
Posts: 441
Rep Power: 4 Dizzutch is on a distinguished road
Send a message via ICQ to Dizzutch Send a message via AIM to Dizzutch Send a message via MSN to Dizzutch Send a message via Yahoo to Dizzutch
1) draw out steps on paper
2) write pseudo code
3) code it
for every zip code generate a tree that has a branch to any other zip code, and from that node to any remaining one etc.
1 2 3 4
1
| |
2 3 4
| | | | | |
3 4 2 4 2 3
| | | | | |
4 3 4 2 3 2

etc. you get my drift, i hope
good luck

Dizz
__________________
naked pictures of you | PFO F@H stats
Dizzutch is offline   Reply With Quote