Skip to content
#

compare

Here are 27 public repositories matching this topic...

A tool to help with the synchronization of a directory against a git repository (possibly with a different structure), comparing the differences from a commit-id. It is possible to filter only the files that have changed in the directory from a date.

  • Updated Nov 24, 2023
  • Java

A program that sorts objects of type "Album" via the Insertion Sort Algorithm (ie. Albums that you must "sortByArtist" and albums that you must "sortByTitleReverse"). Since there are multiple ways to sort an Album, we must make separate classes for each and implement a Comparator of type "Album" so each class has a different compare() method. (S…

  • Updated Nov 8, 2020
  • Java

Improve this page

Add a description, image, and links to the compare 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 compare topic, visit your repo's landing page and select "manage topics."

Learn more