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

Commits on Jul 1, 2021

  1. Update and rename LinkedList.java

    - Rename to TestLinkedList.java
    - Add driver class to test methods
    - Update practice problem instructions to be more specific and include driver class
    - Add insert, clear methods
    - Update misc docstrings for clarity
    - Update toString() method to handle empty lists properly
    phrdang committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    f64850e View commit details
    Browse the repository at this point in the history
  2. Delete SinglyLinkedList

    This is a duplicate  version of LinkedList.java and is implemented and
    documented more poorly
    phrdang committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    877ee90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12e789a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2021

  1. Rename LinkedList to SinglyLinkedList

    This is to stay consistent with the curriculum,
    since the built-in LinkedList is a doubly linked list.
    phrdang committed Jul 2, 2021
    Configuration menu
    Copy the full SHA
    1c46f7a View commit details
    Browse the repository at this point in the history
Loading