Rush
List of problem that I used rust to solve
| Problem | Last update |
|---|---|
| 134. Gas Station | 6:19 PM - September 17, 2023 |
| 518. Coin Change II | 10:59 AM - September 09, 2023 |
| 63. Unique Paths II | 12:04 AM - August 30, 2023 |
| 459. Repeated Substring Pattern | 7:44 PM - August 26, 2023 |
VariableΒΆ
- Assigned using
letkeyword - Print to standard output by
print! ( )orprintln! () - Scope of a variable defined by the block of code in which it is declared
- Function is a named block of code that is reusable
- Shadowing allows a variable to be re-declared in the same scope with the same name
Last update :
September 17, 2023
Created : August 16, 2023
Created : August 16, 2023