Soenneker.Utils.String.Trie 2.1.83

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