/*
* invert_parts.h
* Univeristy of Michigan, Ann Arbor
* EECS 281 S20E1 Q26.
* DO NOT SUBMIT TO GRADESCOPE.
* If submitted, this file will be ignored.
*/
#ifndef INVERT_PARTS_H
#define INVERT_PARTS_H
#include
void invert_parts(std::vector
/*
* Implemented by instructor code. Student does not need to implement this
* function.
*/
void invert(std::vector
#endif