Playlist: Online Learning Category: Technology
Finishes off the ideas started in #29. The need for Abstract Data Types (ADTs). How to implement them in C. Their wonderfulness. Also: Undocumented features. Can we trust programmers? Allocating...
Playlist: Online Learning Category: Technology
Lecture 15 of COMP1927 "Computing 2 - Data Structures and Algorithms" the second semester course taken by first year undergraduates (computer scientists, computer engineers, software engineers,...
Playlist: Online Learning Category: Technology
Discussion of the project. Converting sudukoGrid into an ADT. also: Accessing the components of a struct using dot notation, and using -> notation.