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 28, 2026

Mastering STL Generic Algorithms and Higher-Order Functions in C++: A 2026 Guide

Learn how to use STL generic algorithms and write higher-order functions in C++ with practical examples. This tutorial covers read_lines, split_string, table operations, and more, using timely 2026 trends and analogies.

STL generic algorithms higher-order functions C++ C++ read_lines split_string_strict split_string_greedy

Available languages

May 27, 2026

Building a StoutList in Java: A Step-by-Step Guide for Coms 2280

Learn how to implement a StoutList, a doubly-linked list with nodes storing up to M elements, for Coms 2280 Project 3. This tutorial covers Node inner class, add/remove methods, and iterators.

StoutList Coms 2280 Project 3 Java linked list doubly-linked list

Available languages

May 27, 2026

Mastering Adversarial Search: A Guide to Two-Rook Isolation in CS6601 Assignment 2

Learn how to implement game-playing agents for Two-Rook Isolation using minimax, alpha-beta pruning, and iterative deepening. This tutorial covers key concepts from CS6601 Assignment 2 with practical examples and timely analogies.

CS6601 assignment 2 Two Rook Isolation adversarial search tutorial minimax alpha-beta pruning iterative deepening AI

Available languages

May 27, 2026

Binary Trees in C++: Building a Simplified XML Parser with Tilted Trees

Learn how to implement binary trees in C++ to parse XML data using the tilted tree representation. This tutorial covers tree traversals, parsing functions, and practical coding tips for CSCI 340 students.

binary trees C++ tilted tree representation XML parser C++ CSCI 340 assignment 6 binary tree traversals C++

Available languages

May 27, 2026

Build a Meme Generator in C++ with SFML: A Hands-On Lab Tutorial

Learn how to create a meme generator library and executable in C++ using SFML. Step-by-step guide covering SFML setup, image manipulation, text rendering, and command-line argument parsing – perfect for COP3504c lab 10.

C++ meme generator SFML tutorial C++ COP3504c lab 10 meme generator library C++ SFML image manipulation

Available languages