-
Just doing the day 05 of Advent of Code 2022 and I had to do this horrible hack as I couldn't find a way of deep cloning my list without it being a reference:
```dart
final stacks1 = [for (var a i…
-
Hello,
I’m considering trying to learn Rust by using it to solve 2022 Advent of Code Puzzles.
Your 2021 solutions seem very efficient!
curious if it’s possible (faster) to copy/paste the puzzle…
-
![](https://redgatesupport1689768659.zendesk.com/attachments/token/ZVBrkPeYZENiY8MNPZGmNDD7z/?name=Screenshot+2024-03-05+at+11.17.58.png)
-
Rust Version : rustc 1.65.0 (897e37553 2022-11-02)
Clippy version: clippy 0.1.65 (897e3755 2022-11-02)
[Github Tag](https://github.com/Bryson14/RustLangFun/releases/tag/Clippy_Error)
```
error: in…
-
Hi all,
Your opinion is asked: Which way of testing the logic of a game do you prefer and why?
Left / Right or something different?
https://github.com/wonderbirds-katas/AdventOfCode2022/commit/…
-
https://github.com/N3bby/Advent-of-Code-2022/blob/5ee9b9e2faeba9002ebc3df927428d69baef99ce/src/main/kotlin/ext/StackExtensions.kt#L16
It's likely because you expect to be able to call this statical…
-
### December / January
- something related to advent of code
- Since Juliacon submission deadline is on ~~December 18th~~ January 15th, if someone else is submitting, we could have a pizza evening…
-
`@example
LoadWidget()
//=> Promise.resolve(true)`
returns
```bash
● Doctests › doctest: LoadWidget()
Expected value {}
Received:
{}
Message:
expected…
-
I am probably doing something wrong. if not, we could an easy way to parse to a vec of options:
originally I had
```rust
fn tokenizer>> {
recursive(|input| {
choice((
just('+').to(…
-
**Describe the bug**
DodgyCode -R-Us are at it again!!. Code for my solution to Advent of Code Day14 is causing a Reset from Memory message.
I'm reporting mainly because of the surprise performance …