Assignment Chef icon Assignment Chef

Lessons

Hebrew programming tutorials

Focused lessons based on real assignment themes, written for quick study before you start coding.

May 3, 2026

Parallel Radix Sort with OpenMP: A Step-by-Step Tutorial for CME213

Learn how to implement parallel Radix Sort using OpenMP in C++. This tutorial covers histogram computation, parallel prefix sum, and bucket reordering with practical examples and trend-inspired analogies.

parallel radix sort openmp tutorial cme213 radix sort radix sort openmp parallel sorting c++

Available languages

May 3, 2026

Mastering Camera Transformations in OpenGL: A Ground & Overhead View Project

Learn to implement camera view transformations, rotations, and interactive controls in OpenGL for a city roaming application. This tutorial covers matrix transformations, coordinate spaces, and camera projection mechanisms.

OpenGL camera transformation view matrix implementation ground camera OpenGL overhead camera trackball camera rotation matrix

Available languages

May 3, 2026

Mastering Multiway Merge Sort and B+ Trees: A CSC370 Database Tutorial

Learn how to calculate phases and I/O cost for multiway merge sort, build B+ tree indexes, and understand locking schedules with shared, exclusive, and update locks. Includes timely examples from modern data-intensive apps.

CSC370 database multiway merge sort B+ tree index I/O cost calculation database locking

Available languages

May 3, 2026

Mastering t-Tests, Chi-Square, and Regression for STATS 101G/108

A comprehensive tutorial on key statistical tests covered in STATS 101G and STATS 108: t-tests, F-tests, Chi-square tests, and regression inference. Learn with timely examples from May 2026.

STATS 101G STATS 108 t-test chi-square test regression inference

Available languages