Soenneker.Utils.String.Trie 2.1.277

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