Namespace PAC.DataStructures
Classes
- CustomStack<T>
A custom implementation of a stack to allow removal of items at a specific index.
Structs
- IntRange
A set of consecutive integers.
- Rational
A fraction a / b (where a and b are integers) kept in simplest form.