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/JavaScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: chrdek/JavaScriptPRs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 4, 2023

  1. Added HammingCode.js

    Alternative with parity bit check.
    chrdek authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6e1e6e8 View commit details
    Browse the repository at this point in the history
  2. Tests for HammingCode.js

    Test suite for 32-bit values in different formats.
    chrdek authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    27aa6c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    060ee86 View commit details
    Browse the repository at this point in the history
  4. feat: HammingCode for 32bit values

    Added hamming code with parity value checks
    chrdek authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0c79609 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    039a572 View commit details
    Browse the repository at this point in the history
  6. Update HammingCode.test.js

    chrdek authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d3b2f1c View commit details
    Browse the repository at this point in the history
  7. Update HammingCode.test.js

    chrdek authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    002038f View commit details
    Browse the repository at this point in the history
  8. Update HammingCode.test.js

    Refactored tests, usage of .each for most test cases.
    chrdek authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    3bc23af View commit details
    Browse the repository at this point in the history
  9. Update HammingCode.js

    Changes according to specs.
     - more understandable variable names/ comments etc.
    - usage of let/const
    Note: code refers to bit population count of a binary sequence
    chrdek authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e081542 View commit details
    Browse the repository at this point in the history
  10. Update HammingCode.test.js

    chrdek authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    cabbc71 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    5258492 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9539ec0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    934d81d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85dc4c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    a989afb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fa4d6e View commit details
    Browse the repository at this point in the history
  3. Create HammingWeight.js

    Changes in name of algorithm.
    chrdek authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a35ce8d View commit details
    Browse the repository at this point in the history
  4. Create HammingWeight.test.js

    Additional tests and other name changes.
    chrdek authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    7004544 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a288dc8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f0fa72 View commit details
    Browse the repository at this point in the history
Loading