The document contains instructions for implementing three network algorithms in C/C++: 1) An error detecting code using CRC CCIT(16 bits), 2) A distance vector algorithm to find suitable transmission paths, and 3) A congestion control algorithm using the leaky bucket method. Sample code is provided for each algorithm to calculate checksums, routing tables, and regulate output rate based on bucket size.