📄️ Tutorial 1: Best Pair
In this tutorial, you will learn how to write a generator for a simple yet tricky problem, called Best Pair. We will focus on the general idea of how to come up with a strong set of test cases.
📄️ Tutorial 2: Minimum Spanning Tree
In this tutorial, you will learn how to write a generator for a more complicated problem, called Minimum Spanning Tree with test groups. We will focus on the general idea of using test groups in TCFrame.