Skip to content

Commit 4537b03

Browse files
authored
Improve readme labels and add a cool ASCII Art title (aalhour#112)
* Update README.md * Update README.md * Update README.md
1 parent e7fb10a commit 4537b03

File tree

1 file changed

+50
-10
lines changed

1 file changed

+50
-10
lines changed

README.md

Lines changed: 50 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,48 @@
1-
# C# ALGORITHMS [![Build Status](https://travis-ci.org/aalhour/C-Sharp-Algorithms.svg?branch=master)](https://travis-ci.org/aalhour/C-Sharp-Algorithms)
2-
3-
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.
4-
5-
## DESCRIPTION
1+
```
2+
3+
o---o | |
4+
/ --O--O--
5+
O | |
6+
\ --O--O--
7+
o---o | |
8+
9+
10+
O o o--o o--o o---o o-O-o o--O--o o o o o o--o
11+
/ \ | o o o | | | | | | |\ /| |
12+
o---o | | -o | | O--Oo | | O---O | \O/ | o--o
13+
| | | o | o o | \ | | | | | | |
14+
o o O---o o--o o--o o \o o-O-o o o o o o o---o
15+
16+
```
17+
18+
<p align="center">
19+
<a href="" alt="License">
20+
<img src="https://img.shields.io/github/license/aalhour/C-Sharp-Algorithms?style=flat-square&color=darkred" />
21+
</a>
22+
<a href="" alt="Build">
23+
<img src="https://img.shields.io/travis/aalhour/C-Sharp-Algorithms?style=flat-square&color=darkred" />
24+
</a>
25+
<a href="https://github.com/aalhour/C-Sharp-Algorithms/graphs/contributors" alt="Contributors">
26+
<img src="https://img.shields.io/github/contributors/aalhour/C-Sharp-Algorithms?style=flat-square&color=darkred" />
27+
</a>
28+
<a href="https://github.com/aalhour/C-Sharp-Algorithms/pulse" alt="Activity">
29+
<img src="https://img.shields.io/github/commit-activity/m/aalhour/C-Sharp-Algorithms?style=flat-square&color=darkred" />
30+
</a>
31+
</p>
32+
33+
##
34+
### WHAT IS C# ALGORITHMS?
35+
36+
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
640

741
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.
842

43+
##
44+
### DESCRIPTION
45+
946
#### Solution Hierarchy:
1047

1148
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
2562

2663
Note: The projects where tested with Visual Studio Community using .NET Core 2.0.3 on mac OS.
2764

28-
29-
## DATA STRUCTURES
65+
##
66+
### DATA STRUCTURES
3067

3168
#### Lists:
3269

@@ -92,7 +129,8 @@ Note: The projects where tested with Visual Studio Community using .NET Core 2.0
92129
+ [Directed Weighted Dense Graph](DataStructures/Graphs/DirectedWeightedDenseGraph.cs)
93130

94131

95-
## ALGORITHMS
132+
##
133+
### ALGORITHMS
96134

97135
#### Sorting:
98136

@@ -151,7 +189,8 @@ Note: The projects where tested with Visual Studio Community using .NET Core 2.0
151189
* [Tree Drawer](DataStructures/Trees/TreeDrawer.cs)
152190

153191

154-
## CONTRIBUTORS
192+
##
193+
### CONTRIBUTORS
155194

156195
<a href="https://github.com/aalhour/C-Sharp-Algorithms/graphs/contributors">
157196
<img src="https://contributors-img.firebaseapp.com/image?repo=aalhour/C-Sharp-Algorithms" />
@@ -160,6 +199,7 @@ Note: The projects where tested with Visual Studio Community using .NET Core 2.0
160199
<br />
161200
<!-- Made with [contributors-img](https://contributors-img.firebaseapp.com). -->
162201

163-
## LICENSE
202+
##
203+
### LICENSE
164204

165205
This project is licensed under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)