Convex Optimization
AA/EE/ME 578 Review ...
AA/EE/ME 578 Review ...
CSE547: Machine Learning for Big Data Review ...
Regular Expression Tutorial ...
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. ...
Git Tutorial ...
From ME 510 & AMATH 584 ...
ME 547 Review ...
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. ...
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. ...
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? ...