About 2,230,000 results
Open links in new tab
  1. Simple 'Make chocolate' logic and solution review - Stack Overflow

    You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation and how do I …

  2. Solving CodingBat brick making puzzle in Python

    Solving CodingBat brick making puzzle in Python Asked 12 years, 8 months ago Modified 3 years, 7 months ago Viewed 37k 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 …

  4. Single-Return Recursive Solution to Count Digit '7' in an Integer

    I'm seeking assistance with a programming challenge from Codingbat under the section Recursion-1, specifically the count7 problem. The task is to count the occurrences of the digit …

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

  6. 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 …

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

  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, 7 months ago Modified 1 year, 6 months ago Viewed 3k times

  9. CodingBat sum67: why is this solution wrong? - Stack Overflow

    Dec 5, 2011 · CodingBat sum67: why is this solution wrong? Asked 13 years, 10 months ago Modified 1 year, 9 months ago Viewed 26k times

  10. My code passes all of the given tests for CodingBat but doesn't …

    Jan 23, 2019 · I'm working on CodingBat for class and can't figure out why my code isn't working. It passes all of the tests that it lists out but then doesn't pass the "other tests".