Skip to content

Commit 55f4c53

Browse files
committed
Update README.md
1 parent 9de8147 commit 55f4c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ of smaller cubes on the surface. Extend this to k-dimension.
5555
14.What is a C array and illustrate the how is it different from a list.
5656

5757
15.Write a function which takes as parameters one regular expression(only ? and
58-
* are the special characters) and a string and returns whether the string matched
58+
`*` are the special characters) and a string and returns whether the string matched
5959
the regular expression.
6060

6161
16.Find the second largest element in an array with minimum no of comparisons

0 commit comments

Comments
 (0)