User Tools

Site Tools


notes:data

This is an old revision of the document!


Data Structures Course Notes

week 1

week 2

Nodes are structures that contain data and also can point and “link” to another node, creating a list. Nodes do not necessarily need to be a named variable, but rather can be pointed to by variables that can be moved depending if the list has been changed.(ie. start&tmp) Ternary statements= “(condition) ? statementiftrue : statementiffalse;”

week 3

notes/data.1504231368.txt.gz · Last modified: 2017/08/31 22:02 by rhowe11