This document discusses implementing various graph algorithms using GraphBLAS kernels. It describes how degree filtered breadth-first search, k-truss detection, calculating the Jaccard index, and non-negative matrix factorization can be expressed using operations like sparse matrix multiplication, element-wise multiplication, scaling and reduction. The goal is to demonstrate how fundamental graph problems can be solved within the GraphBLAS framework using linear algebraic formulations of graph computations.