You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# Data Structures and Algorithms
2
2
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.
5
7
6
8
> ***Contributions are welcomed, following below guidelines***
0 commit comments