[ot][spam][crazy][crazy][spam]

Undiscussed Horrific Abuse, One Victim of Many gmkarl at gmail.com
Sun May 15 08:35:31 PDT 2022


struct triangle {
  pt a;
  pt b;
  pt c;
}

tree structures seem more useful when there is a lot of data to work with.
they can be used with goals of organisation.

but you could make a small one too.

here is an idea: the points are nodes and the lines are edges.

struct pt {
  int x;
  int y;
  struct pt_list {
    pt *this;
    pt *next;
  } neighbors;
};
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/html
Size: 866 bytes
Desc: not available
URL: <https://lists.cpunks.org/pipermail/cypherpunks/attachments/20220515/ca1a4c0a/attachment.txt>


More information about the cypherpunks mailing list