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
A C# plug-and-play class-library project of standard Data Structures and Algorithms. It contains 35+ Data Structures and 30+ Algorithms designed as Object-Oriented isolated components. Even though this project started for educational purposes, the implemented Data Structures and Algorithms are standard, efficient, stable and tested.
A plug-and-play class-library project of standard Data Structures and Algorithms, written in C#. It contains 35+ Data Structures and 30+ Algorithms designed as Object-Oriented isolated components. Even though this project started for educational purposes, the implemented Data Structures and Algorithms are standard, efficient, stable and tested.
37
+
38
+
##
39
+
### BACK STORY
6
40
7
41
This project originally started out as an interview preparation project. However, after receiving a great amount of positive responses on [reddit](https://redd.it/3etf9f), and noticing excitement from a few [GitHubers](https://github.com/aalhour/C-Sharp-Algorithms#contributors) to contribute furthermore to it, the project took on a different meaning. So, I decided to keep maintaining it as a reference for data structures and algorithm implementations in C# as well as my own research side-project under these topics.
8
42
43
+
##
44
+
### DESCRIPTION
45
+
9
46
#### Solution Hierarchy:
10
47
11
48
This is a C#.NET solution-project, and it contains three subprojects:
@@ -25,8 +62,8 @@ If you wish to contribute to C# ALGORITHMS, then please make sure you check out
25
62
26
63
Note: The projects where tested with Visual Studio Community using .NET Core 2.0.3 on mac OS.
27
64
28
-
29
-
## DATA STRUCTURES
65
+
##
66
+
###DATA STRUCTURES
30
67
31
68
#### Lists:
32
69
@@ -92,7 +129,8 @@ Note: The projects where tested with Visual Studio Community using .NET Core 2.0
0 commit comments