美文网首页我爱编程
Learning Go Data Structures and

Learning Go Data Structures and

作者: 寺院的研究僧 | 来源:发表于2018-06-04 17:52 被阅读101次
image

Golang has been trending in the tech-world for the last 2 years with tremendous improvements to the language. Many developers and organizations are slowly migrating to Golang, adopting its fast, lightweight and inbuilt concurrency features. This brings the need to learn data structures and algorithms with this growing language. This video course will be your companion as it takes you through data structures and algorithms in Go, helping you get up-and-running as a confident Go programmer.

You will begin by understanding the basic Data types and Structures in Go. Moving forward, you will learn the power of linked lists and doubly linked lists in Go and then learn to implement linear data structures such as stacks and queues. Also, implement binary searches and trees and will explore sorting algorithms in detail.

From here, you will learn about graph algorithms and also be introduced to some common data structures used while working with strings. You will learn common techniques and structures used in tasks such as preprocessing, modeling, and transforming data.

By the end of this course, you would have mastered functional and reactive implementations of traditional data structures in an easy and efficient manner

All the code and supporting files for this course are available on Github athttps://github.com/PacktPublishing/Learning-Go-Data-Structures-and-Algorithms


链接: https://pan.baidu.com/s/10S8DU3Aop8uWenjAcST6vw 密码: gg7j

相关文章

网友评论

    本文标题:Learning Go Data Structures and

    本文链接:https://www.haomeiwen.com/subject/jhvysftx.html