Skip to content

Week 10: Infinite List and Stream

  • Infinite List

    After this unit, students should

    • understand how infinite lists can be constructed using a lazy evaluation.
  • Streams in Java

    After this unit, students should

    • understand how to use Java Stream.
    • know the difference between Java Stream and InfiniteList.