Skip to content

A collection of my data structures in various languages

License

Notifications You must be signed in to change notification settings

mairacanal/data_structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures

One of my favorite ways to learn a language is to code a data structure. Data structures usually require a good knowledge of memory management, so it feels like the perfect way to explore a new language.

Currently, I have developed the following data structures:

  • Array (C++)
  • Dynamic Array/Vector (C++)
  • Doubly Linked List with tail (C++)
  • Singly Linked List (MIPS)
  • Binary Search Tree (C++)
  • AVL Tree (C++)

Future

In the future, I expect to add some data structures in Rust and also some graphs in C++.

About

A collection of my data structures in various languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published