I found myself recently explaining a few times how the data structure commonly called a stack works. The technical term for a stack would be a Last in First out Data Structure (LIFO). To practically repeat myself, this means that the last object to go
Read More...
I recently started teaching a course for the Computer Science Department at Kent State University . I am teaching a course called Introduction to Computer Programming. It is a course teaching non-computer science majors the basics of programming. In this
Read More...