Skip to content

Commit f0180c5

Browse files
committed
Website build
1 parent c5ff061 commit f0180c5

31 files changed

+261
-13
lines changed

10_trees_and_directed_acyclic_graphs.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@
2626
<!--[if lte IE 6]>
2727
<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
2828
<![endif]-->
29-
29+
<!-- Global site tag (gtag.js) - Google Analytics -->
30+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0EFVH5C4DC"></script>
31+
<script>
32+
window.dataLayer = window.dataLayer || [];
33+
function gtag(){dataLayer.push(arguments);}
34+
gtag('js', new Date());
35+
36+
gtag('config', 'G-0EFVH5C4DC');
37+
</script>
3038
<link rel="stylesheet" href="_static/featured.css">
3139

3240

11_further_object-oriented_features.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,15 @@
2525
<!--[if lte IE 6]>
2626
<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
2727
<![endif]-->
28+
<!-- Global site tag (gtag.js) - Google Analytics -->
29+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0EFVH5C4DC"></script>
30+
<script>
31+
window.dataLayer = window.dataLayer || [];
32+
function gtag(){dataLayer.push(arguments);}
33+
gtag('js', new Date());
2834

35+
gtag('config', 'G-0EFVH5C4DC');
36+
</script>
2937
<link rel="stylesheet" href="_static/featured.css">
3038

3139

1_introduction.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@
2626
<!--[if lte IE 6]>
2727
<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
2828
<![endif]-->
29+
<!-- Global site tag (gtag.js) - Google Analytics -->
30+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0EFVH5C4DC"></script>
31+
<script>
32+
window.dataLayer = window.dataLayer || [];
33+
function gtag(){dataLayer.push(arguments);}
34+
gtag('js', new Date());
2935

36+
gtag('config', 'G-0EFVH5C4DC');
37+
</script>
3038
<link rel="stylesheet" href="_static/featured.css">
3139

3240

2_programs_in_files.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@
2626
<!--[if lte IE 6]>
2727
<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
2828
<![endif]-->
29+
<!-- Global site tag (gtag.js) - Google Analytics -->
30+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0EFVH5C4DC"></script>
31+
<script>
32+
window.dataLayer = window.dataLayer || [];
33+
function gtag(){dataLayer.push(arguments);}
34+
gtag('js', new Date());
2935

36+
gtag('config', 'G-0EFVH5C4DC');
37+
</script>
3038
<link rel="stylesheet" href="_static/featured.css">
3139

3240

3_objects.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@
2626
<!--[if lte IE 6]>
2727
<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
2828
<![endif]-->
29-
29+
<!-- Global site tag (gtag.js) - Google Analytics -->
30+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0EFVH5C4DC"></script>
31+
<script>
32+
window.dataLayer = window.dataLayer || [];
33+
function gtag(){dataLayer.push(arguments);}
34+
gtag('js', new Date());
35+
36+
gtag('config', 'G-0EFVH5C4DC');
37+
</script>
3038
<link rel="stylesheet" href="_static/featured.css">
3139

3240

4_style.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@
2626
<!--[if lte IE 6]>
2727
<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
2828
<![endif]-->
29+
<!-- Global site tag (gtag.js) - Google Analytics -->
30+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0EFVH5C4DC"></script>
31+
<script>
32+
window.dataLayer = window.dataLayer || [];
33+
function gtag(){dataLayer.push(arguments);}
34+
gtag('js', new Date());
2935

36+
gtag('config', 'G-0EFVH5C4DC');
37+
</script>
3038
<link rel="stylesheet" href="_static/featured.css">
3139

3240

5_abstract_data_types.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@
2626
<!--[if lte IE 6]>
2727
<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
2828
<![endif]-->
29+
<!-- Global site tag (gtag.js) - Google Analytics -->
30+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0EFVH5C4DC"></script>
31+
<script>
32+
window.dataLayer = window.dataLayer || [];
33+
function gtag(){dataLayer.push(arguments);}
34+
gtag('js', new Date());
2935

36+
gtag('config', 'G-0EFVH5C4DC');
37+
</script>
3038
<link rel="stylesheet" href="_static/featured.css">
3139

3240

6_exceptions.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@
2626
<!--[if lte IE 6]>
2727
<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
2828
<![endif]-->
29-
29+
<!-- Global site tag (gtag.js) - Google Analytics -->
30+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0EFVH5C4DC"></script>
31+
<script>
32+
window.dataLayer = window.dataLayer || [];
33+
function gtag(){dataLayer.push(arguments);}
34+
gtag('js', new Date());
35+
36+
gtag('config', 'G-0EFVH5C4DC');
37+
</script>
3038
<link rel="stylesheet" href="_static/featured.css">
3139

3240

7_midterm.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@
2626
<!--[if lte IE 6]>
2727
<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
2828
<![endif]-->
29+
<!-- Global site tag (gtag.js) - Google Analytics -->
30+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0EFVH5C4DC"></script>
31+
<script>
32+
window.dataLayer = window.dataLayer || [];
33+
function gtag(){dataLayer.push(arguments);}
34+
gtag('js', new Date());
2935

36+
gtag('config', 'G-0EFVH5C4DC');
37+
</script>
3038
<link rel="stylesheet" href="_static/featured.css">
3139

3240

8_inheritance.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@
2626
<!--[if lte IE 6]>
2727
<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
2828
<![endif]-->
29-
29+
<!-- Global site tag (gtag.js) - Google Analytics -->
30+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0EFVH5C4DC"></script>
31+
<script>
32+
window.dataLayer = window.dataLayer || [];
33+
function gtag(){dataLayer.push(arguments);}
34+
gtag('js', new Date());
35+
36+
gtag('config', 'G-0EFVH5C4DC');
37+
</script>
3038
<link rel="stylesheet" href="_static/featured.css">
3139

3240

0 commit comments

Comments
 (0)