Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes gwtw/js-avl-tree#12 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fixes gwtw/js-avl-tree#12 #13

wants to merge 1 commit into from

Conversation

freiit
Copy link

@freiit freiit commented Feb 7, 2022

fixes #12

Comment on lines 27 to +28
// Import npm module
var AvlTree = require('@tyriar/avl-tree');
var AvlTree = require('@tyriar/avl-tree').AvlTree;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This uses ts-avl-tree, it would be best to rewrite install and this to something like:

Install

git clone https://github.com/gwtw/js-avl-tree

Usage

// Import npm module
var AvlTree = require('./js-avl-tree/src/avl-tree');

Then moving the ts-avl-tree note into the install section

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Readme demo results in errors
2 participants