OpenGenus/cosmos

Add Red Black Binary Search Tree

Open

#5,949 创建于 2020年10月3日

在 GitHub 查看
 (2 评论) (2 反应) (1 负责人)C++ (3,724 fork)batch import
Hacktoberfest

仓库指标

Star
 (13,462 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

This is a(n):

  • New algorithm
  • Update to an existing algorithm
  • Error
  • Proposal to the Repository

Details:

The tree folder is missing Red Black BST data structure. Red Black Binary Search tree is similar to an AVL tree but in this data structure every operation is guaranteed O(clgn), where c is some constant. It is a very important data structure as every operation is really fast and much easier to understand than AVL tree. I would like to add a Red Black BST written in python.

贡献者指南