Skip to content

Commit 5ca669f

Browse files
committed
Added build
1 parent ddee31b commit 5ca669f

File tree

77 files changed

+1505
-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.

77 files changed

+1505
-0
lines changed

build/404.html

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<title>Single Page Apps for GitHub Pages</title>
7+
<script type="text/javascript">
8+
// Single Page Apps for GitHub Pages
9+
// MIT License
10+
// https://github.com/rafgraph/spa-github-pages
11+
// This script takes the current url and converts the path and query
12+
// string into just a query string, and then redirects the browser
13+
// to the new url with only a query string and hash fragment,
14+
// e.g. https://www.foo.tld/one/two?a=b&c=d#qwe, becomes
15+
// https://www.foo.tld/?/one/two&a=b~and~c=d#qwe
16+
// Note: this 404.html file must be at least 512 bytes for it to work
17+
// with Internet Explorer (it is currently > 512 bytes)
18+
19+
// If you're creating a Project Pages site and NOT using a custom domain,
20+
// then set pathSegmentsToKeep to 1 (enterprise users may need to set it to > 1).
21+
// This way the code will only replace the route part of the path, and not
22+
// the real directory in which the app resides, for example:
23+
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
24+
// https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
25+
// Otherwise, leave pathSegmentsToKeep as 0.
26+
var pathSegmentsToKeep = 0;
27+
28+
var l = window.location;
29+
l.replace(
30+
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
31+
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
32+
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
33+
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
34+
l.hash
35+
);
36+
37+
</script>
38+
</head>
39+
40+
<body>
41+
</body>
42+
43+
</html>

build/asset-manifest.json

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
{
2+
"files": {
3+
"main.css": "/static/css/main.732298d0.chunk.css",
4+
"main.js": "/static/js/main.23dec8b8.chunk.js",
5+
"main.js.map": "/static/js/main.23dec8b8.chunk.js.map",
6+
"runtime-main.js": "/static/js/runtime-main.9762177c.js",
7+
"runtime-main.js.map": "/static/js/runtime-main.9762177c.js.map",
8+
"static/css/2.7c1bda0c.chunk.css": "/static/css/2.7c1bda0c.chunk.css",
9+
"static/js/2.ac770990.chunk.js": "/static/js/2.ac770990.chunk.js",
10+
"static/js/2.ac770990.chunk.js.map": "/static/js/2.ac770990.chunk.js.map",
11+
"index.html": "/index.html",
12+
"static/css/2.7c1bda0c.chunk.css.map": "/static/css/2.7c1bda0c.chunk.css.map",
13+
"static/css/main.732298d0.chunk.css.map": "/static/css/main.732298d0.chunk.css.map",
14+
"static/js/2.ac770990.chunk.js.LICENSE.txt": "/static/js/2.ac770990.chunk.js.LICENSE.txt",
15+
"static/media/ASTExp.ede83b50.md": "/static/media/ASTExp.ede83b50.md",
16+
"static/media/ASTInfo.ea9dc8cf.md": "/static/media/ASTInfo.ea9dc8cf.md",
17+
"static/media/BFSExp.3ae08dc6.md": "/static/media/BFSExp.3ae08dc6.md",
18+
"static/media/BFSInfo.0e12f400.md": "/static/media/BFSInfo.0e12f400.md",
19+
"static/media/BFSSExp.59f0e4e6.md": "/static/media/BFSSExp.59f0e4e6.md",
20+
"static/media/BFSSInfo.ef247f84.md": "/static/media/BFSSInfo.ef247f84.md",
21+
"static/media/BSTExp.1dd2ddc4.md": "/static/media/BSTExp.1dd2ddc4.md",
22+
"static/media/BSTInfo.7ba11aae.md": "/static/media/BSTInfo.7ba11aae.md",
23+
"static/media/DFSExp.dae160ba.md": "/static/media/DFSExp.dae160ba.md",
24+
"static/media/DFSInfo.13ea348f.md": "/static/media/DFSInfo.13ea348f.md",
25+
"static/media/DIJKExp.9790a88d.md": "/static/media/DIJKExp.9790a88d.md",
26+
"static/media/DIJKInfo.5ca8b667.md": "/static/media/DIJKInfo.5ca8b667.md",
27+
"static/media/HSExp.019b6fe9.md": "/static/media/HSExp.019b6fe9.md",
28+
"static/media/HSInfo.339acb96.md": "/static/media/HSInfo.339acb96.md",
29+
"static/media/HSSExp.e0c0025e.md": "/static/media/HSSExp.e0c0025e.md",
30+
"static/media/HSSInfo.a1baa892.md": "/static/media/HSSInfo.a1baa892.md",
31+
"static/media/PRIMExp.a4a4a4b9.md": "/static/media/PRIMExp.a4a4a4b9.md",
32+
"static/media/PRIMInfo.51d714f4.md": "/static/media/PRIMInfo.51d714f4.md",
33+
"static/media/PRIM_oldExp.5f7835c1.md": "/static/media/PRIM_oldExp.5f7835c1.md",
34+
"static/media/PRIM_oldInfo.51d714f4.md": "/static/media/PRIM_oldInfo.51d714f4.md",
35+
"static/media/QSExp.1cb73908.md": "/static/media/QSExp.1cb73908.md",
36+
"static/media/QSInfo.0241d141.md": "/static/media/QSInfo.0241d141.md",
37+
"static/media/QSM3Exp.ac1041ff.md": "/static/media/QSM3Exp.ac1041ff.md",
38+
"static/media/QSM3Info.6007072b.md": "/static/media/QSM3Info.6007072b.md",
39+
"static/media/TCExp.a2345a1d.md": "/static/media/TCExp.a2345a1d.md",
40+
"static/media/TCInfo.6eb03334.md": "/static/media/TCInfo.6eb03334.md",
41+
"static/media/TTFExp.1bb9ea16.md": "/static/media/TTFExp.1bb9ea16.md",
42+
"static/media/TTFInfo.73e7fe82.md": "/static/media/TTFInfo.73e7fe82.md",
43+
"static/media/UFExp.4e12391c.md": "/static/media/UFExp.4e12391c.md",
44+
"static/media/UFInfo.77b519a0.md": "/static/media/UFInfo.77b519a0.md",
45+
"static/media/add.89fe7bf6.svg": "/static/media/add.89fe7bf6.svg",
46+
"static/media/arrow.b7990345.svg": "/static/media/arrow.b7990345.svg",
47+
"static/media/boyu.06b0f954.JPG": "/static/media/boyu.06b0f954.JPG",
48+
"static/media/cancel.da5c4222.svg": "/static/media/cancel.da5c4222.svg",
49+
"static/media/carina.b1d28001.jpg": "/static/media/carina.b1d28001.jpg",
50+
"static/media/circle.4a1161fd.svg": "/static/media/circle.4a1161fd.svg",
51+
"static/media/direction.7feb3d23.svg": "/static/media/direction.7feb3d23.svg",
52+
"static/media/font.612d92cd.svg": "/static/media/font.612d92cd.svg",
53+
"static/media/github.49399358.svg": "/static/media/github.49399358.svg",
54+
"static/media/hantong.63b24722.jpeg": "/static/media/hantong.63b24722.jpeg",
55+
"static/media/jiajun.5fddd48a.jpg": "/static/media/jiajun.5fddd48a.jpg",
56+
"static/media/joao.9d1f22a6.jpg": "/static/media/joao.9d1f22a6.jpg",
57+
"static/media/kenny.4508c9be.JPG": "/static/media/kenny.4508c9be.JPG",
58+
"static/media/lee_naish.3f9e643c.png": "/static/media/lee_naish.3f9e643c.png",
59+
"static/media/linfan.298b2df1.jpeg": "/static/media/linfan.298b2df1.jpeg",
60+
"static/media/logo.3fc6bd69.svg": "/static/media/logo.3fc6bd69.svg",
61+
"static/media/minus.ed1583fb.svg": "/static/media/minus.ed1583fb.svg",
62+
"static/media/nir.5be60648.png": "/static/media/nir.5be60648.png",
63+
"static/media/pause.17441c19.svg": "/static/media/pause.17441c19.svg",
64+
"static/media/play.1b4fe477.svg": "/static/media/play.1b4fe477.svg",
65+
"static/media/refresh.3d70a433.svg": "/static/media/refresh.3d70a433.svg",
66+
"static/media/slack-new-logo.044efd1b.svg": "/static/media/slack-new-logo.044efd1b.svg",
67+
"static/media/tianyang.1eec752a.jpg": "/static/media/tianyang.1eec752a.jpg",
68+
"static/media/wave.498b343a.svg": "/static/media/wave.498b343a.svg",
69+
"static/media/yinsong.f39de5b2.jpg": "/static/media/yinsong.f39de5b2.jpg",
70+
"static/media/zihan.c88b2e2a.jpg": "/static/media/zihan.c88b2e2a.jpg",
71+
"static/media/ziyi.a6c42d3a.jpg": "/static/media/ziyi.a6c42d3a.jpg"
72+
},
73+
"entrypoints": [
74+
"static/js/runtime-main.9762177c.js",
75+
"static/css/2.7c1bda0c.chunk.css",
76+
"static/js/2.ac770990.chunk.js",
77+
"static/css/main.732298d0.chunk.css",
78+
"static/js/main.23dec8b8.chunk.js"
79+
]
80+
}

build/favicon.ico

127 KB
Binary file not shown.

build/index.html

Lines changed: 1 addition & 0 deletions
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="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="A react web application to learn algorithms"/><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Algorithms in Action</title><script type="text/javascript">!function(n){if("/"===n.search[1]){var a=n.search.slice(1).split("&").map((function(n){return n.replace(/~and~/g,"&")})).join("?");window.history.replaceState(null,null,n.pathname.slice(0,-1)+a+n.hash)}}(window.location)</script><link href="/static/css/2.7c1bda0c.chunk.css" rel="stylesheet"><link href="/static/css/main.732298d0.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/highlight.min.js"></script><script>!function(e){function r(r){for(var n,a,i=r[0],l=r[1],f=r[2],c=0,s=[];c<i.length;c++)a=i[c],Object.prototype.hasOwnProperty.call(o,a)&&o[a]&&s.push(o[a][0]),o[a]=0;for(n in l)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(p&&p(r);s.length;)s.shift()();return u.push.apply(u,f||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var l=t[i];0!==o[l]&&(n=!1)}n&&(u.splice(r--,1),e=a(a.s=t[0]))}return e}var n={},o={1:0},u=[];function a(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,a),t.l=!0,t.exports}a.m=e,a.c=n,a.d=function(e,r,t){a.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,r){if(1&r&&(e=a(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(a.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)a.d(t,n,function(r){return e[r]}.bind(null,n));return t},a.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(r,"a",r),r},a.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},a.p="/";var i=this.webpackJsonpaia=this.webpackJsonpaia||[],l=i.push.bind(i);i.push=r,i=i.slice();for(var f=0;f<i.length;f++)r(i[f]);var p=l;t()}([])</script><script src="/static/js/2.ac770990.chunk.js"></script><script src="/static/js/main.23dec8b8.chunk.js"></script></body></html>

build/logo192.png

15.6 KB
Loading

build/logo512.png

64.3 KB
Loading

build/manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"short_name": "AIA",
3+
"name": "Algorithms in Action",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
},
10+
{
11+
"src": "logo192.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
},
15+
{
16+
"src": "logo512.png",
17+
"type": "image/png",
18+
"sizes": "512x512"
19+
}
20+
],
21+
"start_url": ".",
22+
"display": "standalone",
23+
"theme_color": "#000000",
24+
"background_color": "#ffffff"
25+
}

build/robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *
3+
Disallow:

build/static/css/2.7c1bda0c.chunk.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/css/2.7c1bda0c.chunk.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/css/main.732298d0.chunk.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/css/main.732298d0.chunk.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/2.ac770990.chunk.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
* Determine if an object is a Buffer
9+
*
10+
* @author Feross Aboukhadijeh <https://feross.org>
11+
* @license MIT
12+
*/
13+
14+
/*!
15+
* The buffer module from node.js, for the browser.
16+
*
17+
* @author Feross Aboukhadijeh <http://feross.org>
18+
* @license MIT
19+
*/
20+
21+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
22+
23+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
24+
25+
/**
26+
* @license
27+
* Lodash <https://lodash.com/>
28+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
29+
* Released under MIT license <https://lodash.com/license>
30+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
31+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
32+
*/
33+
34+
/**
35+
* @license React
36+
* react-is.production.min.js
37+
*
38+
* Copyright (c) Facebook, Inc. and its affiliates.
39+
*
40+
* This source code is licensed under the MIT license found in the
41+
* LICENSE file in the root directory of this source tree.
42+
*/
43+
44+
/**
45+
* A better abstraction over CSS.
46+
*
47+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
48+
* @website https://github.com/cssinjs/jss
49+
* @license MIT
50+
*/
51+
52+
/** @license React v0.20.2
53+
* scheduler.production.min.js
54+
*
55+
* Copyright (c) Facebook, Inc. and its affiliates.
56+
*
57+
* This source code is licensed under the MIT license found in the
58+
* LICENSE file in the root directory of this source tree.
59+
*/
60+
61+
/** @license React v16.13.1
62+
* react-is.production.min.js
63+
*
64+
* Copyright (c) Facebook, Inc. and its affiliates.
65+
*
66+
* This source code is licensed under the MIT license found in the
67+
* LICENSE file in the root directory of this source tree.
68+
*/
69+
70+
/** @license React v17.0.2
71+
* react-dom.production.min.js
72+
*
73+
* Copyright (c) Facebook, Inc. and its affiliates.
74+
*
75+
* This source code is licensed under the MIT license found in the
76+
* LICENSE file in the root directory of this source tree.
77+
*/
78+
79+
/** @license React v17.0.2
80+
* react-jsx-runtime.production.min.js
81+
*
82+
* Copyright (c) Facebook, Inc. and its affiliates.
83+
*
84+
* This source code is licensed under the MIT license found in the
85+
* LICENSE file in the root directory of this source tree.
86+
*/
87+
88+
/** @license React v17.0.2
89+
* react.production.min.js
90+
*
91+
* Copyright (c) Facebook, Inc. and its affiliates.
92+
*
93+
* This source code is licensed under the MIT license found in the
94+
* LICENSE file in the root directory of this source tree.
95+
*/

build/static/js/2.ac770990.chunk.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/main.23dec8b8.chunk.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/main.23dec8b8.chunk.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/static/js/runtime-main.9762177c.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)