Clean up link and make thumb smaller
This commit is contained in:
parent
9e595badcd
commit
95372be61f
18
README.org
18
README.org
@ -2,14 +2,14 @@
|
||||
|
||||
* About
|
||||
|
||||
[[./Notes.org]] contains notes and solutions to exercises, as well as
|
||||
implementations of [[https://www.algorist.com/][The Algorithm Design Manual]]. All notes and source code can be
|
||||
found in this single file and the reason for that is that it uses a style of
|
||||
programming known as [[https://en.wikipedia.org/wiki/Literate_programming][Literate Programming]] with the help of Emacs, org-mode, and
|
||||
[[https://orgmode.org/worg/org-contrib/babel/intro.html][org-babel]]. Most code implementations are done in C, however, some have been also
|
||||
implemented in Python or OCaml in order to compare and contrast styles. All code
|
||||
is executable from within Emacs by just running ~C-c C-c~ while the cursor is in
|
||||
the source code block.
|
||||
[[./Notes.org][Notes.org]] contains notes and solutions to exercises, as well as implementations
|
||||
of [[https://www.algorist.com/][The Algorithm Design Manual]]. All notes and source code can be found in this
|
||||
single file and the reason for that is that it uses a style of programming known
|
||||
as [[https://en.wikipedia.org/wiki/Literate_programming][Literate Programming]] with the help of Emacs, org-mode, and [[https://orgmode.org/worg/org-contrib/babel/intro.html][org-babel]]. Most
|
||||
code implementations are done in C, however, some have been also implemented in
|
||||
Python or OCaml in order to compare and contrast styles. All code is executable
|
||||
from within Emacs by just running ~C-c C-c~ while the cursor is in the source code
|
||||
block.
|
||||
|
||||
* Progress
|
||||
|
||||
@ -20,6 +20,6 @@ on revisiting the book from time to time, to keep developing my knowledge of
|
||||
Data Structures and Algorithms.
|
||||
|
||||
|
||||
* Screenshot of org-mode
|
||||
* Screenshot
|
||||
|
||||
[[./screenshot.png]]
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 86 KiB |
Loading…
x
Reference in New Issue
Block a user