8000 Update README.md · SelfCodeLearning/Go@13502b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13502b3

Browse files
authored
Update README.md
1 parent fac2dba commit 13502b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# The Algorithms - Go
22

3-
### All algorithms implemented in Go (for education)
3+
### Algorithms implemented in Go (for education)
44

5-
These are for demonstration purposes only. There are many implementations of sorts in the Go standard library that are much better for performance reasons.
5+
These algorithms are for demonstration purposes only. There are many sort implementations in the Go standard library that may have better performance.
6+
7+
For a full list of all algorithms, please see: [DIRECTORY.md](https://github.com/TheAlgorithms/Go/blob/master/DIRECTORY.md)
68

79
## Sort Algorithms
810

0 commit comments

Comments
 (0)
0