Skip to content
#

merrimack

Here are 2 public repositories matching this topic...

Continuation of Module 04: refactored the previous linked-list implementation to use a Stack structure while preserving sorted output behavior. Demonstrates code reuse, maintenance, and incremental development using Java’s Collections Framework. Includes complete CLI instructions, sample input file, and Javadoc generation command.

  • Updated Oct 13, 2025
  • Java

Java program that reads a list of integers from standard input, stores them in a LinkedList, and sorts them in ascending order using the Java Collections Framework. Designed to run entirely from the command line, includes compile/run instructions and Javadoc documentation commands. Serves as the foundation for later modules.

  • Updated Oct 13, 2025
  • Java

Improve this page

Add a description, image, and links to the merrimack topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the merrimack topic, visit your repo's landing page and select "manage topics."

Learn more