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: briemens/leetcode.vim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mbledkowski/neuleetcode.vim
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.
  • 15 commits
  • 3 files changed
  • 7 contributors

Commits on Apr 19, 2020

  1. Separate problem id and name with a dash instead of a dot

    In case we wanna compile locally, the following error occors with rustc:
    
    ```
    ❯ rustc 1.two_sum.rs
    error: invalid character `.` in crate name: `1.two_sum`
    
    error: aborting due to previous error
    ```
    
    Fix misleading comments and trailing spaces while at it.
    moetayuko committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    bccc77e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

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

Commits on Feb 26, 2022

  1. Update README.md

    mbledkowski authored Feb 26, 2022
    Configuration menu
    Copy the full SHA
    ed53bb0 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    7efe804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9538e6 View commit details
    Browse the repository at this point in the history
  3. Major README.md update

    mbledkowski authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    4739618 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5cc5f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    526e23b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdded50 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. feat: leetcode 新域名

    leeguooooo committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    5a7d4e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Merge pull request ianding1#2 from leeguooooo/master

    Changed LeetCode China domain
    mbledkowski authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    46e4554 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

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

Commits on May 3, 2023

  1. Merge pull request ianding1#3 from harveyghq/master

    fix div-zero err in new problem's ac_rate
    mbledkowski authored May 3, 2023
    Configuration menu
    Copy the full SHA
    2ecaf6b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Fix ValueError in get_submission() when doing int()

    If the result of get_submissions() contains some invalid submissions, such as compile error,
    it will cause get_submission() to get a non-integer value when fetching the runtime, which will cause a ValueError.
    
    Signed-off-by: qun-wei.lin <[email protected]>
    qun-wei.lin committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8dfdd67 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ianding1#5 from shownlin/master

    Fix ValueError in  get_submission() when doing int()
    mbledkowski authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8135315 View commit details
    Browse the repository at this point in the history
Loading