sunfei
e0e88e963a
fix 404 error
2025-04-25 12:47:31 +08:00
Sunface
f933650123
Merge pull request #507 from roneya/master
...
Smart Pointer Exercises for Box
2025-04-25 12:23:38 +08:00
Sunface
f659004418
Merge pull request #431 from stappersg/welcome_all
...
git clone HTTPS URL
2025-04-25 12:11:29 +08:00
Sunface
8377d339ce
Merge pull request #416 from vittorius/patch-1
...
Fix dot call syntax in exercises to be double colon
2025-04-25 12:08:46 +08:00
Sunface
fa0db45ae3
Merge pull request #415 from lostsquirrel/patch-1
...
remove the mistable semicolon
2025-04-25 12:08:10 +08:00
Sunface
67920d9db0
Merge pull request #414 from Spartan09/patch-1
...
Update Q6 array.md
2025-04-25 12:07:28 +08:00
Sunface
bc9b3f3ec3
Merge pull request #528 from mckzm/master
...
Fix typo to make the Iterator section's exercise 8 editable in the browser
2025-04-25 12:03:51 +08:00
Adam Mróz
73b7dd9694
Update numbers.md
...
I was really confused, why should I print out the result of subtracting two numbers in a loop (even though I'm very much aware of the ASCII characters). I hope it makes things a bit clearer.
2024-08-19 12:21:36 +02:00
mckzm
ef381ba48d
Fix typo to make iterator's exercise 8 editable
2024-06-29 20:28:16 +09:00
Sunface
cd1e8a242e
Update en/src/collections/vector.md
2024-06-27 17:02:47 +08:00
mckzm
e7cfb63ac8
fix minor typo in vector.md
2024-06-15 14:18:14 +09:00
mckzm
0120c3a979
Further clarification on the benefits of passing in immutable slices to functions
2024-06-15 13:44:11 +09:00
mckzm
a637487fad
vector/slicing - improve the phrasing
2024-06-15 13:40:17 +09:00
mckzm
c4804e3101
Update Slicing subsection of Vector section
...
Slices can be mutable as well as immutable, contrary to what the text currently says. This commit updates the text, and the exercise, to reflect this.
2024-06-15 13:35:27 +09:00
Sunface
9fb657287f
Merge pull request #509 from zzz6519003/patch-1
...
fix grammar
2024-06-13 14:16:01 +08:00
Sunface
51c55d0c28
Update en/src/why-exercise.md
2024-06-13 14:15:47 +08:00
Rohan Vidhate
1410670d33
Merge branch 'sunface:master' into master
2024-05-05 10:51:46 +05:30
Scott Rhodes
4b5c987691
Merge branch 'sunface:master' into master
2024-04-19 20:14:58 -04:00
Anton
714c577aa1
Update variables.md
...
different messages for inner and outer scopes
2024-04-13 11:46:46 +10:00
so2liu
905facd745
fix type for traits.md
2024-03-28 20:12:24 +08:00
Sam Snowman(赵正中)
271705ede1
fix grammar
2024-03-14 10:38:24 +08:00
roneya
be61b49f9a
Signed-off-by: roneya <iamrohanvidhate@gmail.com>
2024-03-12 18:12:37 +05:30
roneya
c478b37a0d
Signed-off-by: roneya <iamrohanvidhate@gmail.com>
2024-03-12 18:05:37 +05:30
roneya
68c285d97b
box practice questions
2024-03-12 18:01:16 +05:30
Scott Rhodes
0eb674a557
Merge branch 'sunface:master' into master
2024-02-29 17:38:55 -05:00
sunfei
253042417a
chore: rename practice.rs to practice.course.rs
2024-01-24 16:46:52 +08:00
inyourface34456
a9d2e2e19e
Fixed a link and linked one to the book rather then the repo
2024-01-17 11:22:43 -05:00
Scott Rhodes
f9542abc7d
Update iterator.md
2024-01-08 00:56:56 -05:00
Scott Rhodes
a9e6e246e6
Update iterator.md
2024-01-08 00:53:48 -05:00
sunface
e57bae6feb
fix: new version mdbook layout issue
2024-01-06 09:30:06 +08:00
Sunface
beb0a7d57d
Merge pull request #473 from abdulshaikh55/patch-1
...
Update ownership.md
2024-01-03 09:18:38 +08:00
Hugo Masclet
7ac53b8091
Rename first_word to first_letter
2023-12-25 21:40:42 +01:00
Sunface
4b4d3453b3
Merge pull request #476 from Scott169/master
...
Correction of problem 1 in vector.md
2023-12-07 20:13:48 +08:00
Sunface
700a2b63e4
Merge pull request #477 from XuGuangnian/patch-3
...
add "3, 4" answers with Spaces for Q3 of type-conversions/others
2023-12-07 20:12:29 +08:00
Sunface
2d3633a392
Merge pull request #479 from nshefeek/master
...
fix: reference to Lifetime Learning Resource(English) fixed
2023-12-07 20:10:53 +08:00
András Marczell
8c718b860d
fixed grammar in functions exercise #3
...
Removed unnecessary third person 's'
2023-11-25 06:23:13 +01:00
Shefeek Najeeb
6eeaf60b3e
fix: reference to Lifetime Learning Resource(English) fixed
2023-11-22 09:55:24 +04:00
Gengen Wang
2309fac720
add "3, 4" answers with Spaces for Q3 of type-conversions/others
...
add `.map(|x| x.trim())` for Q3 of type-conversions/others
Added "3, 4" answers with Spaces
2023-11-13 16:39:18 +08:00
Scott Rhodes
6990f89c16
Correction of problem 1 in vector.md
...
```v1``` cannot be referred if the ownership of ```v``` is moved to ```fn is_vec(v: &Vec<u8>)```
2023-11-12 13:45:22 -05:00
Abdulfaiz Shaikh
ad2f389019
Update ownership.md
2023-11-06 17:21:55 +05:30
Sunface
f6e96bc9f9
Merge pull request #465 from oggy107/patch-1
...
fix grammar mistake
2023-10-21 08:44:09 +08:00
Sunface
73db9a9e9d
Merge pull request #466 from DiogoJorge1401/patch-1
...
fix typos
2023-10-21 08:43:36 +08:00
Dongxu Wang
8bb23cd88e
Update why-exercise.md
2023-10-21 08:29:12 +08:00
Diogo
238d4cead7
fix typos
2023-10-16 12:43:59 -03:00
Urmalveer Singh
ba5f4cb5a6
fix grammar mistake
...
removed unnecessary `even` word
2023-10-15 19:52:34 +05:30
Sunface
76f787a1fb
Merge pull request #458 from neg3ntropy/patch-1
...
Small language fix in string.md
2023-10-09 09:22:08 +08:00
Daniel Ceballos
f9d168af37
Correct variable name inside for loop
2023-10-05 12:15:24 -06:00
Andrea Ratto
e72791b9eb
Small language fix in string.md
2023-09-20 11:24:21 +02:00
Sunface
722b969100
Merge pull request #423 from MujeebullahKalwar/typo-fixes
...
Typo Fixes
2023-08-11 10:56:33 +08:00
Sunface
de64353ab6
Merge pull request #424 from MujeebullahKalwar/comment-widget-fix
...
Fixed Footer `giscus` Comments Widget
2023-08-11 10:56:05 +08:00