Skip to content

Custom List interface to think of how it works behind the scenes & to create custom methods

Notifications You must be signed in to change notification settings

kikajanovcik/custom-list-interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom List Interface

METHODS:
MyListImpl listDuplicates()
boolean hasDuplicates()
int countRepetition(T elem)
int indexOf(T elem)
boolean contains(T elem)
void remove(int index)
boolean isEmpty()
MyNode<T> get(int index)
void add(T elem)

About

Custom List interface to think of how it works behind the scenes & to create custom methods

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages