Skip to content

Commit eff82d1

Browse files
Deploy to GitHub pages
0 parents  commit eff82d1

File tree

170 files changed

+134
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+134
-0
lines changed

Diff for: asset-manifest.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"files": {
3+
"main.css": "/leetcode-patterns/static/css/main.5eb69e4f.chunk.css",
4+
"main.js": "/leetcode-patterns/static/js/main.f12016a5.chunk.js",
5+
"main.js.map": "/leetcode-patterns/static/js/main.f12016a5.chunk.js.map",
6+
"runtime-main.js": "/leetcode-patterns/static/js/runtime-main.fc96d156.js",
7+
"runtime-main.js.map": "/leetcode-patterns/static/js/runtime-main.fc96d156.js.map",
8+
"static/css/2.5bd0ccc4.chunk.css": "/leetcode-patterns/static/css/2.5bd0ccc4.chunk.css",
9+
"static/js/2.79e21322.chunk.js": "/leetcode-patterns/static/js/2.79e21322.chunk.js",
10+
"static/js/2.79e21322.chunk.js.map": "/leetcode-patterns/static/js/2.79e21322.chunk.js.map",
11+
"index.html": "/leetcode-patterns/index.html",
12+
"static/css/2.5bd0ccc4.chunk.css.map": "/leetcode-patterns/static/css/2.5bd0ccc4.chunk.css.map",
13+
"static/css/main.5eb69e4f.chunk.css.map": "/leetcode-patterns/static/css/main.5eb69e4f.chunk.css.map",
14+
"static/js/2.79e21322.chunk.js.LICENSE.txt": "/leetcode-patterns/static/js/2.79e21322.chunk.js.LICENSE.txt"
15+
},
16+
"entrypoints": [
17+
"static/js/runtime-main.fc96d156.js",
18+
"static/css/2.5bd0ccc4.chunk.css",
19+
"static/js/2.79e21322.chunk.js",
20+
"static/css/main.5eb69e4f.chunk.css",
21+
"static/js/main.f12016a5.chunk.js"
22+
]
23+
}

Diff for: favicon.ico

188 KB
Binary file not shown.

Diff for: index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/leetcode-patterns/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="A curated list of leetcode questions grouped by their common patterns"/><link rel="manifest" href="/leetcode-patterns/manifest.json"/><title>Leetcode Patterns</title><link href="/leetcode-patterns/static/css/2.5bd0ccc4.chunk.css" rel="stylesheet"><link href="/leetcode-patterns/static/css/main.5eb69e4f.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function t(t){for(var n,l,a=t[0],f=t[1],i=t[2],c=0,s=[];c<a.length;c++)l=a[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(p&&p(t);s.length;)s.shift()();return u.push.apply(u,i||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,a=1;a<r.length;a++){var f=r[a];0!==o[f]&&(n=!1)}n&&(u.splice(t--,1),e=l(l.s=r[0]))}return e}var n={},o={1:0},u=[];function l(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,l),r.l=!0,r.exports}l.m=e,l.c=n,l.d=function(e,t,r){l.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,t){if(1&t&&(e=l(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(l.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)l.d(r,n,function(t){return e[t]}.bind(null,n));return r},l.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(t,"a",t),t},l.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},l.p="/leetcode-patterns/";var a=this.webpackJsonpweb=this.webpackJsonpweb||[],f=a.push.bind(a);a.push=t,a=a.slice();for(var i=0;i<a.length;i++)t(a[i]);var p=f;r()}([])</script><script src="/leetcode-patterns/static/js/2.79e21322.chunk.js"></script><script src="/leetcode-patterns/static/js/main.f12016a5.chunk.js"></script></body></html>

Diff for: manifest.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"short_name": "leetcode-patterns",
3+
"name": "Leetcode Patterns",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
}
10+
],
11+
"start_url": ".",
12+
"display": "standalone",
13+
"theme_color": "#000000",
14+
"background_color": "#ffffff"
15+
}

Diff for: robots.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *

Diff for: static/css/2.5bd0ccc4.chunk.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: static/css/2.5bd0ccc4.chunk.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: static/css/main.5eb69e4f.chunk.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: static/css/main.5eb69e4f.chunk.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: static/icons/accenture.png

2.83 KB

Diff for: static/icons/accolite.png

2.71 KB

Diff for: static/icons/adobe.png

1.94 KB

Diff for: static/icons/airbnb.png

2.15 KB

Diff for: static/icons/airtel.png

693 Bytes

Diff for: static/icons/akuna-capital.png

1.64 KB

Diff for: static/icons/alation.png

2.43 KB

Diff for: static/icons/alibaba.png

3.28 KB

Diff for: static/icons/amazon.png

1.12 KB

Diff for: static/icons/american-express.png

532 Bytes

Diff for: static/icons/apple.png

2.16 KB

Diff for: static/icons/arcesium.png

1.6 KB

Diff for: static/icons/arista-networks.png

2.39 KB

Diff for: static/icons/asana.png

2.1 KB

Diff for: static/icons/atlassian.png

572 Bytes

Diff for: static/icons/audible.png

661 Bytes

Diff for: static/icons/blackrock.png

4.04 KB

Diff for: static/icons/bloomberg.png

1.71 KB

Diff for: static/icons/bolt.png

878 Bytes

Diff for: static/icons/bookingcom.png

1.26 KB

Diff for: static/icons/bytedance.png

2.05 KB

Diff for: static/icons/c3-iot.png

3.09 KB

Diff for: static/icons/canonical.png

1.75 KB

Diff for: static/icons/capgemini.png

2.23 KB

Diff for: static/icons/capital-one.png

2.84 KB

Diff for: static/icons/cashfree.png

1.74 KB

Diff for: static/icons/cisco.png

1.2 KB

Diff for: static/icons/citadel.png

1.19 KB

Diff for: static/icons/cognizant.png

1.25 KB

Diff for: static/icons/cohesity.png

2.17 KB

Diff for: static/icons/coinbase.png

2.95 KB

Diff for: static/icons/commvault.png

2.15 KB

Diff for: static/icons/coupang.png

2.11 KB

Diff for: static/icons/cruise-automation.png

750 Bytes

Diff for: static/icons/databricks.png

1.83 KB

Diff for: static/icons/de-shaw.png

67 KB

Diff for: static/icons/dell.png

2.16 KB

Diff for: static/icons/deloitte.png

1.45 KB

Diff for: static/icons/deutsche-bank.png

1.43 KB

Diff for: static/icons/docusign.png

310 Bytes

Diff for: static/icons/doordash.png

2.34 KB

Diff for: static/icons/dropbox.png

745 Bytes

Diff for: static/icons/dunzo.png

2.17 KB

Diff for: static/icons/duolingo.png

790 Bytes

Diff for: static/icons/ebay.png

1.5 KB

Diff for: static/icons/epam-systems.png

1.26 KB

Diff for: static/icons/epic-systems.png

3.44 KB

Diff for: static/icons/expedia.png

875 Bytes

Diff for: static/icons/facebook.png

1.47 KB

Diff for: static/icons/factset.png

2.26 KB

Diff for: static/icons/flipkart.png

1.95 KB

Diff for: static/icons/godaddy.png

1.04 KB

Diff for: static/icons/goldman-sachs.png

2.27 KB

Diff for: static/icons/google.png

2.09 KB

Diff for: static/icons/grab.png

2.65 KB

Diff for: static/icons/groupon.png

1.12 KB

Diff for: static/icons/hbo.png

1.02 KB

Diff for: static/icons/hotstar.png

1.45 KB

Diff for: static/icons/hrt.png

3.06 KB

Diff for: static/icons/huawei.png

1.62 KB

Diff for: static/icons/hudson-river-trading.png

829 Bytes

Diff for: static/icons/ibm.png

1.56 KB

Diff for: static/icons/indeed.png

1.71 KB

Diff for: static/icons/info-edge.png

1.58 KB

Diff for: static/icons/infosys.png

1.24 KB

Diff for: static/icons/intel.png

1014 Bytes

Diff for: static/icons/intuit.png

1.68 KB

Diff for: static/icons/ixl.png

2.25 KB

Diff for: static/icons/jpmorgan.png

1.81 KB

Diff for: static/icons/juspay.png

1.87 KB

Diff for: static/icons/karat.png

1.76 KB

Diff for: static/icons/linkedin.png

1.9 KB

Diff for: static/icons/liveramp.png

1.53 KB

Diff for: static/icons/lyft.png

1.79 KB

Diff for: static/icons/makemytrip.png

964 Bytes

Diff for: static/icons/mathworks.png

1.13 KB

Diff for: static/icons/medianet.png

1.59 KB

Diff for: static/icons/mercari.png

1.93 KB

Diff for: static/icons/microsoft.png

962 Bytes

Diff for: static/icons/mindtickle.png

1.86 KB

Diff for: static/icons/morgan-stanley.png

1.76 KB

Diff for: static/icons/nagarro.png

1.77 KB

Diff for: static/icons/national-instruments.png

1.27 KB

Diff for: static/icons/netflix.png

1.04 KB

Diff for: static/icons/nutanix.png

1.48 KB

Diff for: static/icons/nvidia.png

732 Bytes

Diff for: static/icons/opendoor.png

1.88 KB

Diff for: static/icons/optum.png

4.33 KB

Diff for: static/icons/oracle.png

1.6 KB

Diff for: static/icons/palantir-technologies.png

1.32 KB

Diff for: static/icons/palantir.png

1.5 KB

Diff for: static/icons/paypal.png

679 Bytes

Diff for: static/icons/paytm.png

2.81 KB

Diff for: static/icons/pinterest.png

2.22 KB

Diff for: static/icons/ponyai.png

4.17 KB

Diff for: static/icons/poshmark.png

2.29 KB

Diff for: static/icons/qualcomm.png

671 Bytes

Diff for: static/icons/qualtrics.png

3.12 KB

Diff for: static/icons/quora.png

2.13 KB

Diff for: static/icons/reddit.png

1.17 KB

Diff for: static/icons/redfin.png

1.7 KB

Diff for: static/icons/riot-games.png

1.81 KB

Diff for: static/icons/robinhood.png

1.27 KB

Diff for: static/icons/roblox.png

2.82 KB

Diff for: static/icons/rubrik.png

2.13 KB

Diff for: static/icons/salesforce.png

2.14 KB

Diff for: static/icons/samsung.png

1.11 KB

Diff for: static/icons/sap.png

2.83 KB

Diff for: static/icons/sapient.png

2.74 KB

Diff for: static/icons/servicenow.png

651 Bytes

Diff for: static/icons/sharechat.png

1.15 KB

Diff for: static/icons/shopee.png

706 Bytes

Diff for: static/icons/siemens.png

2.66 KB

Diff for: static/icons/snapchat.png

1.75 KB

Diff for: static/icons/snapdeal.png

1.17 KB

Diff for: static/icons/softwire.png

6.59 KB

Diff for: static/icons/splunk.png

2.23 KB

Diff for: static/icons/spotify.png

733 Bytes

Diff for: static/icons/sprinklr.png

1.76 KB

Diff for: static/icons/square.png

1.46 KB

Diff for: static/icons/sumologic.png

2.04 KB

Diff for: static/icons/swiggy.png

581 Bytes

Diff for: static/icons/tcs.png

1.5 KB

Diff for: static/icons/tesla.png

764 Bytes

Diff for: static/icons/tiger-analytics.png

3.61 KB

Diff for: static/icons/tiktok.png

725 Bytes

Diff for: static/icons/toptal.png

350 Bytes

Diff for: static/icons/trilogy.png

3.59 KB

Diff for: static/icons/tripadvisor.png

1.19 KB

Diff for: static/icons/tusimple.png

3.21 KB

Diff for: static/icons/twilio.png

1016 Bytes

Diff for: static/icons/twitch.png

628 Bytes

Diff for: static/icons/twitter.png

1.85 KB

Diff for: static/icons/two-sigma.png

1.9 KB

Diff for: static/icons/uber.png

1.27 KB

Diff for: static/icons/virtu.png

2.15 KB

Diff for: static/icons/visa.png

651 Bytes

Diff for: static/icons/vmware.png

906 Bytes

Diff for: static/icons/walmart-labs.png

1.04 KB

Diff for: static/icons/wayfair.png

2.18 KB

Diff for: static/icons/wish.png

1.83 KB

Diff for: static/icons/yahoo.png

1.07 KB

Diff for: static/icons/yandex.png

540 Bytes

Diff for: static/icons/yelp.png

2.2 KB

Diff for: static/icons/zenefits.png

1.8 KB

Diff for: static/icons/zillow.png

601 Bytes

Diff for: static/icons/zoho.png

3.27 KB

Diff for: static/icons/zomato.png

1.49 KB

Diff for: static/icons/zoom.png

511 Bytes

Diff for: static/icons/zscaler.png

2.62 KB

Diff for: static/icons/zynga.png

1.53 KB

Diff for: static/images/Blind.png

3.81 KB

Diff for: static/images/DesignGurus.png

19.3 KB

Diff for: static/images/Hackernoon.png

18.2 KB

Diff for: static/js/2.79e21322.chunk.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: static/js/2.79e21322.chunk.js.LICENSE.txt

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
Copyright (c) 2017 Jed Watson.
9+
Licensed under the MIT License (MIT), see
10+
http://jedwatson.github.io/classnames
11+
*/
12+
13+
/*!
14+
* Determine if an object is a Buffer
15+
*
16+
* @author Feross Aboukhadijeh <https://feross.org>
17+
* @license MIT
18+
*/
19+
20+
/*!
21+
* repeat-string <https://github.com/jonschlinkert/repeat-string>
22+
*
23+
* Copyright (c) 2014-2015, Jon Schlinkert.
24+
* Licensed under the MIT License.
25+
*/
26+
27+
/** @license React v0.19.1
28+
* scheduler.production.min.js
29+
*
30+
* Copyright (c) Facebook, Inc. and its affiliates.
31+
*
32+
* This source code is licensed under the MIT license found in the
33+
* LICENSE file in the root directory of this source tree.
34+
*/
35+
36+
/** @license React v16.13.1
37+
* react-is.production.min.js
38+
*
39+
* Copyright (c) Facebook, Inc. and its affiliates.
40+
*
41+
* This source code is licensed under the MIT license found in the
42+
* LICENSE file in the root directory of this source tree.
43+
*/
44+
45+
/** @license React v16.14.0
46+
* react-dom.production.min.js
47+
*
48+
* Copyright (c) Facebook, Inc. and its affiliates.
49+
*
50+
* This source code is licensed under the MIT license found in the
51+
* LICENSE file in the root directory of this source tree.
52+
*/
53+
54+
/** @license React v16.14.0
55+
* react-jsx-runtime.production.min.js
56+
*
57+
* Copyright (c) Facebook, Inc. and its affiliates.
58+
*
59+
* This source code is licensed under the MIT license found in the
60+
* LICENSE file in the root directory of this source tree.
61+
*/
62+
63+
/** @license React v16.14.0
64+
* react.production.min.js
65+
*
66+
* Copyright (c) Facebook, Inc. and its affiliates.
67+
*
68+
* This source code is licensed under the MIT license found in the
69+
* LICENSE file in the root directory of this source tree.
70+
*/

Diff for: static/js/2.79e21322.chunk.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: static/js/main.f12016a5.chunk.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: static/js/main.f12016a5.chunk.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)