+1-316-444-1378

This homework is a series of functions related to data structures.

Here are all the function headers and docstrings for the ten assigned functions: P7: Data StructuresPreview the document.

The rubric for this homework is a bit different than usual–it is binary. You will get either full credit or zero for each function. You will get full credit if and only if your function has the exact docstring as in p7_data_structures_docstrings.py, follows any explicit instructions in the comment, the print function is not called, and the doctests for that function work without errors (see Worksheet 13: Doctests for a description of how to run doctests–it is NOT sufficient to just run these tests informally yourself).