Skip to content

Commit 4218611

Browse files
committed
minor documentation change
1 parent 4f9d782 commit 4218611

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,7 +1,9 @@
11
# Data Structures and Algorithms
22

3-
**Go data structures and algorithms**
4-
The intent of this repository is to solve in **Go** the problems identified in the **[Geeksforgeeks Algos to revision](https://www.geeksforgeeks.org/top-10-algorithms-in-interview-questions/amp/)** article as a must known algorithms for coding interview. The description of the below `unsolved yet` problems can be found in the article.
3+
**GO Data Structures and Algorithms**
4+
The intent of this repository is to solve with **Go Language** the problems identified by the **[Geeksforgeeks Algos to revision](https://www.geeksforgeeks.org/top-10-algorithms-in-interview-questions/amp/)** article as a must known algorithms for coding interview. GO is a great language choice for technical interviews.
5+
6+
WIP, the description of the below `unsolved yet` problems can be found in the orginal article.
57

68
> ***Contributions are welcomed, following below guidelines***
79
> * keep the consistency and document the code

0 commit comments

Comments
 (0)