Skip to content

A trie implementation (original version from Benoit St-Jean).

Notifications You must be signed in to change notification settings

pharo-containers/Containers-Trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Containers-Trie

A trie implementation (original version from Benoit St-Jean).

Pharo

This package is part of the Containers project: This project is to collect, clean, test and document alternate collection datastructures. Each package is modular so that users can only load the collection they need without 100 of related collections.

License Pharo version Pharo version

Loading

Metacello new
   baseline: 'ContainersTrie';
   repository: 'github://pharo-containers/Containers-Trie/src';
   load.

If you want to depend on it

spec 
   baseline: 'ContainersTrie' 
   with: [ spec repository: 'github://pharo-containers/Containers-Trie/src' ].

The best way to predict the future is to do it! Less talking more doing. stephane.ducasse@inria.fr

About

A trie implementation (original version from Benoit St-Jean).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published