Skip to content

Java implementations of various data structures. (i.e. RedBlackTree)

Notifications You must be signed in to change notification settings

nellamad/DataStructures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataStructures

Java implementations of various data structures.

Implementation of a red-black tree, a kind of self-balancing binary search tree where balance is achieved through maintaining certain node colouring properties. Search, insertion and deletion are all performed in O(log n) time.

An implementation of a min-heap using an arraylist as the underlying data structure. Push and pop operations are all performed in O(log n) time.

About

Java implementations of various data structures. (i.e. RedBlackTree)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published