This repo is only for learning the data structures in many languages I have learned. In the future will add new language just to learn it, now it only supports a few, the list is bellow.
Data structure is a very good example for understanding how a language applies a variable to memory, every language has a different way.
Example: in Rust languange if we want to implement the doubly linked list which takes circular dependency and Rust has an ownership to make memory safety guarantees and disallow you to have a multiple ownership. But in Go language you are free to do that.