Make small fixes to README

Fix some small typos.
pull/6/head
Steven Maude 8 years ago committed by GitHub
parent a9723dfb97
commit 7b03408f90

@ -1,7 +1,7 @@
go-algorithms
=============
`go-algorithms` - implemetation of different alghoritms and data structures with `golang`.
`go-algorithms` - implementation of different algorithms and data structures with `golang`.
Usage
-----
@ -12,7 +12,7 @@ Usage
3. Execute `go build bubble_sort.go` and `./bubble_sort`
Alghoritms
Algorithms
----------
#### Sorting
@ -40,7 +40,7 @@ Alghoritms
* stack
* queue
#### Algorithms
#### Numerical
* gcd

Loading…
Cancel
Save