javascript-algorithms
javascript-algorithms copied to clipboard
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
Fixes #2049 This PR resolves a broken image issue in the `src/algorithms/sets/permutations/README.md` file. ### Changes Made: - Removed references to non-existent or broken image links. - Retained a relevant and...
Description: This pull request adds the ability to create a cycle in the linked list by linking the tail node to any node at a specified position. It includes: A...
screenshot- 
#### Description This pull request adds a advance SHA-1 hashing algorithm implementation. SHA-1 is a widely used cryptographic hash function that generates a 160-bit hash value from input data. ####...
## Proposal Add TypeScript type definitions for the algorithms and data structures to enhance code quality and developer experience. ## Benefits - Better IDE support with type hints - Catch...
Description: The current Caesar cipher implementation works correctly for both encryption and decryption, but there are opportunities for optimization and added functionality: Optimization: The getCipherMap function unnecessarily clones the charsMap...
https://www.dropbox.com/scl/fi/2awznzpqbr8c1a02iu1xi/2025-03-07-17.17.25.pdf?rlkey=wqlmk2zn1551wwbj62rosvdkg&st=duebh0oe&dl=0
Description: Translated README.md into Chinese to make the project more accessible to Chinese users. Add z-algorithm and regular-expression-matching Chinese translation for README.
Hello, while using your repository, I noticed that there is currently an inconsistency in file naming conventions. All JavaScript file names in the algorithms folder (with the exception of all...
Changes made in branch: **MayureshMore:master** [Documentation] Appended fallback comment in assets.