lanjoni / rust-data-structure

This repository aims to organize codes related to data structures in Rust. 🦀
GNU General Public License v3.0
20 stars 3 forks source link
GitHub Contributors GitHub Forks GitHub Stars GitHub Issues GitHub License


Logo

Rust Data Structure

A project with the objective of introducing the main concepts about data structure using Rust!
Explore the docs and learn Rust »

Report Bug · Request Feature

About The Project

This project aims to carry out a complete approach for several subjects that involve concepts related to data structure and its applications using the Rust programming language.

The importance of having a good base on data structure and the desire to learn to apply the main concepts using the Rust programming language were the main reasons that motivated me to start this project, therefore, interweaving with all the content that I've been studying I felt the need to create something that could both help me in my studies and serve as an aid to anyone who wants it.

All code developed will serve as a basis for your codes, exemplifying the applications of each one by removing the already compiled files, so you can implement each variation as you wish.

Roadmap

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GNU GPL 3.0 License. See LICENSE for more information.

Collaborators