{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/3"}],"enrichment":{"capability":"Provides Python implementations of red-black trees with optional uniqueness enforcement, supporting both set-like and dictionary-like operations.","skillfed_tags":["data-structures","algorithms"],"use_cases":["Implement ordered sets or dictionaries where insertion, deletion, and lookup must have predictable performance","Build applications requiring balanced tree traversal with consistent operation times","Use as a reference implementation or educational tool for understanding red-black tree algorithms","Replace unordered dictionaries when key ordering and balanced performance are both needed"],"what_it_does":"Red-black-tree-mod provides two Python modules implementing red-black trees\u2014a self-balancing binary search tree data structure. One module enforces uniqueness across keys, while the other allows duplicates. Both support set-like operations and dictionary-like operations for key-value storage and retrieval. Red-black trees guarantee consistent operation times with low standard deviation, making them useful when predictable performance matters.\n\nThe package is written in pure Python with no external runtime dependencies, so installation is straightforward from a dependency perspective. However, it has not been actively maintained for 962 days, and the source-only distribution means you should verify it works on your target Python version before relying on it in production.","worth_installing":"Yes, if you specifically need a red-black tree data structure and are willing to test it on your Python version. The MIT license is permissive, there are no known vulnerabilities, and it has no external dependencies. However, the dormant maintenance status and source-only distribution mean you should verify compatibility with your Python version before committing to production use."},"id":"red-black-tree-mod","links":{"html":"https://skillfed.io/packages/red-black-tree-mod","md":"https://skillfed.io/packages/red-black-tree-mod.md","pypi":"https://pypi.org/project/red-black-tree-mod/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2023-12-26","license_spdx":null,"license_treatment":"permissive","name":"red-black-tree-mod","python_support":"unspecified","summary":"Flexible python implementation of red black trees"},"popularity":{"monthly_downloads":3653641,"position":2542,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.22"}
