Skip to content

ahmetfurkankavraz/LinkedSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedSet

This repository contains an example implementation of the LinkedSet. The LinkedSet is a combination of Linked List and Red-Black Tree data structures. An example of a LinkedSet might be seen below.

Example Linked Set

This data structure will be helpful for the cases that we need a Sorted Linked List, while also want to perform insertion, deletion, and search operations fast. The full article about how I thought about this data structure can be found in here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages