Skip to content

chaseofthejungle/java-data-structure-leetcode-interview-questions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Data Structure Leetcode Interview Questions

Description: These are code solutions for popular Java development interview questions concerning various data structures (e.g., LinkedLists, Stacks, HashTables), bearing similarities to Leetcode examples. These files can be used for independent learning, interview preparation, and/or as a supplement to academic study.

Prerequisites: Having a general knowledge of these data structures is advised. Prerequisite knowledge is also referenced in the READMEs of each subfolder, including links to relevant tutorials.

Note: If looking for an online Java compiler with multi-class support, consider Codiva.

Data Structures Demonstrations
Arrays primitive int Arrays
Hashes HashMaps
Lists LinkedLists, DoublyLinkedLists
Sets Set objects of Integers
Stacks and Queues Dequeues, Enqueues
Trees BinarySearchTrees, Heaps

About

Solutions to common Java data structures interview and LeetCode questions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages