https://github.com/zuygui/learning_rust
A Collection of exercice for upgrade my Rust level
https://github.com/zuygui/learning_rust
Last synced: about 1 year ago
JSON representation
A Collection of exercice for upgrade my Rust level
- Host: GitHub
- URL: https://github.com/zuygui/learning_rust
- Owner: zuygui
- Created: 2023-04-18T18:52:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T16:05:31.000Z (over 1 year ago)
- Last Synced: 2024-10-27T18:51:27.660Z (over 1 year ago)
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning rust
The goal of this repository is up my Rust's level with exercices availables on internet.
For each exercice, the subject is provided with.
You can use it in others languages for practice or up your level. Any Credit is not required and my code may be the correction.
## List of exercices
- [x] [Fibonnaci's suite](https://github.com/zuygui/learning_rust/tree/LEVEL-1-Fibonacci-suite)
- [x] [Linked List simple](https://github.com/zuygui/learning_rust/tree/LEVEL-2-Linked-list-simple)
- [x] [Linked list double](https://github.com/zuygui/learning_rust/tree/LEVEL-3-Linked-list-double)
- [x] [Hanoi Tower](https://github.com/zuygui/learning_rust/tree/LEVEL-4-hanoi-tower)
