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: imsathiya17/Python-Data-Structures-Algorithms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: VarunS2002/Python-Data-Structures-Algorithms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 2 files changed
  • 1 contributor

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    70cc59d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a69802 View commit details
    Browse the repository at this point in the history
  3. Fixed incorrect error messages for addition() and subtraction()

    Separated error message from Exception class and made it into a parameter
    VarunS2002 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    673d4a7 View commit details
    Browse the repository at this point in the history
  4. Stripped all other functionality from get_dimensions() and split them…

    … into independent public functions
    
    Made get_dimensions() public
    VarunS2002 committed May 25, 2022
    Configuration menu
    Copy the full SHA
    cc04dd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ec561a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    57b5732 View commit details
    Browse the repository at this point in the history
Loading