Norbert Voelker

Results 4 issues of Norbert Voelker

In the two-bucket exercise, the [Go-specific part](https://github.com/exercism/go/blob/main/exercises/practice/two-bucket/.docs/instructions.append.md) of the instructions includes the following statement: ```text A solution cannot be found when input test case bucket sizes are not ones which...

The current implementation fails to rename field selectors that refer to embedded generic structs. This commit addresses this issue. It also replaces calls to the deprecated io/ioutil package with calls...

I recently mentored a student on `ReverseString` who had started off with a naive algorithm that had quadratic complexity. It was a bit disappointing to see that in the benchmarks,...

For the tournament exercise, one of my students took the team names from the instructions and hard-coded them in the source code. Despite this, his solution passed all the tests....