[OT] Kind attn: Karl Heinz (Was -> Re: simple question on linked list insert)

From: Anand Hariharan (desh_bakth_at_yahoo.com)
Date: 01/30/04


Date: 30 Jan 2004 08:50:32 -0800

Apologies to the group for this post.

Karl - I sent an individual email to the gascad address sometime ago,
but I am not sure if you get to read them.

Karl Heinz Buchegger <kbuchegg@gascad.at> wrote in message news:<40179476.16B9AEFD@gascad.at>...
>
> head a b
> +------+ +------+ +-------+
> | o--------+ | 10 | | 20 |
> +------+ | +------+ +-------+
> |
> |
> v main::head
> +---------+ +------------+
> | o-------------------->| data: 10 |
> +---------+ +--->| next: NULL |
> | +------------+
> |
> |
> ptr |
> +------+ |
> | o---------------------------+
> +------+
>

I would like to know what tool/utility/editor you use to draw these
really neat diagrams.

I am vaguely aware that emacs offers some mode where such diagrams can
be drawn. vim offers a plugin as well.

your reply much appreciated,
- Anand