DEV Community

amron2000
amron2000

Posted on

“How to convert” Plain text algorithm to Code or pseudocode

here is the Question {https://drive.google.com/open?id=1lQLYfMJ-kw3yCIBa4BCPhZ0X0DIIoRMK}

i want to convert these steps of algorithm into JAVA pseudocode :

First step - pop the top of stack(s) and push it to stack(T)

second step - store the top (s) in the variable (v)

third step - pop all elements in…

Latest comments (0)