Skip to content

matttevans/school

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

School projects completed in multiple Data Structures and Algorithms classes

  1. LinkedList.java
    • Based off of the Weiss LinkedList class

    • Modified the add() method to add items in ascending order

    • Added a mode() method to return the most occuring item in the list