[Solved] SOLVED: CMSC 350 Project 1

30 $

File Name: SOLVED:_CMSC_350_Project_1.zip
File Size: 244.92 KB

SKU: [Solved] SOLVED: CMSC 350 Project 1 Category: Tag:

Or Upload Your Assignment Here:


CMSC 350 Project 1

Implement a generic stack and queue classes (StackUMUC<T> and QueueUMUC<T>, named to avoid confusion with the classes already defined in the JDK). Specific requirements include:

  • Create a set of tests demonstrating that your classes work correctly.
  • Use the GUI and classes you defined in Week to test your stack and queue classes.
  • Methods for StackUMUC<T>
  • StackUMUC (int) // constructor
  • void push (T)
  • T pop ()
  • T peek ()
  • String toString ()
  • Methods for QueueUMUC<T>
  • QueueUMUC (int) // constructor
  • void put (T)
  • T get ()
  • T peek ()
  • String toString ()

In your documentation, answer this question:

At what point does the performance of your program begin to degrade – say take longer than 1 or 10 seconds?

  • Submission should include the following in a single zip file:
  • a readme file (see below)
  • all source code files
  • relevant data files
  • Documentation (a readme file) for the project should include the following sections:
  • a description of the design,
  • a user’s guide
  • a test plan
  • a section on lessons learned
  • this should be a single file in one of the following formats: doc, docx, txt, odt, pdf
  • this should be a professional quality presentation
  • there should be appropriate comments in the source code files

Submit your zip file to the project 1 submission area.

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[Solved] SOLVED: CMSC 350 Project 1
30 $