generated from nus-cs2030/base-template
-
Notifications
You must be signed in to change notification settings - Fork 4
CS2030 Contents
isabelteo edited this page Nov 24, 2021
·
33 revisions
Lecture 1
Lecture 1 SummaryLecture 3
Lecture 3 Summary (Polymorphism)Compile Time Type VS Runtime Type
Abstraction, Encapsulation, Inheritance, and Polymorphism
Lecture 5
Comparable VS ComparatorLecture 6
Error HandlingLecture 7
Generic Types TCovariance and Contravariance
HashMap
Raw Types with Generic
Lambda expression
Currying
Visualization for PECS
Lecture 9
Lecture 10
Lecture 12
Peer Learning
Guides
Setting Up Checkstyle
Setting Up Java
Setting Up MacVim
Setting Up Stu
Setting Up Unix For Mac
Setting Up Unix For Windows
Setting Up Vim
Setting up SSH Config
SSH Without Password
Copying Files From PE Nodes
Using tmux
CS2030 Contents
Lecture 1 SummaryLecture 2 Summary
Access Modifiers
Lecture 3 Summary (Polymorphism)
Compile Time Type VS Runtime Type
Abstraction, Encapsulation, Inheritance, and Polymorphism
SOLID Principles
Class VS Abstract Class VS Interface
Comparable VS Comparator
Generic Types T
HashMap
Raw Types with Generic
Lambda expression
PECS (Producer Extends Consumer Super)
Optional
Streams
Parallel Streams
Monad
Functors and Monads with Category Theory