We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de8147 commit 55f4c53Copy full SHA for 55f4c53
README.md
@@ -55,7 +55,7 @@ of smaller cubes on the surface. Extend this to k-dimension.
55
14.What is a C array and illustrate the how is it different from a list.
56
57
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
+`*` are the special characters) and a string and returns whether the string matched
59
the regular expression.
60
61
16.Find the second largest element in an array with minimum no of comparisons
0 commit comments