User Tools

Site Tools


cs330_f2016:labx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
cs330_f2016:labx [2016/06/15 20:52]
dcostello created
cs330_f2016:labx [2016/06/21 22:23]
dcostello
Line 30: Line 30:
  
 -- Examples -- Examples
-(build_infinite_list *x) = [2,​4,​6,​8,​...]+(build_infinite_list ​(*2)) = [2,​4,​6,​8,​...]
 </​code>​ </​code>​
 Lazily constructs an infinite list such that list!!i returns (f i). Lazily constructs an infinite list such that list!!i returns (f i).
Line 88: Line 88:
  
 Warning: Many people erroneously implement the longest common substring. The longest common substring of Artist and Artsy is Art. The longest common subsequence of Artist and Artsy is Arts. You are implementing longest common subsequence. Warning: Many people erroneously implement the longest common substring. The longest common substring of Artist and Artsy is Art. The longest common subsequence of Artist and Artsy is Arts. You are implementing longest common subsequence.
 +
 +===Hints:​===
cs330_f2016/labx.txt ยท Last modified: 2021/06/30 23:42 (external edit)