Nestled Array calculation.
|
|||
|
Rank: ? (60)
Member #: 22843 |
Some nestled calculation.
How did club freedom did the calculation, or how will the database structure looks like? The example is -: Joseph gave birth to John, James, and Johnson John gave birth to Peter, Matter, and Potter James gave birth to Juliana, Justin, and Jane Johnson gave birth to Jak, Jake and Jacob Continuously like that, Peter the son of John also gave birth to another 3 children And the 3 children also keep giving birth to 3 children each, so How can I calculate the Total descendants of Joseph? How can I calculate the total descendants of John or any of the grand children? Because each of the children also start having grand children, while Joseph grand descendants increases. I want to use MySql/PHP The concept is Like http://www.disneytreasures.biz/ or ClubFreedom All I want to do is to know who bring who? Joseph |
||
|
|||
|
|||
|
Rank: ? (767)
Member #: 11085 |
Seems a simple quadratic formula. I would guess in the form y = Ax^3+Bx^2+Cx, just plug in some numbers to find A, B, and C. X is the number of generations, y is the number of people.
» Post edited 2008-04-11, 05:51am by relpats_eht.
- relpats_eht
|
||
|
|||
|
|||
|
Rank: ? (60)
Member #: 22843 |
Well, so far i have made it work but with another format, i got a class from phpclasses.org
The only problem i`m having now is the HTML display, i have been thinking one million ways to display it. The return is an Array that looks like this Code:
so the Array are grouped in level. so i want to display all level 1 or a different row then level 2 on a different row. Thank you » Post edited 2008-05-06, 12:42pm by joefazee.
|
||
|
Please login or register to post a reply.