8000 Comparing battlegg:master...jwasham:master · battlegg/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: battlegg/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.
  • 2 commits
  • 1 file changed
  • 2 contributors

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