BOOKS - PROGRAMMING - Introduction to Programming with Golang Learn programming, data...
US $5.78
174979
174979
Introduction to Programming with Golang Learn programming, data structures and algorithms using the Go programming language
Author: Youri Ackx
Year: 13 Apr. 2023
Number of pages: 114
Format: PDF | EPUB
File size: 14.2 MB
Language: ENG
Year: 13 Apr. 2023
Number of pages: 114
Format: PDF | EPUB
File size: 14.2 MB
Language: ENG
Learn programming, data structures and algorithms using the Go programming language. This book is first about programming, algorithms and data structures. Of course, Go will be our reference language, and for sure, you will learn Go along the way. But the techniques presented in this book will also be transferable to a large extent to other programming languages like Python, Java or C. We will cover one single programming paradigm: imperative programming. Other paradigms such as object oriented programming are not in the scope of this book. We will take the time to understand what is going on under the hood. A tutorial will usually give you a recipe to solve a specific problem, without necessarily discuss the underlying algorithm. For instance, you can be given instructions on how to sort a list using a library or a built-in function, but it will probably not discuss how sorting a list actually works.