Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 373 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 373 Bytes

To run presentation locally

  • cd presentation
  • python -m SimpleHTTPServer 3000
  • open localhost:3000 in browser

Tasks

  • Complete every class ending in *Tasks.java
  • When corresponding test is green, you're all good :
  • ImmutableCollectionsTasks
  • TryEitherOptionTasks
  • ValidationTasks
  • FoldsTasks
  • ForComprehensionTasks
  • HigherOrderFunctionsTasks
  • MemoizedTasks