Soenneker.Utils.String.Trie 3.0.678

Prefix Reserved
dotnet add package Soenneker.Utils.String.Trie --version 3.0.678
                    
NuGet\Install-Package Soenneker.Utils.String.Trie -Version 3.0.678
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Utils.String.Trie" Version="3.0.678" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Utils.String.Trie" Version="3.0.678" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Utils.String.Trie" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Utils.String.Trie --version 3.0.678
                    
#r "nuget: Soenneker.Utils.String.Trie, 3.0.678"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.Utils.String.Trie@3.0.678
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Utils.String.Trie&version=3.0.678
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.Trie&version=3.0.678
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Utils.String.Trie

A utility library for comparing strings via trie (prefix tree) similarity

Installation

dotnet add package Soenneker.Utils.String.Trie

Why?

Imagine you have two strings. Trie-based matching helps you figure out how similar they are by looking at the prefixes they share. Here's why it's handy:

Easy to Understand:

Trie-based matching is straightforward. It helps identify common prefixes between two strings, providing an intuitive measure of similarity.

Not Bothered by Length:

Whether a string is long or short doesn't throw off trie-based matching. It cares more about the common prefixes than the total length of the strings.

Efficient for Big Tasks:

When you're dealing with lots of strings or large texts, trie-based matching is efficient. It quickly identifies common prefixes without getting bogged down by complicated calculations, making it a practical choice for large datasets.

Usage

string str1 = "hello";
string str2 = "hell";

double similarity = TrieStringSimilarityUtil.CalculateSimilarityPercentage(str1, str2); // 80
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.678 89 8/11/2025
3.0.677 86 6/27/2025
3.0.676 150 5/27/2025
3.0.674 151 5/7/2025
3.0.673 147 5/5/2025
3.0.672 145 5/5/2025
3.0.670 180 4/8/2025
3.0.669 167 4/8/2025
3.0.668 161 4/8/2025
3.0.667 167 4/8/2025
3.0.666 157 4/8/2025
3.0.665 167 4/8/2025
3.0.664 163 4/8/2025
3.0.663 169 4/7/2025
3.0.662 170 4/7/2025
3.0.661 177 4/7/2025
3.0.660 160 4/7/2025
3.0.659 164 4/7/2025
3.0.658 158 4/7/2025
3.0.657 165 4/7/2025
3.0.656 173 4/6/2025
3.0.655 164 4/6/2025
3.0.654 153 4/6/2025
3.0.653 139 4/6/2025
3.0.652 121 4/6/2025
3.0.651 118 4/6/2025
3.0.650 121 4/6/2025
3.0.649 116 4/6/2025
3.0.648 100 4/5/2025
3.0.647 91 4/5/2025
3.0.646 93 4/5/2025
3.0.645 102 4/5/2025
3.0.644 88 4/5/2025
3.0.643 90 4/5/2025
3.0.642 102 4/5/2025
3.0.641 155 4/4/2025
3.0.640 155 4/1/2025
3.0.639 166 3/31/2025
3.0.638 168 3/31/2025
3.0.637 93 3/29/2025
3.0.636 479 3/25/2025
3.0.635 474 3/25/2025
3.0.634 121 3/21/2025
3.0.633 131 3/21/2025
3.0.632 146 3/18/2025
3.0.631 153 3/18/2025
3.0.630 75 3/15/2025
3.0.629 76 3/15/2025
3.0.628 73 3/15/2025
3.0.627 161 3/12/2025
3.0.626 165 3/12/2025
3.0.625 159 3/12/2025
3.0.624 164 3/11/2025
3.0.623 156 3/11/2025
3.0.622 165 3/11/2025
3.0.621 171 3/11/2025
3.0.620 152 3/11/2025
3.0.619 155 3/11/2025
3.0.618 216 3/7/2025
3.0.617 224 3/7/2025
3.0.616 103 3/2/2025
3.0.615 107 3/2/2025
3.0.614 99 3/2/2025
3.0.613 105 3/2/2025
3.0.612 102 3/1/2025
3.0.611 100 3/1/2025
3.0.610 108 3/1/2025
3.0.609 103 3/1/2025
3.0.608 105 3/1/2025
3.0.607 101 3/1/2025
3.0.606 95 3/1/2025
3.0.605 94 3/1/2025
3.0.604 112 2/25/2025
3.0.603 113 2/25/2025
3.0.602 107 2/25/2025
3.0.601 114 2/25/2025
3.0.600 94 2/24/2025
3.0.599 126 2/23/2025
3.0.598 102 2/23/2025
3.0.597 100 2/22/2025
3.0.596 94 2/22/2025
3.0.595 102 2/22/2025
3.0.594 106 2/22/2025
3.0.593 108 2/22/2025
3.0.592 105 2/21/2025
3.0.591 100 2/21/2025
3.0.590 115 2/21/2025
3.0.589 121 2/19/2025
3.0.588 120 2/19/2025
3.0.587 107 2/19/2025
3.0.586 114 2/18/2025
3.0.585 115 2/18/2025
3.0.584 134 2/18/2025
3.0.583 119 2/14/2025
3.0.582 111 2/13/2025
3.0.581 121 2/12/2025
3.0.580 118 2/12/2025
3.0.579 107 2/12/2025
3.0.578 104 2/12/2025
3.0.577 106 2/12/2025
3.0.576 110 2/11/2025
3.0.575 112 2/11/2025
3.0.574 118 2/11/2025
3.0.573 113 2/11/2025
3.0.572 117 2/11/2025
3.0.571 117 2/11/2025
3.0.570 126 2/10/2025
3.0.569 107 2/10/2025
3.0.568 106 2/10/2025
3.0.567 108 2/10/2025
3.0.566 109 2/9/2025
3.0.565 100 2/8/2025
3.0.564 114 2/8/2025
3.0.563 102 2/8/2025
3.0.562 110 2/8/2025
3.0.561 114 2/8/2025
3.0.560 103 2/7/2025
3.0.559 111 2/7/2025
3.0.558 102 2/7/2025
3.0.557 100 2/7/2025
3.0.556 116 2/7/2025
3.0.555 101 2/6/2025
3.0.554 127 2/5/2025
3.0.553 114 2/5/2025
3.0.552 112 2/5/2025
3.0.551 102 2/5/2025
3.0.550 101 2/5/2025
3.0.549 112 2/5/2025
3.0.548 96 2/5/2025
3.0.547 109 1/28/2025
3.0.546 103 1/28/2025
3.0.545 102 1/28/2025
3.0.544 92 1/27/2025
3.0.543 89 1/27/2025
3.0.542 90 1/27/2025
3.0.541 100 1/27/2025
3.0.540 107 1/26/2025
3.0.539 94 1/26/2025
3.0.538 101 1/25/2025
3.0.537 102 1/25/2025
3.0.536 104 1/25/2025
3.0.535 90 1/25/2025
3.0.534 91 1/24/2025
3.0.533 105 1/24/2025
3.0.532 102 1/24/2025
3.0.531 101 1/24/2025
3.0.530 101 1/24/2025
3.0.529 94 1/24/2025
3.0.528 103 1/23/2025
3.0.527 109 1/23/2025
3.0.526 109 1/21/2025
3.0.525 105 1/21/2025
3.0.524 116 1/21/2025
3.0.523 100 1/21/2025
3.0.522 95 1/21/2025
3.0.521 107 1/21/2025
3.0.520 99 1/21/2025
3.0.519 109 1/21/2025
3.0.518 105 1/21/2025
3.0.517 99 1/21/2025
3.0.516 107 1/21/2025
3.0.515 109 1/21/2025
3.0.514 98 1/20/2025
3.0.513 109 1/20/2025
3.0.512 97 1/20/2025
3.0.511 103 1/20/2025
3.0.510 98 1/20/2025
3.0.509 101 1/20/2025
3.0.508 106 1/20/2025
3.0.507 96 1/20/2025
3.0.506 96 1/20/2025
3.0.505 107 1/19/2025
3.0.504 96 1/19/2025
3.0.503 95 1/19/2025
3.0.502 100 1/19/2025
3.0.501 97 1/19/2025
3.0.500 95 1/19/2025
3.0.499 90 1/19/2025
3.0.498 104 1/18/2025
3.0.497 93 1/18/2025
3.0.496 95 1/17/2025
3.0.495 104 1/17/2025
3.0.494 96 1/17/2025
3.0.493 106 1/17/2025
3.0.492 100 1/16/2025
3.0.491 92 1/16/2025
3.0.490 104 1/16/2025
3.0.489 96 1/16/2025
3.0.488 102 1/16/2025
3.0.487 98 1/16/2025
3.0.486 104 1/15/2025
3.0.485 99 1/15/2025
3.0.484 94 1/15/2025
3.0.483 95 1/15/2025
3.0.482 107 1/15/2025
3.0.481 96 1/15/2025
3.0.480 80 1/15/2025
3.0.479 66 1/15/2025
3.0.478 90 1/14/2025
3.0.477 86 1/14/2025
3.0.476 91 1/14/2025
3.0.475 90 1/14/2025
3.0.474 96 1/14/2025
3.0.473 90 1/13/2025
3.0.472 93 1/13/2025
3.0.471 92 1/13/2025
3.0.470 87 1/13/2025
3.0.469 101 1/11/2025
3.0.468 111 1/11/2025
3.0.467 102 1/11/2025
3.0.466 100 1/11/2025
3.0.465 114 1/10/2025
3.0.464 90 1/10/2025
3.0.463 83 1/10/2025
3.0.462 104 1/10/2025
3.0.461 103 1/10/2025
3.0.460 112 1/10/2025
3.0.459 131 1/3/2025
3.0.458 137 1/3/2025
3.0.457 123 1/3/2025
3.0.456 108 1/3/2025
3.0.455 118 1/2/2025
3.0.454 110 1/2/2025
3.0.453 125 1/2/2025
3.0.452 116 1/2/2025
3.0.451 118 1/1/2025
3.0.450 137 1/1/2025
3.0.449 116 1/1/2025
3.0.448 120 1/1/2025
3.0.447 122 1/1/2025
3.0.446 128 1/1/2025
3.0.445 115 1/1/2025
3.0.444 118 1/1/2025
3.0.443 126 12/31/2024
3.0.442 115 12/31/2024
3.0.441 116 12/31/2024
3.0.440 123 12/31/2024
3.0.439 130 12/31/2024
3.0.438 126 12/31/2024
3.0.437 103 12/31/2024
3.0.436 106 12/31/2024
3.0.435 105 12/31/2024
3.0.434 96 12/31/2024
3.0.433 118 12/31/2024
3.0.432 105 12/30/2024
3.0.431 107 12/28/2024
3.0.430 96 12/28/2024
3.0.429 110 12/27/2024
3.0.428 117 12/27/2024
3.0.427 107 12/24/2024
3.0.426 107 12/24/2024
3.0.425 98 12/24/2024
3.0.424 106 12/23/2024
3.0.423 109 12/23/2024
3.0.422 109 12/23/2024
3.0.421 96 12/23/2024
3.0.420 111 12/23/2024
3.0.419 98 12/23/2024
3.0.418 111 12/22/2024
3.0.417 107 12/22/2024
3.0.416 107 12/22/2024
3.0.415 119 12/22/2024
3.0.414 110 12/22/2024
3.0.413 115 12/22/2024
3.0.412 106 12/21/2024
3.0.411 100 12/21/2024
3.0.410 108 12/21/2024
3.0.409 101 12/21/2024
3.0.408 99 12/21/2024
3.0.407 105 12/21/2024
3.0.406 107 12/20/2024
3.0.405 107 12/20/2024
3.0.404 112 12/20/2024
3.0.403 105 12/20/2024
3.0.402 102 12/20/2024
3.0.401 109 12/19/2024
3.0.400 97 12/19/2024
3.0.399 103 12/19/2024
3.0.398 97 12/19/2024
3.0.397 111 12/18/2024
3.0.396 105 12/18/2024
3.0.395 115 12/16/2024
3.0.394 108 12/16/2024
3.0.393 100 12/10/2024
3.0.392 106 12/10/2024
3.0.391 109 12/10/2024
3.0.390 102 12/9/2024
3.0.389 112 12/9/2024
3.0.388 102 12/9/2024
3.0.387 98 12/9/2024
3.0.386 99 12/9/2024
3.0.385 103 12/7/2024
3.0.384 110 12/6/2024
3.0.383 115 12/6/2024
3.0.382 97 12/6/2024
3.0.381 113 12/6/2024
3.0.380 113 12/6/2024
3.0.379 107 12/6/2024
3.0.377 112 12/6/2024
3.0.376 106 12/5/2024
3.0.375 120 12/5/2024
3.0.374 111 12/5/2024
3.0.373 111 12/5/2024
3.0.372 104 12/5/2024
3.0.371 104 12/5/2024
3.0.370 113 12/5/2024
3.0.369 109 12/4/2024
3.0.368 113 12/4/2024
3.0.367 105 12/4/2024
3.0.366 117 12/4/2024
3.0.365 106 12/4/2024
3.0.364 116 12/3/2024
3.0.363 109 12/3/2024
3.0.362 115 12/3/2024
3.0.361 105 12/3/2024
3.0.360 104 12/3/2024
3.0.359 103 12/3/2024
3.0.358 101 12/3/2024
3.0.357 106 12/2/2024
3.0.356 98 12/2/2024
3.0.355 101 12/2/2024
3.0.354 111 12/2/2024
3.0.353 110 12/1/2024
3.0.352 106 12/1/2024
3.0.351 111 12/1/2024
3.0.350 114 12/1/2024
3.0.349 115 11/29/2024
3.0.348 99 11/29/2024
3.0.347 103 11/21/2024
3.0.346 101 11/21/2024
3.0.345 114 11/20/2024
3.0.344 103 11/20/2024
3.0.343 115 11/20/2024
3.0.342 116 11/20/2024
3.0.341 114 11/20/2024
3.0.340 107 11/19/2024
3.0.339 110 11/19/2024
3.0.338 102 11/19/2024
3.0.337 98 11/19/2024
3.0.336 109 11/19/2024
3.0.335 111 11/19/2024
3.0.334 147 11/15/2024
3.0.333 109 11/14/2024
3.0.332 105 11/14/2024
3.0.331 98 11/14/2024
3.0.330 99 11/14/2024
3.0.329 107 11/14/2024
3.0.328 107 11/14/2024
3.0.327 108 11/14/2024
3.0.326 114 11/14/2024
3.0.325 113 11/14/2024
3.0.324 119 11/14/2024
3.0.323 112 11/14/2024
3.0.322 108 11/14/2024
3.0.321 109 11/14/2024
2.1.320 111 11/13/2024
2.1.319 110 11/13/2024
2.1.318 110 11/13/2024
2.1.317 108 11/13/2024
2.1.316 109 11/13/2024
2.1.315 108 11/12/2024
2.1.314 123 11/9/2024
2.1.313 116 11/9/2024
2.1.312 115 11/9/2024
2.1.311 110 11/8/2024
2.1.310 101 11/8/2024
2.1.309 110 11/8/2024
2.1.308 123 11/8/2024
2.1.307 125 11/8/2024
2.1.306 123 11/6/2024
2.1.305 112 11/1/2024
2.1.304 109 11/1/2024
2.1.303 108 11/1/2024
2.1.302 105 10/31/2024
2.1.301 109 10/29/2024
2.1.300 109 10/29/2024
2.1.299 113 10/29/2024
2.1.298 103 10/29/2024
2.1.297 119 10/29/2024
2.1.296 105 10/29/2024
2.1.295 108 10/28/2024
2.1.294 115 10/26/2024
2.1.293 110 10/26/2024
2.1.292 108 10/22/2024
2.1.291 120 10/22/2024
2.1.290 104 10/22/2024
2.1.289 104 10/22/2024
2.1.288 112 10/22/2024
2.1.287 114 10/18/2024
2.1.286 98 10/17/2024
2.1.285 117 10/17/2024
2.1.284 105 10/15/2024
2.1.283 105 10/15/2024
2.1.282 101 10/14/2024
2.1.281 109 10/12/2024
2.1.280 107 10/12/2024
2.1.279 100 10/12/2024
2.1.278 108 10/11/2024
2.1.277 111 10/9/2024
2.1.276 115 10/9/2024
2.1.275 105 10/9/2024
2.1.274 99 10/9/2024
2.1.273 104 10/9/2024
2.1.272 113 10/8/2024
2.1.271 115 10/8/2024
2.1.270 110 10/8/2024
2.1.269 111 10/8/2024
2.1.268 107 10/3/2024
2.1.267 107 10/3/2024
2.1.266 115 10/3/2024
2.1.265 106 10/3/2024
2.1.264 109 10/3/2024
2.1.263 108 10/2/2024
2.1.262 107 10/2/2024
2.1.261 117 10/2/2024
2.1.260 113 10/2/2024
2.1.259 106 10/2/2024
2.1.258 108 10/1/2024
2.1.257 109 10/1/2024
2.1.256 118 10/1/2024
2.1.255 120 10/1/2024
2.1.254 112 9/29/2024
2.1.253 108 9/29/2024
2.1.252 102 9/29/2024
2.1.251 106 9/29/2024
2.1.250 115 9/29/2024
2.1.249 104 9/27/2024
2.1.248 109 9/27/2024
2.1.247 101 9/27/2024
2.1.246 104 9/27/2024
2.1.245 110 9/27/2024
2.1.244 120 9/27/2024
2.1.243 112 9/27/2024
2.1.242 111 9/26/2024
2.1.241 106 9/26/2024
2.1.240 112 9/26/2024
2.1.239 104 9/26/2024
2.1.238 107 9/26/2024
2.1.237 109 9/26/2024
2.1.236 102 9/26/2024
2.1.235 103 9/26/2024
2.1.234 103 9/23/2024
2.1.233 109 9/23/2024
2.1.232 107 9/23/2024
2.1.231 104 9/23/2024
2.1.230 108 9/23/2024
2.1.229 106 9/23/2024
2.1.228 110 9/23/2024
2.1.227 105 9/23/2024
2.1.226 122 9/18/2024
2.1.225 125 9/18/2024
2.1.224 108 9/18/2024
2.1.223 113 9/18/2024
2.1.222 114 9/18/2024
2.1.221 118 9/17/2024
2.1.220 119 9/17/2024
2.1.218 121 9/17/2024
2.1.217 116 9/17/2024
2.1.216 129 9/17/2024
2.1.215 108 9/17/2024
2.1.214 104 9/17/2024
2.1.213 104 9/16/2024
2.1.212 126 9/16/2024
2.1.211 124 9/12/2024
2.1.210 127 9/12/2024
2.1.209 132 9/11/2024
2.1.208 130 9/11/2024
2.1.207 129 9/11/2024
2.1.206 132 9/11/2024
2.1.205 125 9/11/2024
2.1.204 140 9/10/2024
2.1.203 142 9/10/2024
2.1.202 113 9/10/2024
2.1.201 127 9/10/2024
2.1.200 126 9/10/2024
2.1.199 138 9/10/2024
2.1.198 135 9/10/2024
2.1.197 110 9/9/2024
2.1.195 120 9/9/2024
2.1.194 111 9/9/2024
2.1.193 124 9/9/2024
2.1.192 130 9/9/2024
2.1.191 127 9/7/2024
2.1.190 100 9/7/2024
2.1.189 128 9/7/2024
2.1.188 126 9/6/2024
2.1.187 136 9/6/2024
2.1.186 134 9/6/2024
2.1.185 130 9/5/2024
2.1.184 132 9/5/2024
2.1.183 111 9/5/2024
2.1.182 130 9/5/2024
2.1.181 119 9/5/2024
2.1.180 116 9/5/2024
2.1.179 117 9/5/2024
2.1.178 110 9/5/2024
2.1.177 111 9/4/2024
2.1.176 116 9/4/2024
2.1.175 121 9/3/2024
2.1.174 128 9/3/2024
2.1.173 117 9/3/2024
2.1.172 132 9/3/2024
2.1.171 108 9/3/2024
2.1.170 116 9/3/2024
2.1.169 123 8/29/2024
2.1.168 119 8/29/2024
2.1.167 119 8/29/2024
2.1.166 124 8/26/2024
2.1.165 113 8/26/2024
2.1.164 138 8/26/2024
2.1.163 131 8/21/2024
2.1.162 152 8/21/2024
2.1.161 141 8/21/2024
2.1.160 132 8/21/2024
2.1.159 153 8/20/2024
2.1.158 150 8/20/2024
2.1.157 128 8/20/2024
2.1.156 127 8/20/2024
2.1.155 142 8/20/2024
2.1.154 135 8/20/2024
2.1.153 150 8/19/2024
2.1.152 144 8/15/2024
2.1.151 150 8/15/2024
2.1.150 148 8/15/2024
2.1.149 141 8/14/2024
2.1.148 124 8/14/2024
2.1.147 118 8/14/2024
2.1.146 138 8/13/2024
2.1.145 115 8/7/2024
2.1.144 109 8/7/2024
2.1.143 115 8/7/2024
2.1.142 112 8/6/2024
2.1.141 103 8/6/2024
2.1.140 90 8/1/2024
2.1.139 85 8/1/2024
2.1.137 106 7/25/2024
2.1.136 111 7/25/2024
2.1.135 106 7/25/2024
2.1.134 110 7/25/2024
2.1.133 98 7/25/2024
2.1.132 114 7/25/2024
2.1.131 112 7/25/2024
2.1.130 108 7/24/2024
2.1.129 114 7/24/2024
2.1.128 106 7/20/2024
2.1.127 128 7/20/2024
2.1.126 124 7/20/2024
2.1.125 121 7/14/2024
2.1.124 122 7/14/2024
2.1.123 121 7/14/2024
2.1.122 116 7/14/2024
2.1.121 117 7/14/2024
2.1.120 125 7/10/2024
2.1.119 120 7/10/2024
2.1.118 119 7/10/2024
2.1.117 105 7/10/2024
2.1.115 116 7/10/2024
2.1.114 109 7/10/2024
2.1.113 122 7/10/2024
2.1.112 120 7/10/2024
2.1.111 106 7/10/2024
2.1.109 123 7/10/2024
2.1.108 127 7/9/2024
2.1.106 89 7/9/2024
2.1.105 109 7/9/2024
2.1.104 105 7/9/2024
2.1.103 121 7/9/2024
2.1.102 121 7/9/2024
2.1.101 120 7/9/2024
2.1.100 121 7/9/2024
2.1.99 117 7/9/2024
2.1.98 103 7/8/2024
2.1.97 132 7/8/2024
2.1.96 123 7/8/2024
2.1.95 121 7/8/2024
2.1.94 129 7/8/2024
2.1.93 119 7/8/2024
2.1.92 123 7/7/2024
2.1.91 122 7/7/2024
2.1.90 126 7/3/2024
2.1.89 113 7/3/2024
2.1.88 128 7/3/2024
2.1.87 123 7/3/2024
2.1.86 110 7/3/2024
2.1.85 118 6/27/2024
2.1.84 106 6/27/2024
2.1.83 103 6/27/2024
2.1.82 141 6/22/2024
2.1.81 127 6/22/2024
2.1.80 129 6/22/2024
2.1.79 127 6/16/2024
2.1.78 104 6/15/2024
2.1.77 111 6/15/2024
2.1.76 125 6/15/2024
2.1.75 114 6/15/2024
2.1.74 128 6/15/2024
2.1.73 113 6/15/2024
2.1.72 127 6/15/2024
2.1.71 107 6/14/2024
2.1.70 128 6/4/2024
2.1.69 116 6/4/2024
2.1.68 134 6/2/2024
2.1.67 138 6/2/2024
2.1.66 135 6/1/2024
2.1.65 114 6/1/2024
2.1.64 125 6/1/2024
2.1.63 125 6/1/2024
2.1.62 129 6/1/2024
2.1.61 123 6/1/2024
2.1.60 128 6/1/2024
2.1.59 113 5/31/2024
2.1.58 132 5/31/2024
2.1.57 134 5/31/2024
2.1.56 120 5/31/2024
2.1.55 132 5/29/2024
2.1.54 123 5/29/2024
2.1.53 130 5/29/2024
2.1.52 122 5/28/2024
2.1.51 128 5/28/2024
2.1.50 129 5/28/2024
2.1.49 132 5/28/2024
2.1.48 130 5/28/2024
2.1.47 101 5/27/2024
2.1.46 117 5/27/2024
2.1.45 126 5/27/2024
2.1.44 121 5/27/2024
2.1.43 121 5/26/2024
2.1.42 127 5/26/2024
2.1.41 130 5/26/2024
2.1.40 116 5/26/2024
2.1.39 126 5/26/2024
2.1.38 133 5/26/2024
2.1.37 106 5/25/2024
2.1.36 126 5/25/2024
2.1.35 141 5/25/2024
2.1.34 137 5/25/2024
2.1.33 132 5/25/2024
2.1.32 123 5/23/2024
2.1.31 118 5/23/2024
2.1.30 131 5/23/2024
2.1.29 128 5/23/2024
2.1.28 114 5/23/2024
2.1.27 128 5/23/2024
2.1.26 133 5/23/2024
2.1.25 125 5/22/2024
2.1.24 128 5/22/2024
2.1.23 133 5/22/2024
2.1.22 131 5/22/2024
2.1.21 112 5/18/2024
2.1.20 102 5/18/2024
2.1.19 102 5/18/2024
2.1.18 112 5/18/2024
2.1.17 108 5/17/2024
2.1.16 122 5/17/2024
2.1.15 85 5/17/2024
2.1.14 116 5/16/2024
2.1.13 104 5/16/2024
2.1.12 121 5/16/2024
2.1.11 110 5/15/2024
2.1.10 107 5/15/2024
2.1.9 120 5/15/2024
2.1.8 103 5/14/2024
2.1.7 89 5/14/2024
2.1.6 85 5/14/2024
2.1.5 99 5/14/2024
2.1.4 68 5/14/2024
2.1.3 114 5/14/2024
2.1.2 91 5/14/2024
2.1.1 98 5/14/2024