Skip to content

pankaj-bind/Container-AVL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVL

CI

AVL Tree migration from Roassal 3. A work in progress since it should be packaged to follow project conventions.

How to install it

To install AVL, go to the Playground (Ctrl+OW) in your Pharo image and execute the following Metacello script (select it and press Do-it button or Ctrl+D):

Metacello new
  baseline: 'ContainersAVLTree';
  repository: 'github://pharo-containers/Container-AVL:main';
  load

How to depend on it

If you want to add a dependency on linear-models to your project, include the following lines into your baseline method:

spec
  baseline: 'ContainersAVLTree'
  with: [ spec repository: 'github://pharo-containers/Container-AVL' ].

About

AVL Tree from Roassal 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 100.0%