Search:

Type: Posts; User: kmal47

Search: Search took 0.09 seconds.

  1. can somebody fix my coding?

    can somebody help me fix this code as i want to swap the middle number


    public class LinkList
    {
    private Node first;
    private Node last;
    private Node current;

    public...
  2. im trying to do this LinkList method but still not work

    can somebody help me fix this code as i want to swap the middle number


    public class LinkList
    {
    private Node first;
    private Node last;
    private Node current;

    public...
  3. Re: please teach me how to do this Link List assignment

    so we need create method in link list class?
  4. please teach me how to do this Link List assignment

    please teach me to do this assignment question no7,just question no 7 because i really dont understand *public*void*
    swapMiddle() in Linked List2672
Results 1 to 4 of 4