About 67 results
Open links in new tab
  1. 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 …

  2. 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

  3. 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

  4. 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...

  5. 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.

  6. codingbat-like site for C++ - Stack Overflow

    Aug 14, 2013 · Guys, I need to find a good site like codingbat to "learn again" C++. I learned it at school but then I've never used it seriously. I'm not looking for something like Project Euler because it focus...

  7. Solution of twoTwo riddle on codingBat in Java - Stack Overflow

    Jun 1, 2014 · The question is about Solving this problem from codingBat in Java. Problem Statement: Given an array of ints, return true if every 2 that appears in the array is next to another 2. twoTwo({4, …

  8. 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

  9. python - Codingbat roundsum Logic explanation - Stack Overflow

    Nov 23, 2020 · Codingbat roundsum Logic explanation Asked 5 years, 2 months ago Modified 5 years, 2 months ago Viewed 1k times

  10. CodingBat - Java - Array1 - firstLast6 - Stack Overflow

    May 30, 2022 · I hope all is well. I've recently solved an algorithm in Coding Bat (Java - Array1 - firstLast6): Problem *Given an array of ints, return true if 6 appears as either the first or last element …