3rd CCSC Northwest Conference Fall 2001 |
Short Haskell applications: text, numbers, treesort and DFAs | Simple text processing
|
3rd CCSC Northwest Conference Fall 2001 |
Short Haskell applications: text, numbers, treesort and DFAs | Simple text processing
|
| ROT-13 transcoder
|
3rd CCSC Northwest Conference Fall 2001 |
Short Haskell applications: text, numbers, treesort and DFAs | Simple text processing
|
| ROT-13 transcoder
|
| Command-line interaction
|
3rd CCSC Northwest Conference Fall 2001 |
Short Haskell applications: text, numbers, treesort and DFAs | Simple text processing
|
| ROT-13 transcoder
|
| Command-line interaction
|
| Palindrome checking
- we can check whether a string is a palindrome by normalizing it and comparing it to its own reversal: the palindrome checker
|
3rd CCSC Northwest Conference Fall 2001 |
Short Haskell applications: text, numbers, treesort and DFAs | Simple text processing
|
| ROT-13 transcoder
|
| Command-line interaction
|
| Palindrome checking
|
| Numeral conversion in different bases
|
3rd CCSC Northwest Conference Fall 2001 |
Short Haskell applications: text, numbers, treesort and DFAs | Simple text processing
|
| ROT-13 transcoder
|
| Command-line interaction
|
| Palindrome checking
|
| Numeral conversion in different bases
|
| Binary trees and treesort
|
3rd CCSC Northwest Conference Fall 2001 |
Short Haskell applications: text, numbers, treesort and DFAs | Simple text processing
|
| ROT-13 transcoder
|
| Command-line interaction
|
| Palindrome checking
|
| Numeral conversion in different bases
|
| Binary trees and treesort
|
| DFA simulation
- we can transcribe a definition of deterministic finite automata almost verbatim from a theory text, and then experiment with automata and strings
|