-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6df305a
commit eef4051
Showing
6 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
\title{Learning Paths} | ||
\author{jonathanlorimer} | ||
\date{2024-02-11} | ||
|
||
\transclude{jdll-0005} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
\title{Algorithms} | ||
\author{jonathanlorimer} | ||
\date{2024-02-11} | ||
|
||
|
||
\transclude{how_to_design_co_programs} | ||
\transclude{algorithm_design_with_haskell} | ||
\transclude{pearls_of_functional_algorithm_design} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
\title{Algorithm Design with Haskell} | ||
\taxon{resource} | ||
\meta{external}{https://www.cambridge.org/ru/universitypress/subjects/computer-science/algorithmics-complexity-computer-algebra-and-computational-g/algorithm-design-haskell?format=HB&isbn=9781108491617} | ||
|
||
\p{This book written by Jeremy Gibbons and Richard Bird looks at algorithms through the lens of structured programs.} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
\title{How to Design Co-Programs} | ||
\taxon{resource} | ||
\meta{external}{https://www.cs.ox.ac.uk/jeremy.gibbons/publications/copro.pdf} | ||
|
||
\p{This paper briefly discusses how to design programs based on their inputs and recursive structure. However, it more deeply investigates a formula for designing programs based off their outputs and a co-recursive structure.} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
\title{Pearls of Functional Algorithm Design} | ||
\taxon{resource} | ||
\meta{external}{https://www.cambridge.org/ru/universitypress/subjects/computer-science/programming-languages-and-applied-logic/pearls-functional-algorithm-design?format=HB} | ||
|
||
\p{Book on algorithm design by Richard Bird, walks through a series of algorithmic problems using equational reasoning.} |