aalhour / aalhour/C-Sharp-Algorithms
R+ Trees
Open
data structure request
- Dominant language
- C#
- Stars
- 6.2k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
Implement the [R+ Tree](https://en.wikipedia.org/wiki/R%2B_tree) Data Structure.
Contributor guide
Research direction
The issue asks to implement an R+ Tree data structure. Start by reading the Wikipedia link to understand the algorithm. Look at existing tree implementations in the repository to see the project's coding patterns. The work involves designing a new class, writing insertion, deletion, and search methods, and ensuring it integrates with the library. Done means a fully tested R+ Tree class is added to the data structures section.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 10/100