Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

This repository is a collection of Java projects for brushing up on Data Structures, Algorithms, and more.

License

Notifications You must be signed in to change notification settings

yuelchen/java-coding-interview-prep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Java Interview Prep

This repository is a collection of Java projects for brushing up on Data Structures and Algorithms.

👋 Hello 👋

If you found this work to be helpful and would like support me, please consider getting me a ☕ ko-fi :)

We Used Generics

The Data Structure and Algorithm Java classes are written with Generics. A Java class with Generics has a parameterized type which allows that Java class to use a different data type.

Example: The Java List class uses Generics to allow us to define a list of different Data Types.

List<String> listOfStrings = new ArrayList<>(); List<Integer> listOfIntegers = new ArrayList<>(); 

Repository Overview

Incomplete

Completed

About

This repository is a collection of Java projects for brushing up on Data Structures, Algorithms, and more.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Languages