- Codewars - Highest Scoring Word - Code Review Stack Exchange
Here is my solution for CodeWars - Highest Scoring Game Given a string of words, you need to find the highest scoring word Each letter of a word scores points according to its position in the
- Codewars: Make a spiral - Code Review Stack Exchange
Codewars: Make a spiral Ask Question Asked 4 years, 5 months ago Modified 4 years, 2 months ago
- Codewars: Pick peaks - Code Review Stack Exchange
Pick peaks Wrote my quot;hello world quot; on Thursday, so definitely a beginner I know some Python, so not a novice to programming in general Question For example, the array arr = [0, 1, 2, 5,
- (Codewars): Find the Unknown Digit - Code Review Stack Exchange
(Codewars): Find the Unknown Digit Ask Question Asked 6 years, 4 months ago Modified 6 years, 4 months ago
- CodeWars - Assembly Language - Check List For Value
CodeWars - Assembly Language - Check List For Value Asked 5 years, 1 month ago Modified 5 years ago Viewed 534 times
- CodeWars - Three-pass compiler for arithmetic expressions
I'm looking for feedback on my solution to the Tiny Three-Pass Compiler kata on CodeWars The kata is to implement a compiler for an arithmetic language in three passes - parsing to an AST, constant folding, then generating code in a small assembly language
- Codewars Kata: Converting snake_case identifiers to CamelCase in C++
Codewars Kata: Converting snake_case identifiers to CamelCase in C++ Ask Question Asked 4 years, 4 months ago Modified 3 years, 1 month ago
- Find numbers whose product equals the sum of the rest of the range
Instructions for the 'is my friend cheating' kata in codewars are: A friend of mine takes the sequence of all numbers from 1 to n (where n > 0) Within that sequence, he chooses two numbers, a and b He says that the product of a and b should be equal to the sum of all numbers in the sequence, excluding a and b
|