Soenneker.Utils.String.Trie 3.0.639

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