A collection of coding examples and projects to help you learn something new.
In this suite of documents we discuss functional programming: What it looks like, how it works, and what it's good for. We try to do this from a practical-but-fun perspective, showing examples of functional programming in conventional languages, and (most importantly) how functional programming can complement object-oriented programming.
A collection of Go code for me to re-learn data structures including stacks, queues, linked lists and doubly linked lists.
In Go, slices are the most common way of dealing with sequences of data. Slices are an abstraction of the array type in Go. In this topic I provide a basic example of slices and how you can start using them.
A collection of C++ code for me to re-learn data structures including stacks, queues, linked lists, stacked linked lists and even doubly linked lists.
This tool is protected by the GNU General Public License v2.
Copyright Jeffrey Hann 2015