User Tools

Site Tools


blog:fall2015:zgolden:intro

This is an old revision of the document!


Table of Contents

Introduction

Hello my name is Zack Golden, I am in the computer information program. Got one class left being, data structures. I'm a big gamer and also enjoy messing around with computers. Also a big sports guy mainly with football and basketball.

8/25/2015

  • Project
    • dsi0 due around 9/10

8/27/2015

struct node//name of struct "node"
{
   signed short int value;//holds the value of the node
   struct node *next;//points to the next node
};

typedef struct node Node;allows you to use Node rather then typing out struct node everytime

blog/fall2015/zgolden/intro.1440953609.txt.gz · Last modified: 2015/08/30 16:53 by zgolden