What are you looking to learn about data structures? Data structures in Go
work the same as in any other language conceptually, just the language
syntax to implement the concepts will be different. One of the most
commonly used books on data structures and algorithms is the Cormen,
Leiserson, Rivest, Stein book, Introduction to Algorithms
<https://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844>.
Section 3, Data Structures, is perhaps the best overview you can find.

-- Marcin

On Fri, Feb 19, 2021 at 8:57 AM Rahul kauraiya <rkauraiya1...@gmail.com>
wrote:

> Hello Experts,
> I am completely new to this programming language. I am highly interested
> in learning data structures in Go.
> I am not able to find any good resource to learn in deep.
> Please share valuable resources to this thread.
>
> Thanks and  regards,
> Rahul Kauraiya
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/68cf3ce0-976c-474e-a617-95d5ffff4287n%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/68cf3ce0-976c-474e-a617-95d5ffff4287n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CA%2Bv29LsDcyN9iCweJYc3FQBGWKaMx7J0ynG6gyxhNKkU70Oy%2BA%40mail.gmail.com.

Reply via email to