8000 Comparing shaun10:master...jwasham:master · shaun10/practice-python · GitHub
[go: up one dir, main page]

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: shaun10/practice-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jwasham/practice-python
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
  • 2 files changed
  • 4 contributors

Commits on Oct 6, 2017

  1. updated comment for .remove()

    in case if there are multiple entries of the passed value, the .remove() method only removes the first occurrence of the passed value.
    asutosh97 authored Oct 6, 2017
    Configuration menu
    Copy the full SHA
    82f349b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. Merge pull request jwasham#3 from asutosh97/patch-1

    updated comment for .remove()
    jwasham authored Oct 8, 2017
    Configuration menu
    Copy the full SHA
    7f8c1ef View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. Delete all instances of value

    ifbizo committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    73b91f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2017

  1. Merge pull request jwasham#4 from ifbizo/master

    Delete all instances of value
    jwasham authored Nov 26, 2017
    Configuration menu
    Copy the full SHA
    593b735 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Update linked_list.py

    # Deletes all instances of given value in list. 
    changes in that particular file
    when we are deleting a node in that particular case we do not need to update the prev value otherwise prev will be pointed to the deleted node. So in the updated code, we will update prev only if the current node value is not equal to the target value. and the current node will be updated at every iteration
    Prasang-money authored Jul 11, 2021
    Configuration menu
    Copy the full SHA
    083ce97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jwasham#9 from Prasang-money/patch-1

    Update linked_list.py
    jwasham authored Jul 11, 2021
    Configuration menu
    Copy the full SHA
    ab1cbe1 View commit details
    Browse the repository at this point in the history
Loading
0