1
2
// for chat after class
typedef    struct _Node { int value; struct _Node* next; }     Node;

© Copyright 2022 Alexander J. Quinn         This content is protected and may not be shared, uploaded, or distributed.