Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: exercism/java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ProgrammingFuad/xjava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 20, 2016

  1. Sum of Multiples Solution

    - This code is the solution for the un-implemented Sum of Multiple
    problem.
    - Includes Test File which checks each test case indicated here:
    https://github.com/exercism/x-common/blob/master/exercises/sum-of-multip
    les/canonical-data.json
    Fuad authored and Fuad committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    0fe4b3e View commit details
    Browse the repository at this point in the history
  2. err

    test
    Fuad authored and Fuad committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    a1cbd0d View commit details
    Browse the repository at this point in the history
  3. Sum of Multiples

    -Solution to the Sum of Multiples problem.
    -Includes test cases mentioned here:
    https://github.com/exercism/x-common/blob/master/exercises/sum-of-multip
    les/canonical-data.json
    Fuad authored and Fuad committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    5920215 View commit details
    Browse the repository at this point in the history
  4. Trailing Spaces

    Eliminated extra spaces
    Fuad Mohamoud authored Nov 20, 2016
    Configuration menu
    Copy the full SHA
    3a4d035 View commit details
    Browse the repository at this point in the history
  5. Trailing Spaces

    Eliminated Trailing Spaces
    Fuad Mohamoud authored Nov 20, 2016
    Configuration menu
    Copy the full SHA
    c6b6388 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Merge branch 'ProgrammingFuad'

    Fuad authored and Fuad committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    6ae68ec View commit details
    Browse the repository at this point in the history
  2. Modified Solution to Pull #179

    - Fixed my weird white spacing
    - Added a blank file for implementation
    - Added @ignore after First Test Case, I thought that would be good
    practice
    - Removed unused library util.Scanner from my first implementation
    - Removed print statement
    -Added Exercise to the config.json File
    Fuad authored and Fuad committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    37ff0e6 View commit details
    Browse the repository at this point in the history
  3. Updates

    -Fixed White space by copy pasting code and clicking Beautify on this
    site: http://codebeautify.org/javaviewer
    -Modified names for Test Cases as suggested—> now includes numbers
    being tested along with max number in method call.
    Fuad authored and Fuad committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    eebb41e View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'exercism/master'

    Fuad authored and Fuad committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    0d8e02e View commit details
    Browse the repository at this point in the history
  5. minesweeper: add to track

    stkent authored and Fuad committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    78af6bb View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into programFuad

    Fuad authored and Fuad committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    bce9895 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Merge pull request #1 from ProgrammingFuad/programFuad

    ProgramFuad
    Fuad Mohamoud authored Jun 13, 2018
    Configuration menu
    Copy the full SHA
    75c77b5 View commit details
    Browse the repository at this point in the history
Loading