|
right now, there isn't availability of parents information, only children is available and also there will be n number of parents to parents in this scenario, but only final children are available now. So to create a data structure which can hold children values now, as the parents are derived in the future, data structure should posses the functionality to add those parents and its relationship in future. So please suggest me, what approach I can follow, if my current way of thinking is wrong
|