https://github.com/syubogdanov/onotation
Because O(n²) should be a choice, not a surprise! Data structures for Python, sped up with C.
https://github.com/syubogdanov/onotation
algorithm c collections data-structure python python3 tree
Last synced: 5 days ago
JSON representation
Because O(n²) should be a choice, not a surprise! Data structures for Python, sped up with C.
- Host: GitHub
- URL: https://github.com/syubogdanov/onotation
- Owner: syubogdanov
- License: mit
- Created: 2025-11-15T20:05:27.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-19T20:18:47.000Z (3 months ago)
- Last Synced: 2026-01-20T02:12:57.637Z (3 months ago)
- Topics: algorithm, c, collections, data-structure, python, python3, tree
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Authors: AUTHORS
- Maintainers: MAINTAINERS
Awesome Lists containing this project
README
# onotation
[![PyPI Version][shields/pypi/version]][pypi/homepage]
[![PyPI Downloads][shields/pypi/downloads]][pypi/homepage]
[![License][shields/pypi/license]][github/license]
[![Python Version][shields/python/version]][pypi/homepage]
[![Documentation][shields/readthedocs]][docs/onotation]
[![Lint][shields/github/lint]][github/homepage]
[![Test][shields/github/test]][github/homepage]
[![Typing][shields/typing]][pypi/homepage]
## Key Features
* ...;
* ...;
* ....
## Getting Started
### Installation
The library is available as [`onotation`][pypi/homepage] on PyPI:
```shell
pip install onotation
```
### Usage
...
## License
MIT License, Copyright (c) 2025 Sergei Y. Bogdanov. See [LICENSE][github/license] file.
[docs/onotation]: https://onotation.readthedocs.io/
[github/homepage]: https://github.com/syubogdanov/onotation
[github/license]: https://github.com/syubogdanov/onotation/tree/main/LICENSE
[pypi/homepage]: https://pypi.org/project/onotation/
[shields/github/lint]: https://img.shields.io/github/actions/workflow/status/syubogdanov/onotation/lint.yaml?style=flat&label=lint&color=green
[shields/github/test]: https://img.shields.io/github/actions/workflow/status/syubogdanov/onotation/test.yaml?style=flat&label=test&color=green
[shields/pypi/downloads]: https://img.shields.io/pypi/dm/onotation.svg?color=green
[shields/pypi/license]: https://img.shields.io/pypi/l/onotation.svg?color=green
[shields/pypi/version]: https://img.shields.io/pypi/v/onotation.svg?color=green
[shields/python/version]: https://img.shields.io/pypi/pyversions/onotation.svg?color=green
[shields/readthedocs]: https://img.shields.io/readthedocs/onotation?style=flat&color=green
[shields/typing]: https://img.shields.io/pypi/types/onotation?style=flat&color=green