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: mukeshsahu/javascript-datastructures-algorithms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: loiane/javascript-datastructures-algorithms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 9 files changed
  • 3 contributors

Commits on Nov 4, 2025

  1. feat: add array manipulation utilities for chunking, flattening, dedu…

    …plication and rotation
    xingarr committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    8c280ff View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2025

  1. Merge pull request loiane#236 from xingarr/add_features_array_chapter

    feat: add array manipulation utilities for chunking, flattening, deduplication and rotation
    loiane authored Nov 8, 2025
    Configuration menu
    Copy the full SHA
    5f9a3d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Bump glob from 10.4.5 to 10.5.0

    Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v10.4.5...v10.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 10.5.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    7aa7ac3 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2025

  1. Merge pull request loiane#238 from loiane/dependabot/npm_and_yarn/glo…

    …b-10.5.0
    
    Bump glob from 10.4.5 to 10.5.0
    loiane authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    af6ec2e View commit details
    Browse the repository at this point in the history
  2. Bump js-yaml from 3.14.1 to 3.14.2

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2.
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@3.14.1...3.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 3.14.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 23, 2025
    Configuration menu
    Copy the full SHA
    ea1d7bf View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2025

  1. Merge pull request loiane#239 from loiane/dependabot/npm_and_yarn/js-…

    …yaml-3.14.2
    
    Bump js-yaml from 3.14.1 to 3.14.2
    loiane authored Dec 7, 2025
    Configuration menu
    Copy the full SHA
    580730a View commit details
    Browse the repository at this point in the history
Loading