8000 GitHub - greg/OrderedCollections: Ordered set and dictionary implementations for Swift backed by a red-black tree
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Ordered set and dictionary implementations for Swift backed by a red-black tree

License

Notifications You must be signed in to change notification settings

greg/OrderedCollections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OrderedCollections

Ordered set and dictionary implementations for Swift backed by a red-black tree.

This is still a work in progress

Using RedBlackTree directly

import RedBlackTree

The RedBlackTree type is a struct that implements the RandomAccessCollection protocol and some more useful functions, and can be used on its own.

About

Ordered set and dictionary implementations for Swift backed by a red-black tree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0