Search:

Type: Posts; User: Medo Almasry

Search: Search took 0.25 seconds.

  1. Re: POSTFIX NOTATION USING STACKS... [EXAM IN 4 HRS HELP!!!]

    here this is stackobj

    public class StackObj {

    private Object[] theStack;
    private int maxSize;
    private int top;

    public StackObj(int s)
    {
  2. Re: POSTFIX NOTATION USING STACKS... [EXAM IN 4 HRS HELP!!!]

    Thnaks alot dude...
    It doesn't matter no more...
    but Thanks alot :D
    have a good night though ;)
  3. Re: POSTFIX NOTATION USING STACKS... [EXAM IN 4 HRS HELP!!!]

    You are absolutely right...
    F*** it with my midterms...
    now stackobj is a class that i made which works exactly like a stack but for objects...
    THANK YOU...
  4. POSTFIX NOTATION USING STACKS... [EXAM IN 4 HRS HELP!!!]

    when I call this method I get the answer in binary :S
    HELP PLEASE MY EXAM IS WITHIN 4 HOURS....
    this is supposed to use stacks in order to solve postfix notation...
    u take a string push the values...
Results 1 to 4 of 4