Soenneker.Utils.String.Trie 3.0.344

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Utils.String.Trie --version 3.0.344
                    
NuGet\Install-Package Soenneker.Utils.String.Trie -Version 3.0.344
                    
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.344" />
                    
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.344" />
                    
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.344
                    
#r "nuget: Soenneker.Utils.String.Trie, 3.0.344"
                    
#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.
#addin nuget:?package=Soenneker.Utils.String.Trie&version=3.0.344
                    
Install Soenneker.Utils.String.Trie as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.Trie&version=3.0.344
                    
Install Soenneker.Utils.String.Trie 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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.1

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