Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

harsh-apcr/Data-Structures-Java

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structures library for java 8.0 or above

This repository contains usefull fast ready-to-use implementations of generic data structures in java, implementable in 8.0 or above.

List of data-structures that are implemented -

  • Doubly Linked List
    • A simple doubly linked list implemenation based on header and trailer sentinel nodes
  • Stack
    • A growable array implementation of Stack
  • Queue
    • (Interface for standard queue) MyQueue
    • (Interface for double ended queue) MyDeque
    • (Array implementation of MyDeque)MyArrayDequeu
    • (List implementation of Queue) ListDeque
  • Tree
    • BinaryTree (A generic binary tree data-structure)
    • BinarySearchTree (A comparator must be provided)
    • Red-Black-Tree (extends BinarySearchTree)

Look at the standard documentation in the files for more information on how to use these Data-Structures

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.