Skip to content

pullrequests Search Results · repo:seanprashad/leetcode-patterns language:JavaScript

Filter by

218 results
 (127 ms)

218 results

inseanprashad/leetcode-patterns (press backspace or delete to remove)

Bumps brace-expansion from 1.1.11 to 1.1.12. details summary Release notes /summary p em Sourced from a href= https://github.com/juliangruber/brace-expansion/releases brace-expansion s releases /a . /em ...
dependencies
javascript
  • dependabot[bot]
  • Opened 
    5 days ago
  • #356

Bumps pbkdf2 from 3.1.1 to 3.1.3. details summary Changelog /summary p em Sourced from a href= https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md pbkdf2 s changelog /a . /em /p blockquote h2 ...
dependencies
javascript
  • dependabot[bot]
  • Opened 
    5 days ago
  • #355

Bumps http-proxy-middleware to 2.0.9 and updates ancestor dependency react-scripts. These dependencies need to be updated together. Updates http-proxy-middleware from 0.19.1 to 2.0.9 details summary Release ...
dependencies
javascript
  • dependabot[bot]
  • 1
  • Opened 
    on Apr 20
  • #353

Bumps @babel/helpers from 7.12.5 to 7.27.0. details summary Release notes /summary p em Sourced from a href= https://github.com/babel/babel/releases code @​babel/helpers /code s releases /a . /em /p blockquote ...
dependencies
javascript
  • dependabot[bot]
  • 1
  • Opened 
    on Apr 20
  • #352

Bumps @babel/runtime and babel-preset-react-app. These dependencies needed to be updated together. Updates @babel/runtime from 7.12.5 to 7.27.0 details summary Release notes /summary p em Sourced from ...
dependencies
javascript
  • dependabot[bot]
  • 1
  • Opened 
    on Apr 20
  • #351

Bumps elliptic from 6.6.0 to 6.6.1. details summary Commits /summary ul li a href= https://github.com/indutny/elliptic/commit/9b77436a59cc35eccf4ffb848259c8762a492ee7 code 9b77436 /code /a 6.6.1 /li li ...
dependencies
javascript
  • dependabot[bot]
  • Opened 
    on Apr 20
  • #350

Bumps @babel/runtime-corejs3 from 7.12.5 to 7.27.0. details summary Release notes /summary p em Sourced from a href= https://github.com/babel/babel/releases code @​babel/runtime-corejs3 /code s releases ...
dependencies
javascript
  • dependabot[bot]
  • 1
  • Opened 
    on Apr 20
  • #349

See https://github.com/actions/runner-images/issues/11101
  • seanprashad
  • Opened 
    on Apr 20
  • #348

Added the Gas Station problem (LeetCode #134) to the Greedy pattern section
  • BilalBaheer
  • 3
  • Opened 
    on Mar 26
  • #347

What: I propose sliding window be added to the algorithm tips page under maximum/minimum subarray/subset/options. Why: Sliding window is a common strategy for optimal solutions to medium Leetcode problems. ...
  • brandonaltermatt
  • 1
  • Opened 
    on Mar 19
  • #346