0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++3,724 forks (3,724 forks)batch import
Hacktoberfestadd codenew algorithm
Repository metrics
- Stars
- 13,462 stars (13,462 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
This is a(n):
Details:
Currently there's no implementation of removal for RBT in Scala.
Contributor guide
- Research direction
- Study existing Red Black Tree implementations in other languages in the repo for algorithm reference, then implement removal in Scala following functional programming patterns.
- Tech stack
- scala
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- ScalaRed Black Tree theory