We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd26978 commit 5f4e44bCopy full SHA for 5f4e44b
0091_Decode_Ways.java
@@ -1,7 +1,13 @@
1
-// id: 91
2
-// Name: Decode Ways
3
-// link: https://leetcode.com/problems/decode-ways
4
-// Difficulty: Medium
+/*
+ * 91. Decode Ways
+ * Problem Link: https://leetcode.com/problems/decode-ways
+ * Difficulty: Medium
5
+ *
6
+ * Solution Created by: Muhammad Khuzaima Umair
7
+ * LeetCode : https://leetcode.com/mkhuzaima/
8
+ * Github : https://github.com/mkhuzaima
9
+ * LinkedIn : https://www.linkedin.com/in/mkhuzaima/
10
+ */
11
12
class Solution {
13
public int numDecodings(String s) {
0 commit comments