IP University - POPL - Unit 1 Notes
This post gives a quick review on the first unit of the syllabus for the Principles of Progamming Languages (POPL) subject in the IP University syllabus. Syntax, Semantics and Pragmatics In lin...
This post gives a quick review on the first unit of the syllabus for the Principles of Progamming Languages (POPL) subject in the IP University syllabus. Syntax, Semantics and Pragmatics In lin...
This post gives a quick review on the fourth unit of the syllabus for the Algorithm Design and Analysis (ADA) subject in the IP University syllabus. It is a continuation to the third post on the su...
This post gives a quick review on the third unit of the syllabus for the Algorithm Design and Analysis (ADA) subject in the IP University syllabus. It is a continuation to the second post on the su...
This post gives a quick review on the second unit of the syllabus for the Algorithm Design and Analysis (ADA) subject in the IP University syllabus. It is a continuation to the first post on the su...
This post gives a quick review on the first unit of the syllabus for the Algorithm Design and Analysis (ADA) subject in the IP University syllabus. It is edited for brevity, to contain the maximum ...
This post is a continuation on the series on the Standard Template Library (STL). It focuses on algorithms, and is the last of a three part series. Algorithms The algorithms of STL are functions...
This post is a continuation on the series on the Standard Template Library (STL). It focuses on iterators, and is the second of a three part series. Iterators Iterators are used to point at memo...
You may already know C++. Still, you may notice that others often write code faster and more concisely than you. You may wonder how others code ends up being so much shorter than yours. Why is this...