Viewing profile — hmmk
hmmk
HN member- Joined
- Wed, Nov 14, 2018, 1:03 AM UTC
- HN karma
- 22
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About hmmk
No profile information was provided.
Recent public activity
-
comment
Comment #18449845
Your solution would not work for all cases. For example, shifting "JAZZ" up by 1 should result in "KBAA" but your program would output "KB[[". You also need to handle wraparound at…
-
comment
Comment #18446677
I'm curious, what sort of approaches do you take to your programming tasks at work? Is it more like e.g. writing SQL where you'd think more about relating sets of data rather than …
-
comment
Comment #18446483
What exactly did you have trouble with? These really are simple problems, all you need are an understanding of loops, ASCII character codes, and basic arithmetic. To be honest, I'm…