Skip to content

ivandzf/data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures

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.

Language

Which data structure ?

Why ?

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.

About

Implementing all of data structures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published