Matthew Kong's Notes
Search
CTRL + K
Matthew Kong's Notes
Search
CTRL + K
UofT 1st Year
Fall 2024 Semester
ESP 1
ESP 1 Studying
Winter 2025 Semester
APS105
Lecture Notes
APS105 L21-L23 - Strings
APS105 Textbook 10.3 - String Functions
APS105 L24-L26 - Recursion
APS105 Textbook 11.1 - Recursion Definiton
APS105 Textbook 11.2 - Recursion in Patterns
APS105 Textbook 11.3 - Recursion in Arrays
APS105 Textbook 11.4 Recursion Exercises
APS105 L27 - Data Structures
APS105 Textbook 12.1 - Data Structures Intro
APS105 Textbook 12.2 - Pointers to Data Structures
APS105 L28-L30 - Linked Lists
APS105 Textbook 13.2 - Forming a Linked List
APS105 Textbook 13.3 - Inserting Nodes into Linked Lists
APS105 Textbook 13.5 - Linked List Exercies
APS105 L31-L32 - Sorting
APS105 Textbook 14.3 - Bubble Sort
APS105 Textbook 14.4 - Sorting Exercises
APS105 L33 - Searching
APS105 Textbook 15.1 - Linear Search
APS105 Textbook 15.2 - Binary Search
APS105 Textbook 15.3 - Searching Exercises
APS105 L01-03
APS105 L04 - Arithmetic
APS105 L05 - Math and Random Numbers
APS105 L06 - If Statements
APS105 L07 - Decision-Making
APS105 L08 - While Loops
APS105 L09 - For Loops
APS105 L10 - Functions
APS105 L11 - Scope
APS105 L12 - Pointers
APS105 L13 - Arrays
APS105 L14 - Pointer Arithmetic
APS105 L17 - Midterm Review
APS105 L18 - Midterm Review
APS105 L19 - Dynamic Memory
APS105 L20 - 2D Arrays
APS105 L21 - Strings
APS112
APS112 Engineering Notebook
APS112 Midterm Review
MAT187
Lecture Notes
MAT187 L01 - Polar Coordinates
MAT187 L02-03 - Complex Numbers
MAT187 L04 - Polynomial Interpolation
MAT187 L06 - Approximating Errors
MAT187 L07-08 - Numerical Integration, Estimating Errors
MAT187 L09 - Sequences and Series
MAT187 L10 - Integral Test for Series
MAT187 L12 - Integrals with Taylor Series
MAT187 L13 - Integrating and Differentiating Power Series
MAT187 L14-15 - Power Series Convergence
MAT187 L16 - Integration By Parts
MAT187 L17-18 - Trigonometric Substitution
MAT187 L19 - Partial Fractions
MAT187 L20 - Improper Integrals with Infinite Bounds
MAT187 L21 - Improper Integrals with Unbounded Integrands
UofT 2nd Year
Fall 2025 Semester
ECE231
Week 1 Review L01 - L03
Week 2 Review L04 - L06
ECE244
L01 Programming Fundamentals Introduction
L02 Introduction to C++
L03 Functions and Passing Paramaters
L04 - L05 Reference Review and Multiple File Programs
L06 Classes and Objects
L07 Constructors, Destructors, Dynamic Memory Allocation
L08 Dynamic Memory Allocation Inside Objects
L09 Destructors and Dynamic Memory Allocation of Arrays of Objects
L10 DMA of an Array of Objects
L11 C++ IO
L12 Handling IO Errors and String Streams
L13 - String Streams and Operator Overloading
L14 - Operator overloading
L15 - Copy Constructors
L16 - Deep Copy
L17 - Linked Lists and Stacks
L18 - Queues and Ordered Linked Lists
L19 - Insert and Delete in Ordered Linked Lists
L20 - Ordered Linked List Copy Constructor
L21 - operator= in Linked List and Recursion
L21.5 (makeup class) - Quicksort
TB 5.2 - Friend Functions
Matthew Kong's Notes - Home
APS105 Textbook 13.3 - Inserting Nodes into Linked Lists