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: Tongcai618/Python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 3 files changed
  • 3 contributors

Commits on Sep 19, 2023

  1. Create dividend_discount_model.py

    This program is to pricing a company's stock using the value of next year dividend (D1), constant cost of equity capital (r), and constant growth rate in perpetuity (g).
    Tongcai618 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    618c9ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab5526d View commit details
    Browse the repository at this point in the history
  3. Update price_plus_tax.py

    I change the comment above to make the inputs more clear to read. Also, I add some conditions to prevent some situations that the price or tax rate is not legal.
    Tongcai618 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    69cac1c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    296755e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f0e1e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc35494 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cffb99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42c97a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

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

Commits on Sep 30, 2023

  1. Fix typos in doctests

    tianyizheng02 authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    fb6dc8d View commit details
    Browse the repository at this point in the history
Loading