You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2025. It is now read-only.
this issue is related to #111
there is a problem in logical_order function where we ask child_average_age/child_average_age sooner than child_count in this topic we are going to fix that
Note: because we don't want to change the structure of our code if something similar happened in future, we redesignedlogical_order function and used a linked list for future uses
Intro
this issue is related to #111
there is a problem in
logical_orderfunction where we askchild_average_age/child_average_agesooner thanchild_countin this topic we are going to fix thatNote: because we don't want to change the structure of our code if something similar happened in future, we
redesignedlogical_orderfunction and used a linked list for future uses