Assignment Chef icon Assignment Chef

Lessons

English programming tutorials

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

Jun 6, 2026

Mastering Markov Models: A Step-by-Step Tutorial for Engineering Mathematics 2

Learn how to calculate state probabilities, sequence likelihoods, and estimate Markov model parameters with practical examples from a typical tutorial sheet. Perfect for engineering students tackling Markov chains.

Markov model tutorial engineering mathematics 2 state probability vector transition probability matrix Bayes theorem Markov

Available languages

Jun 5, 2026

Strategic Operations in the AI Era: A Tutorial on Analyzing Operations and Technology Management

Learn how to analyze operations and technology management for your EFIMM0072/0075 project using Industry 4.0 tools like AI, IoT, and blockchain. Includes step-by-step guidance on input-transformation-output diagrams, process mapping, and disruptive technology evaluation.

strategic operations management supply chain technology Industry 4.0 AI in operations IoT supply chain

Available languages

Jun 5, 2026

Cracking Vigenère Ciphers with Python: A Hands-On Cryptography Tutorial

Learn to implement Vigenère encryption, decryption, and dictionary attacks in Python. Perfect for CS6035 Fall 2025 students and anyone wanting to understand symmetric-key cryptography through practical coding.

Vigenère cipher Python CS6035 cryptography project symmetric key encryption tutorial dictionary attack Python crack Vigenère cipher

Available languages

Jun 5, 2026

Building a Tavern in C++: Recursive Realms & OOP Adventures

Learn how to implement a Tavern class using C++ inheritance, operator overloading, and ArrayBag. This tutorial guides you through modifying Character, ArrayBag, and building a Tavern with level sums, enemy counts, and reports.

C++ Tavern class CSCI 235 project 3 ArrayBag subclass operator overloading C++ inheritance in C++

Available languages

Jun 5, 2026

Building RC4 Keystream Generator: A Hands-On Tutorial for CSCI 181

Learn to implement an RC4 keystream generator with helper functions DecimalToBinary and ConvertBitArraytoInt. Step-by-step guide with examples, comments, and practical applications.

RC4 keystream generator CSCI 181 homework 3 DecimalToBinary function ConvertBitArraytoInt function stream cipher tutorial

Available languages