Skip to main content

2 posts tagged with "Course Notes"

Brief notes from courses I have taken at NUS Computing.

View All Tags

Interesting Problems from CS1231S Past Year Papers

· 18 min read
Phanuphat (Oad) Srisukhawasu
Computer Science Undergraduate @ NUS

I think I’ve messed up a bit by not spending enough time studying for the finals. Usually, I go through all the past papers before an exam, but this time, that might not happen. So, I decided to prioritize and tackle problems I find particularly challenging, focusing on my weak areas and their contribution to the overall marks.

Stream Processing

· 6 min read
Phanuphat (Oad) Srisukhawasu
Computer Science Undergraduate @ NUS

While reviewing for CS1101S AY2024/25 Semester 1 Final Assessment, I found the concepts of streams and lazy evaluation astonishing, yet challenging. Therefore, I attempted to implement pairs and streams from scratch in pure JavaScript to sharpen my skills.