Commit Graph

108 Commits

Author SHA1 Message Date
751eabf264 Merge pull request #434 from maorit/fix_type_method
fix typo: 'assotiated' -> 'associated'
2023-08-11 10:55:02 +08:00
2042a8d1e1 Merge pull request #436 from maorit/fix_typo_const_generics
format code in solutions/generics-traits/const-generics.md
2023-08-11 10:52:42 +08:00
2e68fa3c26 Merge pull request #437 from maorit/fix_typo_traits
fix typo: in generics-traits/traits, change the name of variable `_this_is_true` to its intended name of `_this_is_false`.
2023-08-11 10:52:26 +08:00
ffb4d2e455 Merge pull request #438 from maorit/fix_typo_traits2
fix typo: 'mentiond' -> 'mentioned'
2023-08-11 10:51:15 +08:00
53fb442249 Merge pull request #443 from maorit/format_code_collections_vector
format code: format code in `solutions/collections/Vector.md`
2023-08-11 10:50:02 +08:00
9f2605bf6b format code: format code in type-conversions/from-into 2023-08-06 22:30:24 +08:00
315dbdd2b6 format code: format code in solutions/collections/Vector.md 2023-08-06 20:38:15 +08:00
78b6b5c0f2 fix typo: 'mentiond' -> 'mentioned' 2023-08-05 22:03:09 +08:00
4c86411100 fix typo: in generics-traits/traits, change the name of variable _this_is_true to its intended name of _this_is_false. 2023-08-05 21:52:37 +08:00
d4b2743cf0 format code in solutions/generics-traits/const-generics.md 2023-08-05 21:34:02 +08:00
a7d22235eb fix typo: 'assotiated' -> 'associated' 2023-08-05 20:44:36 +08:00
538d809296 Update solutions/compound-types/slice.md 2023-06-14 08:45:06 +08:00
f338657322 Update problem 2 TIPS in slice.md 2023-05-21 00:05:14 +08:00
b5a1a80b4b Merge pull request #394 from Coddeus/patch-2
Fixed typo
2023-05-15 12:28:21 +08:00
6d21608224 fix typo 2023-04-19 18:43:14 +02:00
77d68b1be3 Fixed typo 2023-04-18 09:08:11 +02:00
eb999976dd Merge pull request #387 from skaunov/patch-2
`from-into` small improvements
2023-04-09 21:05:29 +08:00
9b6bcf6b93 fix: remove spaces 2023-04-07 11:44:28 +08:00
de7523c35e Update from-into.md
Seems to be closer to the task.
2023-04-05 18:20:26 +03:00
0d7d44258e Added proposed change to variables shadowing problem 6 2023-03-04 13:38:02 +00:00
65ab75f7d9 Update ownershp.md
Added as_str() method to Q1, & removed answer that did not seem relevant to the question.
2023-01-27 23:58:29 +03:00
6883c069a1 Merge branch 'master' into master 2022-12-07 08:49:30 +08:00
e15352c399 fix: misleading words 2022-11-21 21:32:34 +08:00
a46840763e fix: change 、to . 2022-11-07 11:06:19 +07:00
1a5bdaaf77 Merge pull request #317 from skondgekar/master
Updated solution
2022-11-07 08:29:32 +08:00
64f606427f Solution update 2022-10-11 14:26:18 +05:30
2c73233b74 Updated solution 2022-10-11 14:12:36 +05:30
81ea842fe7 fix: unnecessary space 2022-10-11 09:47:49 +07:00
de36f5cfb0 fix: unnecessary space 2022-10-11 09:44:22 +07:00
bf9f321870 Add solution 2022-10-07 13:07:34 -07:00
cabba76951 Merge pull request #300 from wxchenpro/master
solution: Add a new solution for functions case
2022-08-22 09:06:39 +08:00
69643c9db0 Solution: add a new solution for ownership-4 2022-08-21 17:02:48 +08:00
e15544e90e solution: Add a new solution for functions case 2022-08-14 23:13:44 +08:00
7cd397582c Merge pull request #278 from Skandesh/patch-2
Update String.md
2022-07-28 09:10:21 +08:00
f14f14c47a Merge pull request #273 from pabigot/pabigot/20220720a
fix: avoid unused variable warning
2022-07-28 09:07:14 +08:00
d0a8f0aabc Merge pull request #280 from Skandesh/patch-3
Update Vector.md
2022-07-28 09:06:06 +08:00
661d0aa498 Update Vector.md
Added a beginner-friendly solution
2022-07-25 00:17:58 +05:30
0958f55155 Update Vector.md
Another way of defining an empty vector
2022-07-25 00:06:16 +05:30
995415d6fb Update String.md
borrow_string() takes in &str so the value won't be moved into it. hence updated the message inside println!()
2022-07-22 17:18:57 +05:30
697a0d754e fix: avoid unused variable warning 2022-07-20 08:39:28 -07:00
cbbcaa3432 Fix typo 2022-07-12 22:04:22 +08:00
2eeb2124ef fix some typos
Signed-off-by: cui fliter <imcusg@gmail.com>
2022-07-11 00:21:52 +08:00
ac88c9cccf Merge pull request #259 from katopz/no-space
remove unnecessary space
2022-07-07 08:39:22 +08:00
1d510fadc9 fix: use map func to avoid copy of string 2022-07-06 09:41:17 +08:00
4f619bc158 remove unnecessary space 2022-07-04 18:51:02 +07:00
21688fafb5 chore: solution of panic second question 2022-05-16 00:54:36 +08:00
e09080f88a format code in md 2022-05-01 13:08:50 +08:00
70ade03348 squashed: match alphanumeric; fix array typo. 2022-04-19 23:05:59 +08:00
f27ffe540a feat: add variables solutions 2022-04-13 13:34:14 +08:00
107190012f fix match.md 2022-04-04 21:14:02 +08:00