From 967000f5f331c618aa971f245f4b36a78257d0d4 Mon Sep 17 00:00:00 2001 From: Dave Friedel Date: Sun, 20 Jul 2025 15:11:16 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66c4f4a..5233e23 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Memory-efficient algorithms and data structures for .NET using Williams' √n space-time tradeoffs. Reduce memory usage by 90-99% with minimal performance impact. +**Paper Repository**: [github.com/sqrtspace/sqrtspace-paper](https://github.com/sqrtspace/sqrtspace-paper) + ## Quick Start ```bash @@ -715,8 +717,8 @@ Apache 2.0 - See [LICENSE](LICENSE) for details. ## Links -- [NuGet Packages](https://www.nuget.org/profiles/marketally) -- [GitHub Repository](https://github.com/sqrtspace/sqrtspace-dotnet) +- [NuGet Packages](https://www.nuget.org/profiles/sqrtspace) +- [GitHub Repository ---