https://github.com/drshahinstein/rust-playpen
I'm playing around with Rust
https://github.com/drshahinstein/rust-playpen
codewars-solutions learning-lab rust-playground rust-programming rust-snippets
Last synced: 3 months ago
JSON representation
I'm playing around with Rust
- Host: GitHub
- URL: https://github.com/drshahinstein/rust-playpen
- Owner: DrShahinstein
- Created: 2023-06-16T18:48:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T21:00:48.000Z (about 1 year ago)
- Last Synced: 2025-01-13T07:11:28.379Z (4 months ago)
- Topics: codewars-solutions, learning-lab, rust-playground, rust-programming, rust-snippets
- Language: Rust
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Playpen
A repository consisting of my Rust practices.
## Codewars Solutions
| Kata | Solution |
| ------------------------------------------------- | ------------------------------ |
| [string incrementer](https://www.codewars.com/kata/54a91a4883a7de5d7800009c/train/rust) | [increment_string.rs](https://github.com/DrShahinstein/rust-playpen/blob/main/src/codewars/increment_string.rs) |
| [character with longest consecutive repetition](https://www.codewars.com/kata/586d6cefbcc21eed7a001155/train/rust) | [longest_repetition_char.rs](https://github.com/DrShahinstein/rust-playpen/blob/main/src/codewars/longest_repetition_char.rs) |
| [moving zeros to the end](https://www.codewars.com/kata/52597aa56021e91c93000cb0/train/rust) | [move_zeros_to_end.rs](https://github.com/DrShahinstein/rust-playpen/blob/main/src/codewars/move_zeros_to_end.rs) |
| [two sum](https://www.codewars.com/kata/52c31f8e6605bcc646000082/train/rust) | [two_sum.rs](https://github.com/DrShahinstein/rust-playpen/blob/main/src/codewars/two_sum.rs) |
| [Stop gninnipS My sdroW!](https://www.codewars.com/kata/5264d2b162488dc400000001/train/rust) |[spin words.rs](https://github.com/DrShahinstein/rust-playpen/blob/main/src/codewars/spin_words.rs)|
| [not very secure](https://www.codewars.com/kata/526dbd6c8c0eb53254000110/train/rust) |[alphanumeric.rs](https://github.com/DrShahinstein/rust-playpen/blob/main/src/codewars/alphanumeric.rs)|
| [probabilities for sums in rolling cubic dice](https://www.codewars.com/kata/56f78a42f749ba513b00037f/train/rust) |[dice_probs.rs](https://github.com/DrShahinstein/rust-playpen/blob/main/src/codewars/dice_probs.rs)|