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: techreturners/java_coding_exercises
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rajkunchala/java_coding_exercises
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 10 files changed
  • 1 contributor

Commits on Sep 2, 2021

  1. Exercise001 solved

    rajkunchala committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    206377d View commit details
    Browse the repository at this point in the history
  2. exercise002 completed

     Please enter the commit message for your changes. Lines starting
    rajkunchala committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    9b7df3d View commit details
    Browse the repository at this point in the history
  3. Completed Exercise003

    implemented methods in Exercise003.java to pass the tests in Exercise003Test.java
    rajkunchala committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    7dc9274 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Remove unnecessary index for substring in method

    Removed unnecessary endindex from the substring in method capitalizeWord
    rajkunchala committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    ffb041e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Completed Exercise004

    Completed Exercise004. added a test case in the Exercise004Test.java
    rajkunchala committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    d4674db View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. Added new test to Exercise004Test

    Added test to check addition of billion seconds to current date
    rajkunchala committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    93d88ed View commit details
    Browse the repository at this point in the history
  2. Exercise005 completed with initial tests

    completed to pass initial tests. refactor and additonal tests pending
    rajkunchala committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    58cc1de View commit details
    Browse the repository at this point in the history
  3. Refactored Exercise005

    Introduced break in the if condition and removed else with a not true check
    rajkunchala committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    bd2a614 View commit details
    Browse the repository at this point in the history
  4. Added new tests in Exercise005Test

    Added two more tests to check for pangram
    rajkunchala committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    d2a1a24 View commit details
    Browse the repository at this point in the history
  5. Removed commented code

    cleaned up code by removing commented out @ignore
    rajkunchala committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    e0028dd View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Cleanup Execise002

    Removed unnecessary comments and whitespace
    rajkunchala committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    b124e9a View commit details
    Browse the repository at this point in the history
  2. Cleanup code

    cleaned up white space
    rajkunchala committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    8782e56 View commit details
    Browse the repository at this point in the history
Loading