Soenneker.Utils.String.Trie 3.0.383

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