Search:

Type: Posts; User: jihad

Search: Search took 0.11 seconds.

  1. Re: hi guys, i needed to help to understanding this code in data structure ( node )

    i want any person to explain this code to me
  2. hi guys, i needed to help to understanding this code in data structure ( node )

    i needed to help to understanding this code in data structure ( node ) plz


    public class Node <E>{

    private E Data;
    private Node Next, prev;

    public Node() {
    }
Results 1 to 2 of 2