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 9bf50f9 commit 07cf416Copy full SHA for 07cf416
0001_Two_Sum.java
@@ -1,7 +1,13 @@
1
-// id: 1
2
-// Name: Two Sum
3
-// link: https://leetcode.com/problems/two-sum/
4
-// Difficulty: Easy
+/*
+ * 1. Two Sum
+ * Problem Link: https://leetcode.com/problems/two-sum/
+ * Difficulty: Easy
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[] twoSum(int[] nums, int target) {
0 commit comments