# 20240408_高级程序设计_小作业10 **Repository Path**: noCH3COOH/20240408_advancedProgramDesign_homework10 ## Basic Information - **Project Name**: 20240408_高级程序设计_小作业10 - **Description**: 高级程序设计_小作业10 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-23 - **Last Updated**: 2024-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-24ddc0f5d75046c5622901739e7c5dd533143b0c8e959d652212380cedb1ea36.svg)](https://classroom.github.com/a/9pcpK8MT) queue-2, as we already know, queue can be seen as first-in-first-out list, so in this project, one is required to implement operations for a queue, using the source files provided for list. You can only edit code in queue.c and main.c, and leave code in defs. and queue.h list.h, list.c un-touched. Even though, you can submit all files for this assignment, only code in queue.c is taken for grading.