translation update: Hash algorithms#1667
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the English translation of the hash algorithms documentation to improve clarity and terminology consistency.
- Capitalized and rephrased section headers and titles
- Updated descriptive texts and code comments for clearer explanations and consistency in examples
| In pracical, hash algorithms are not only used to implement hash tables but are also widely applied in other fields. | ||
|
|
There was a problem hiding this comment.
The word 'pracical' appears to be a misspelling; it should be 'practically'.
| In pracical, hash algorithms are not only used to implement hash tables but are also widely applied in other fields. | |
| In practically, hash algorithms are not only used to implement hash tables but are also widely applied in other fields. |
There was a problem hiding this comment.
The copliot review is not reliable for now.
There was a problem hiding this comment.
What about building an n8n AI agent workflow?
| If the input `key` follow an arithmetic sequence, the hash values will cluster, increasing the likelihood of hash collisions. Now, if we replace the modulus with the prime number $13$, the lack of common factors between the `key` and the `modulus` significantly improves the uniformity of the hash values. | ||
|
|
There was a problem hiding this comment.
The phrase 'if the input key follow' should be corrected to 'if the input key follows' for proper subject-verb agreement.
| If the input `key` follow an arithmetic sequence, the hash values will cluster, increasing the likelihood of hash collisions. Now, if we replace the modulus with the prime number $13$, the lack of common factors between the `key` and the `modulus` significantly improves the uniformity of the hash values. | |
| If the input `key` follows an arithmetic sequence, the hash values will cluster, increasing the likelihood of hash collisions. Now, if we replace the modulus with the prime number $13$, the lack of common factors between the `key` and the `modulus` significantly improves the uniformity of the hash values. |
|
If this pull request (PR) pertains to Chinese-to-English translation, please confirm that you have read the contribution guidelines and complete the checklist below:
If this pull request (PR) is associated with coding or code transpilation, please attach the relevant console outputs to the PR and complete the following checklist: