File:FindingAnElementInASinglyLinkedList.png

Uploaded by Dirk Hünniger (hsrw)
Upload date 2016-03-04T14:59:37Z
MIME type image/png
Dimensions 2767 × 983 px
File size 42.0 KB

Source

digraph foo {
        graph [ dpi = 600 ;nodesep=0.5]; 
        rankdir=LR;
        node [shape=record];
        {rank=same;
        z [label="{ tmp }"; color=white]
        a [label="{ <data> 0| <ref> }"]
        }
        {rank=same;
        y [label="{ tmp }"; color=white]
        b [label="{ <data> 0| <ref> }"]
        }
        {rank=same;
        x [label="{ tmp }"; color=white]
        c [label="{ <data> x| <ref> }"]
        }
        {rank=same;
        w [label="{ tmp }"; color=white]
        d [label="{ <data> x| <ref> •}"]
        }
        a:ref->b:data [arrowhead=vee]
        b:ref->c:data [arrowhead=vee]
        c:ref->d:data [arrowhead=vee]
        z->a:data [arrowhead=vee]
        y->b:data [arrowhead=vee]
        x->c:data [arrowhead=vee]
        w->d:data [arrowhead=vee,style=dashed] 
    
}

Summary

Description
English: finding an element in a singly linked list for german wikiversity course on datastructures and algorithms
Date
Source Own work
Author Dirk Hünniger (hsrw)

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

4 March 2016

43,052 byte

983 pixel

2,767 pixel

image/png

91377af8b9deff01abd05bef245db141a5487091

Category:CC-BY-SA-4.0 Category:Self-published work Category:Wikiversity