Skip to content

Commit ed0516c

Browse files
Update README.md
1 parent c026640 commit ed0516c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,6 @@ Whether you're building a lightweight application or handling large datasets, **
129129
| 75 | B-Tree | Insert | 100000 | 50.4755 |
130130
| 76 | B-Tree | Search | 100000 | 0.0125 |
131131
| 77 | B-Tree | Delete | 100000 | 0.0196 |
132-
| 78 | Native Array | Insert | 1000000 | 2.0249 |
133-
| 79 | Native Array | Search | 1000000 | 0.1391 |
134-
| 80 | Native Array | Delete | 1000000 | 0.000 |
135132

136133
**Suggested Applications:**
137134
- Small Data: For datasets around 1,000 elements, Native Arrays, Queues, and Stacks provide excellent performance.
@@ -193,7 +190,7 @@ Whether you're building a lightweight application or handling large datasets, **
193190
- Linear Search: Suited for small, unsorted datasets where search is infrequent.
194191
- Ternary Search: Good for distinct, ordered data ranges, often in optimization or game algorithms.
195192

196-
## 🏎️ Functional Programming (FP) Benchmarks
193+
### Functional Programming (FP) Benchmarks
197194

198195
Functional programming utilities are designed for **safe, composable, and efficient** function transformations.
199196

0 commit comments

Comments
 (0)