Skip to content

Commit 377da12

Browse files
committed
Added Category Theory introductory reading
1 parent 8ff61e8 commit 377da12

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This project adheres *in spirit* to [Semantic Versioning](http://semver.org/):
1111
- "Haskell Programming from First Principles" book as a paid alternative to learn Haskell
1212
- "Think Python" to extras/readings
1313
- FAQ entries and links under relevant courses
14+
- "Category Theory: A Gentle Introduction" to extras/readings
1415

1516
## [7.2.1] 2017-05-14
1617
### Updated

extras/readings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ Name | Author(s)
4848
Name | Author(s)
4949
:-- | :--:
5050
[Introduction to Computing: Explorations in Language, Logic, and Machines](http://www.computingbook.org/) | David Evans
51-
[Introduction to Algorithms (3rd Edition)](http://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844/) | Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein
51+
[Introduction to Algorithms (3rd Edition)](http://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844/) | Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein
5252
[The Algorithm Design Manual](https://www.amazon.com/gp/product/1848000693) | Steven Skiena
53+
[Category Theory: A Gentle Introduction](http://www.logicmatters.net/resources/pdfs/GentleIntro.pdf) | Peter Smith
5354

5455
## Applications
5556

0 commit comments

Comments
 (0)