About 64 results
Open links in new tab
  1. Solving CodingBat brick making puzzle in Python

    Solving CodingBat brick making puzzle in Python Asked 13 years, 1 month ago Modified 3 years, 11 months ago Viewed 37k times

  2. CodingBat Warmup-1 near_hundred Python - Stack Overflow

    CodingBat Warmup-1 near_hundred Python Asked 11 years, 9 months ago Modified 3 years, 3 months ago Viewed 4k times

  3. java - CodingBat : LoneSum optimization - Stack Overflow

    I have completed this exercise on codingbat successfully, but I want to know is there a better/faster or more elegant solution? Given 3 int values, a b c, returns their sum. However, if one of the

  4. CodingBat Python - List 2 sum(67) - Stack Overflow

    Aug 13, 2019 · CodingBat Python - List 2 sum (67) Asked 6 years, 5 months ago Modified 3 years, 5 months ago Viewed 7k times

  5. How to tackle the Codingbat String-2 oneTwo challenge?

    Here is the problem statement: Given a string, compute a new string by moving the first char to come after the next two chars, so "abc" yields "bca". Repeat this process for each subsequent group...

  6. Simple 'Make chocolate' logic and solution review - Stack Overflow

    While this code may provide a solution to OP's problem, it is highly recommended that you provide additional context regarding why and/or how this code answers the question. Code only answers …

  7. Solved CodingBat code practice Java Python List-1 - Chegg

    CodingBat code practice Java Python List-1 > common end prev next | chance Given 2 arrays of ints, a and b, return True if they have the same first element or they have the same last element.

  8. Codingbat challenge: sumNumbers Stream API Solution

    Jun 4, 2022 · Given the task sumNumbers from CodingBat: Given a string, return the sum of the numbers appearing in the string, ignoring all other characters. A number is a series of 1 or more digit …

  9. java - codingBat repeatEnd using regex - Stack Overflow

    Feb 6, 2015 · I'm trying to understand regex as much as I can, so I came up with this regex-based solution to codingbat.com repeatEnd: Given a string and an int N, return a string made of N …

  10. codingbat Problem: close_far | failing only one test | heeeelp

    Feb 16, 2021 · codingbat Problem: close_far | failing only one test | heeeelp Asked 4 years, 11 months ago Modified 1 year, 10 months ago Viewed 3k times