in reply to Re: Nested Data Structures for Dummies?
in thread Nested Data Structures for Dummies?
So what if you have a list of countries, where each country has a list of provinces, and each province has a list of cities, and some cities have lists of neighborhoods? But you only need neighborhoods with names beginning with "k" in provinces that begin with "c". This is where I start getting confused and looking for a stiff drink.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Nested Data Structures for Dummies?
by ikegami (Patriarch) on Apr 15, 2010 at 01:03 UTC | |
by jedikaiti (Hermit) on Apr 15, 2010 at 17:38 UTC |