Ok wala naman sad diay. Dili naman ma-basa ang uban CD nga gi-achive nako.Originally Posted by jerx d great
![]()
Ok wala naman sad diay. Dili naman ma-basa ang uban CD nga gi-achive nako.Originally Posted by jerx d great
![]()
gimme til monday ying if not tuesday.... hheheheh....
c++ man to..pero dool rana sila oist... what matters most is the algo..and then kabalo na ka pag implement..![]()
onsa diay nang converting infix to postfix explain daw. ? hhee di man ko maminaw sa clasi gud. 3.9(5 ang highest) ra akong datastruct sauna.. bulayog kaau ang maestro.
@silentkill: i convert nimo ang expression from infix to postfix using stack application...
sample:
nfix Expression :
Any expression in the standard form like "2*3-4/5" is an Infix(Inorder) expression.
Postfix Expression :
The Postfix(Postorder) form of the above expression is "23*45/-".
infix presents a mathematical statement in how humans would read it.
the operator is between the operands. e.g. 2 + 3
postfix presents a mathematical statement in how machines would read it.
the operands come first before the operator. e.g. 2 3 +
using a stack, it is easier for machines to perform the statements using postfix.
send nako imo email..nakita ra nako
unsa nga email add?
@jerx: jerus_hangten@yahoo.com mao na xa?? tubag
tanx!! mwaaahhh!!Originally Posted by miss tapya
Similar Threads |
|