Skip to content

Commit 33114f0

Browse files
tianyizheng02github-actions
and
github-actions
authored
Revamp md5.py (TheAlgorithms#8065)
* Add type hints to md5.py * Rename some vars to snake case * Specify functions imported from math * Rename vars and functions to be more descriptive * Make tests from test function into doctests * Clarify more var names * Refactor some MD5 code into preprocess function * Simplify loop indices in get_block_words * Add more detailed comments, docs, and doctests * updating DIRECTORY.md * updating DIRECTORY.md * updating DIRECTORY.md * updating DIRECTORY.md * updating DIRECTORY.md * Add type hints to md5.py * Rename some vars to snake case * Specify functions imported from math * Rename vars and functions to be more descriptive * Make tests from test function into doctests * Clarify more var names * Refactor some MD5 code into preprocess function * Simplify loop indices in get_block_words * Add more detailed comments, docs, and doctests * updating DIRECTORY.md * updating DIRECTORY.md * updating DIRECTORY.md * updating DIRECTORY.md * Convert str types to bytes * Add tests comparing md5_me to hashlib's md5 * Replace line-break backslashes with parentheses --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent 56a40eb commit 33114f0

File tree

2 files changed

+290
-83
lines changed

2 files changed

+290
-83
lines changed

Diff for: DIRECTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@
717717
* [Archimedes Principle](physics/archimedes_principle.py)
718718
* [Casimir Effect](physics/casimir_effect.py)
719719
* [Centripetal Force](physics/centripetal_force.py)
720+
* [Grahams Law](physics/grahams_law.py)
720721
* [Horizontal Projectile Motion](physics/horizontal_projectile_motion.py)
721722
* [Hubble Parameter](physics/hubble_parameter.py)
722723
* [Ideal Gas Law](physics/ideal_gas_law.py)

0 commit comments

Comments
 (0)