Re: [go-nuts] Data Structure in Go

2021-02-21 Thread Rahul kauraiya
Thanks for the information. On Fri, 19 Feb, 2021, 11:07 pm Marcin Romaszewicz, wrote: > 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

Re: [go-nuts] Data Structure in Go

2021-02-19 Thread Marcin Romaszewicz
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, Rives