You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Open source library containing the most used sorting and searching algorithms.
3
+
4
+
In this library you can find the most used sorting & searching algorithms and that are must know for developers, and their implementation, these algorithms are as follows:
5
+
6
+
### Sorting:
7
+
- Bubble Sort
8
+
- Insertion Sort
9
+
- Selection Sort
10
+
- Bucket Sort
11
+
- Merge Sort
12
+
- Quick Sort
13
+
- Counting Sort
14
+
15
+
### Searching:
16
+
- Binary Search
17
+
- Ternary Search
18
+
- Jump Search
19
+
- Linear Search
20
+
- Exponential Search
21
+
22
+
23
+
### You can play with these algorithms in ```Algorithms.NET.Debug```
24
+
25
+
### To view and compare performance of each algorithm, manipulate the code inside :
0 commit comments