Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,18 @@ btree.traverse()
print()
```

## Demo

Run the example script to see a B-Tree in action:

```sh
python examples/demo.py
```

## Run Tests

```sh
python -m unittest test_btree.py
python -m unittest discover
```

## Test Coverage
Expand Down
28 changes: 0 additions & 28 deletions main.py

This file was deleted.

Empty file added tests/__init__.py
Empty file.
File renamed without changes.