Soenneker.Utils.String.Trie 3.0.524

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