Data Structures and Algorithms with Go
eBook - ePub

Data Structures and Algorithms with Go

Create efficient solutions and optimize your Go coding skills (English Edition)

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Data Structures and Algorithms with Go

Create efficient solutions and optimize your Go coding skills (English Edition)

About this book

Dive into the endless possibilities of data structures and algorithms and have fun doing it

Key Features
? Become familiar with common data structures.
? Learn and understand the most popular algorithms through practical examples.
? Recognize when a particular data structure or algorithm should be used to create an efficient software solution.

Description
Go, designed by Google, is a modern, open-source language known for its simplicity, readability, and efficiency. It excels at building web applications, network tools, and cloud services. Its clear syntax and built-in concurrency features make it a popular choice for modern developers.This guide simplifies the basics by introducing arrays, lists, stacks, queues, maps, trees, and graphs in a practical way. Get hands-on experience, understand essential operations, and compare strengths and weaknesses. Perfect your skills with searching, sorting, and efficient data retrieval techniques. Traverse graphs and trees with ease, all illustrated in the Go code for real-world application, and conclude with insights for ongoing learning.After reading this book, the reader can determine when and why specific data structures should be used and when an algorithm best fits the actual problem's solution.

What you will learn
? Decide which data structure is the most suitable for a particular problem.
? Implement different algorithms with the Go programming language.
? Recognize which algorithm is best suited for certain scenarios.
? Utilize data structures and algorithm implementations from Go's standard library.
? Learn how real-life problems can be solved and simulated.

Who this book is for
The book targets beginners and experienced developers who want to learn how to implement particular algorithms. It is also helpful for developers who wish to expand their knowledge of data structures and algorithms.

Table of Contents
1. Fundamentals of Data Structures and Algorithms
2. Arrays and Algorithms for Searching and Sorting
3. Lists
4. Stack and Queue
5. Hashing and Maps
6. Trees and Traversal Algorithms
7. Graphs and Traversal Algorithms

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Data Structures and Algorithms with Go by Dušan Stojanovi?,Dušan Stojanovi?,Dušan Stojanović in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming Algorithms. We have over one million books available in our catalogue for you to explore.

Table of contents

  1. Cover
  2. Title Page
  3. Copyright Page
  4. Dedication Page
  5. About the Author
  6. About the Reviewer
  7. Acknowledgement
  8. Preface
  9. Table of Contents
  10. 1. Fundamentals of Data Structures and Algorithms
  11. 2. Arrays and Algorithms for Searching and Sorting
  12. 3. Lists
  13. 4. Stack and Queue
  14. 5. Hashing and Maps
  15. 6. Trees and Traversal Algorithms
  16. 7. Graphs and Traversal Algorithms
  17. Index