Skip to content

Commit 5f4e44b

Browse files
committed
Formatted 0091_Decode_Ways.java
1 parent cd26978 commit 5f4e44b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

0091_Decode_Ways.java

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
// id: 91
2-
// Name: Decode Ways
3-
// link: https://leetcode.com/problems/decode-ways
4-
// Difficulty: Medium
1+
/*
2+
* 91. Decode Ways
3+
* Problem Link: https://leetcode.com/problems/decode-ways
4+
* 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+
*/
511

612
class Solution {
713
public int numDecodings(String s) {

0 commit comments

Comments
 (0)