Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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: rampatra/Algorithms-and-Data-Structures-in-Java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: homnay1234/Algorithms-and-Data-Structures-in-Java
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.
  • 6 commits
  • 4 files changed
  • 1 contributor

Commits on Feb 20, 2022

  1. jUnit Test on Selection Sort

    I hope i can add a  jUnit Test on Selection Sort for your Project
    homnay1234 authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    318cced View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from homnay1234/homnay1234-patch-1

     jUnit Test on Selection Sort
    homnay1234 authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    eb9c094 View commit details
    Browse the repository at this point in the history
  3. jUnit Test on BinarySearch Algorithm

    I hope i can add a jUnit Test on BinarySearch Algorithm for you project
    homnay1234 authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    4b1b50a View commit details
    Browse the repository at this point in the history
  4. Make a small Refactor for BinarySearch Algorithm

    I you should change two methods from private to public for it's easier to use in another file, for example jUnit Test in Package
    private static int binarySearch(int[] a, int n) {
            return binarySearch(a, n, 0, a.length - 1);
        }
    private static int binarySearchNonRecursive(int[] a, int n) { 
    ......
    }
    homnay1234 authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    21ed288 View commit details
    Browse the repository at this point in the history
  5. jUnit Test on Binary Search Algorithm

    I hope i can add a jUnit Test on Binary Search Algorithm on your Project
    homnay1234 authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    0eba744 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from homnay1234/homnay1234-patch-2

    jUnit Test on Binary Search Algorithm
    homnay1234 authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    3c82d58 View commit details
    Browse the repository at this point in the history
Loading