Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lanjoni/rust-data-structure
This repository aims to organize codes related to data structures in Rust. 🦀
https://github.com/lanjoni/rust-data-structure
Last synced: 14 days ago
JSON representation
This repository aims to organize codes related to data structures in Rust. 🦀
- Host: GitHub
- URL: https://github.com/lanjoni/rust-data-structure
- Owner: lanjoni
- License: gpl-3.0
- Created: 2023-03-25T23:24:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-19T02:00:59.000Z (over 1 year ago)
- Last Synced: 2024-10-25T01:59:08.779Z (23 days ago)
- Language: Rust
- Size: 3.86 MB
- Stars: 20
- Watchers: 2
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
- [Introduction](https://github.com/lanjoni/rust-data-structure/tree/main/content/intro)
- [What are data structures?](https://github.com/lanjoni/rust-data-structure/tree/main/content/intro/whatare.md)
- [Types of data structures](https://github.com/lanjoni/rust-data-structure/tree/main/content/intro/typesofdata.md)
- [Linear data structures](https://github.com/lanjoni/rust-data-structure/tree/main/content/linear)
- [Array](https://github.com/lanjoni/rust-data-structure/tree/main/content/linear/array)
- [Stack](https://github.com/lanjoni/rust-data-structure/tree/main/content/linear/stack)
- [Queue](https://github.com/lanjoni/rust-data-structure/tree/main/content/linear/queue)
- [Linked list](https://github.com/lanjoni/rust-data-structure/tree/main/content/linear/linked)
- [Tree data structures](https://github.com/lanjoni/rust-data-structure/tree/main/content/tree)
- [Binary tree](https://github.com/lanjoni/rust-data-structure/tree/main/content/tree/binary-tree)
- [Hash](https://github.com/lanjoni/rust-data-structure/tree/main/content/hash)
- [Hash maps](https://github.com/lanjoni/rust-data-structure/tree/main/content/hash/maps.md)
- [Hash tables](https://github.com/lanjoni/rust-data-structure/tree/main/content/hash/tables.md)
- [Graph data structures](https://github.com/lanjoni/rust-data-structure/tree/main/content/graph)
- [Adjacency matrix](https://github.com/lanjoni/rust-data-structure/tree/main/content/graph/matrix)
- [Adjacency list](https://github.com/lanjoni/rust-data-structure/tree/main/content/graph/list)
- [Adjacency set](https://github.com/lanjoni/rust-data-structure/tree/main/content/graph/set)See the [open issues](https://github.com/lanjoni/rust-data-structure/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
* [lanjoni](https://github.com/lanjoni) -
**João Lanjoni** <> (he/him)* [J0sueTM](https://github.com/J0sueTM) -
**Josué Moreira** <> (he/him)
* [gbiz0](https://github.com/gbiz0) -
**Gustavo Jardim** <> (he/him)
* [grigolin](https://github.com/grigolin) -
**Guilherme Grigolin** <> (he/him)* [Ujs74wiop6](https://github.com/Ujs74wiop6) -
**Fabricio Arantes** <> (he/him)