Soenneker.Utils.String.Trie 2.1.260

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