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: TheAlgorithms/Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: davidekong/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.
  • 20 commits
  • 1 file changed
  • 3 contributors

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    c319119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e10bc54 View commit details
    Browse the repository at this point in the history
  3. Update harshad_numbers.py

    Fixed a few errors
    davidekong authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    deec6d4 View commit details
    Browse the repository at this point in the history
  4. Update harshad_numbers.py

    Added function type hints
    davidekong authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fcb5639 View commit details
    Browse the repository at this point in the history
  5. Update harshad_numbers.py

    Fixed depreciated Tuple and List usage
    davidekong authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    44eb286 View commit details
    Browse the repository at this point in the history
  6. Update harshad_numbers.py

    Fixed incompatible types in assignments
    davidekong authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ad09b82 View commit details
    Browse the repository at this point in the history
  7. Update harshad_numbers.py

    Fixed incompatible type assignments
    davidekong authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    3d00dad View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Update maths/harshad_numbers.py

    Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
    davidekong and tianyizheng02 authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4d1a89c View commit details
    Browse the repository at this point in the history
  2. Update maths/harshad_numbers.py

    Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
    davidekong and tianyizheng02 authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    21a703d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1584436 View commit details
    Browse the repository at this point in the history
  4. Update maths/harshad_numbers.py

    Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
    davidekong and tianyizheng02 authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7b9809c View commit details
    Browse the repository at this point in the history
  5. Update maths/harshad_numbers.py

    Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
    davidekong and tianyizheng02 authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    03d0296 View commit details
    Browse the repository at this point in the history
  6. Update maths/harshad_numbers.py

    Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
    davidekong and tianyizheng02 authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    2974289 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ebaf25 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    04f1e2b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6b0243c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    385c294 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edf0036 View commit details
    Browse the repository at this point in the history
  3. Update harshad_numbers.py

    Added doc test to int_to_base, fixed nested loop, other minor changes
    davidekong authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    8dbfa37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4d9c7c View commit details
    Browse the repository at this point in the history
Loading