Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2dcd8e9

Browse filesBrowse files
committed
rhymer, gematria, ransom
1 parent b126ac4 commit 2dcd8e9
Copy full SHA for 2dcd8e9

File tree

Expand file treeCollapse file tree

20 files changed

+1429
-236
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

20 files changed

+1429
-236
lines changed
Open diff view settings
Collapse file

‎appendix/markov/README.md‎

Copy file name to clipboardExpand all lines: appendix/markov/README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Markov Chains
1+
# N-grams, K-mers, and Markov Chains
22

33
Read about Markov chains:
44

Collapse file

‎bin/compile.py‎

Copy file name to clipboardExpand all lines: bin/compile.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def main():
121121
fh.write('````\n')
122122
numbered = getoutput('cat -n {}'.format(solution_py))
123123
fh.write(numbered)
124+
#fh.write(open(solution_py).read())
124125
fh.write('\n````\n')
125126
fh.write('\n\\newpage\n\n')
126127
else:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.