Search:

Type: Posts; User: copeg

Search: Search took 0.07 seconds.

  1. Thread: stack

    by copeg
    Replies
    3
    Views
    1,543

    Re: stack

    Review the API's for String and Stack. Each has methods that will be useful, for example String.length() can let you know when you've reached the halfway point. This is what I mean by breaking the...
  2. Thread: stack

    by copeg
    Replies
    3
    Views
    1,543

    Re: stack

    What have you done so far? Break the problem down to the smallest pieces...you will have to compare the first half and the second half of the string (in reverse). How would you go about doing this?...
Results 1 to 2 of 2