Skip to content

Commit 662872b

Browse files
authored
Update README.md
1 parent 8c68679 commit 662872b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
A comprehensive collection of algorithms and data structures implemented in Go (Golang). This repository serves as both a learning resource and a reference implementation for common computer science concepts.
44
[![Go](https://github.com/deeper-x/data_struct_algs/actions/workflows/go.yml/badge.svg)](https://github.com/deeper-x/data_struct_algs/actions/workflows/go.yml)
55

6+
### Run
7+
```golang
8+
go test -v ./...
9+
```
10+
11+
612
## Contents
713

814
### Data Structures
@@ -199,4 +205,4 @@ This project is licensed under the MIT License - see the LICENSE file for detail
199205
This project was inspired by #TODO
200206

201207
## Contact
202-
For questions and feedback, please open an issue in the GitHub repository.
208+
For questions and feedback, please open an issue in the GitHub repository.

0 commit comments

Comments
 (0)