Skip to content

Commit fa20fee

Browse files
authoredSep 7, 2022
Update README.md
1 parent 53d582a commit fa20fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ or
4141
#### Note : BuiltIn Sorting algorithm uses an unstable version of QuickSort, and after .NET 4.5 it now uses Insertion sort for n<16, otherwise it starts with Quicksort and switches to Heapsort when the number of partitions (recursion depth?) exceeds 2 * Log^N. Called: Introsort, and that explains why it is the fastest.
4242

4343
### Searching algorithms comparison:
44-
![SearchingBenchmark](https://user-images.githubusercontent.com/64654197/188233962-b8a86341-007e-4e86-b607-52183f6acac2.png)
44+
![image](https://user-images.githubusercontent.com/64654197/188931369-ce7a208b-73a7-4f62-8854-b38acff6c0c6.png)
4545

4646

4747

0 commit comments

Comments
 (0)
Please sign in to comment.