Search:

Type: Posts; User: liranp1

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    780

    [SOLVED] Re: help with string and counts

    hi

    10q for the quick respond.
    i found the solution, it was a bit more complicated because it's linked list exercise, and i've changed the thinking of all this.

    again 10q very much.
  2. Replies
    2
    Views
    780

    [SOLVED] help with string and counts

    hi

    i need help with exercise, i have a string: "aabbbacddd".

    i need to run on that string and return evey set of letters like this:
    'a' 2; 'b' 3; 'a' 1; 'c' 1...;

    the trick part is when a...
Results 1 to 2 of 2