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: Saimon398/JavaScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: intToBase
Choose a head ref
  • 6 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 29, 2022

  1. algorithm: add UniquePaths2 algorithm

    This algorithm allows to count ways to reach
    right-bottom corner on the grid with obtacles
    Saimon398 committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    d648030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1005207 View commit details
    Browse the repository at this point in the history
  3. algorithm: add HornerScheme algorithm

    This algorithm allows to convert number from decimal
    number system to another one (from 2 to 10)
    Saimon398 committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    b888548 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4e1ec9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be56ea7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d81d40 View commit details
    Browse the repository at this point in the history
Loading