Skip to content

Commit 9cbb144

Browse files
authored
Affine transformation chapter (#800)
* adding draft of affine chapter * removing unnec. files * second draft for affine chapter * adding final draft for affine transformations
1 parent 17cf93e commit 9cbb144

25 files changed

+344
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,3 +514,5 @@ vscode/
514514

515515
# Coconut compilation files
516516
**/coconut/*.py
517+
518+
*.bak

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* [Stacks and Queues](contents/stacks_and_queues/stacks_and_queues.md)
1111
* [Mathematical Background](contents/mathematical_background/mathematical_background.md)
1212
* [Complexity Notation](contents/notation/notation.md)
13+
* [Affine Transformations](contents/affine_transformations/affine_transformations.md)
1314
* [Bit Logic](contents/bitlogic/bitlogic.md)
1415
* [Taylor Series](contents/taylor_series_expansion/taylor_series_expansion.md)
1516
* [Tree Traversal](contents/tree_traversal/tree_traversal.md)

book.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"wordcount",
88
"api-language-selector@https://github.com/algorithm-archivists/gitbook-plugin-api-language-selector.git",
99
"include-codeblock",
10-
"ga",
1110
"bulk-redirect",
1211
"prism",
1312
"-highlight"
@@ -27,9 +26,6 @@
2726
"basepath": "/",
2827
"redirectsFile": "redirects.json"
2928
},
30-
"ga": {
31-
"token": "UA-118252470-1"
32-
},
3329
"prism": {
3430
"lang": {
3531
"asm-x64": "nasm"

contents/affine_transformations/affine_transformations.md

Lines changed: 340 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"gitbook-plugin-mathjax": "git+https://github.com/algorithm-archivists/plugin-mathjax.git",
1717
"gitbook-plugin-prism": "^2.4.0",
1818
"gitbook-plugin-wordcount": "^0.0.1",
19-
"honkit": "^3.5.2"
19+
"honkit": "^3.6.16"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)