-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #9943 Added Doctests to binary_exponentiation_3.py #10121
Conversation
for more information, see https://pre-commit.ci
@tianyizheng02 , Is the number of commits the PR shows is fine? It is showing all the commits of the previous PR as well as the commits for the current PR. Thanks in advance for taking a look into my doubt and PR |
The number of commits doesn;'t matter. In this repo, we use "squash and merge", which means that all the commits for a single PR are combined into a single commit when the PR is merged. |
Also, we can't merge this because there are merge conflicts. I renamed |
Also, if a PR is already open and not merged yet, should I wait till it's merged to create a new PR for another issue? |
I have renamed the file, but it still says there is some error, can you help me with it , Thank You ! |
…TheAlgorithms#10121) * Python mirror_formulae.py is added to the repository * Changes done after reading readme.md * Changes for running doctest on all platforms * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Change 2 for Doctests * Changes for doctest 2 * updating DIRECTORY.md * Doctest whitespace error rectification to mirror_formulae.py * updating DIRECTORY.md * Adding Thermodynamic Work Done Formulae * Work done on/by body in a thermodynamic setting * updating DIRECTORY.md * updating DIRECTORY.md * Doctest adiition to binary_exponentiation_3.py * Change 1 * updating DIRECTORY.md * Rename binary_exponentiation_3.py to binary_exponentiation_2.py * updating DIRECTORY.md * updating DIRECTORY.md * Formatting --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: Christian Clauss <cclauss@me.com> Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
Describe your change:
Checklist: