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:SuprDewd/CompetitiveProgramming
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:const-c++20
Choose a base ref
...
head repository:SuprDewd/CompetitiveProgramming
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.
  • 18 commits
  • 45 files changed
  • 2 contributors

Commits on Apr 4, 2023

  1. Merge pull request#10from SuprDewd/const-c++20

    Update comparators to comply with C++20 const strictness
    @SuprDewd
    SuprDewd authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    272d8f7View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    ea2b68fView commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Merge pull request#12from SuprDewd/mnnode_fix

    Fix potential overflow in segment_tree_mnnode
    @SuprDewd
    SuprDewd authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    16a0523View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. Configuration menu
    Copy the full SHA
    dd7f968View commit details
    Browse the repository at this point in the history
  2. Remove GCC optimization flags from header

    They cause compile errors in std::set.
    @SuprDewd
    SuprDewd committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    7ea4ab8View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7d0c34View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe3e900View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fc16e7View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    760d485View commit details
    Browse the repository at this point in the history
  7. Use standard random library

    Addresses compiler warnings and use of deprecated functions.
    @SuprDewd
    SuprDewd committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    e8a38a5View commit details
    Browse the repository at this point in the history
  8. Switch to C++20

    @SuprDewd
    SuprDewd committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    52e382fView commit details
    Browse the repository at this point in the history
  9. Add workflow to deploy PDF

    @SuprDewd
    SuprDewd committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    e598042View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8bebdc3View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e1beefbView commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5a0c53fView commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2025

  1. Fix typo in Miller Rabin

    @SuprDewd
    SuprDewd committed Jan 12, 2025
    Configuration menu
    Copy the full SHA
    cefe411View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. Fix memory leak in AVL tree

    Thanks to @Tagl for pointing out the issue. Fixes#14.
    @SuprDewd
    SuprDewd committed Jun 9, 2025
    Configuration menu
    Copy the full SHA
    e94a708View commit details
    Browse the repository at this point in the history
  2. Regenerate PDF

    @SuprDewd
    SuprDewd committed Jun 9, 2025
    Configuration menu
    Copy the full SHA
    1b63b43View commit details
    Browse the repository at this point in the history
Loading