Introduction to Programming with Golang
This book is about computer programming and algorithms, without the formal academic approach. Learn about recursion, complexity, data structures, and solve classical computer science problems like the Towers of Hanoi, the Eight Queens and Conwayโs Game Of Life.
Download the latest release
This book is written in markdown with tikz extension. It is converted by pandoc to .pdf or .epub using a LateX template.
You need pandoc to run the Makefile. This Docker image can make pandoc installation easier. Then run:
make pdf
make epub
Introduction to Programming with Go by Youri Ackx is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Based on a work at https://github.com/yackx/ipgo/.
See LICENSE
See credits