Convex Optimization

AA/EE/ME 578 Review ...

2019-07-05 · Updated: 2025-06-30 · 21 min · 4462 words

Machine Learning for Big Data

CSE547: Machine Learning for Big Data Review ...

2019-06-16 · Updated: 2026-06-22 · 25 min · 5157 words

Regular Expression

Regular Expression Tutorial ...

2019-05-24 · Updated: 2021-03-21 · 2 min · 545 words

Algorithms I

This is a review of the Princeton University Algorithms, Part I course offered on Coursera. For the second part of the course, see Algorithms II. My solutions to the programming assignments are available on GitHub. ...

2019-02-10 · Updated: 2025-07-17 · 55 min · 11714 words

Git 101

Git Tutorial ...

2019-02-01 · Updated: 2022-07-04 · 9 min · 1815 words

Linear Algebra Review

From ME 510 & AMATH 584 ...

2019-01-18 · Updated: 2025-05-03 · 7 min · 1444 words

Linear System

ME 547 Review ...

2018-12-20 · Updated: 2025-04-29 · 7 min · 1410 words

Shortest Path Problem

Problems like finding the optimal route between two cities on a complex road network, or transmitting a message between two nodes across a sprawling computer network, are all instances of the shortest path problem. ...

2018-12-18 · Updated: 2025-06-22 · 7 min · 1296 words

The Assignment Problem

Problem statement: Given $n$ workers and $n$ jobs, along with the cost $c_{ij}$ to train the $i$-th worker for the $j$-th job, find an assignment of exactly one worker to each job which minimizes the total training cost. ...

2018-12-16 · Updated: 2026-05-27 · 5 min · 919 words

Ramsey Number

Problem: What is the smallest integer $n$ such that in any group of $n$ people, where each pair consists of either mutual friends or mutual strangers, there must be a subgroup of three mutual friends or three mutual strangers? ...

2018-12-13 · Updated: 2025-06-11 · 2 min · 328 words