سلام دوستان خسته نباشید ....
قطعه کد زیر چکار میکند ؟

(Void A( treeNode *root
}
; treeNode r = root
; queue q
( while( r != null
{
; cout<<r->data
;(if( r->LC != null ) q.insert( r->LC
; ( if( r->RC != null ) q.inset( r->RC
;()r = q.delete
}
}