this class i made when i learning data structure and algorithm . linked list usually made from compiled programming language or programming language that have Pointer. but i try
to make linkedlist using PHP nothing diference . this class implements single linked list that just have one pointer (next). this class can use to make stack or queue using
linkedlist more info please contact me