Soenneker.Utils.String.Trie 2.1.189

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