Skip to content

Commit 9296e8f

Browse files
authored
Update README.md
Initial Draft
1 parent 3be782f commit 9296e8f

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
1+
<p align="right">
2+
<a href="https://www.facebook.com/kanhaiyag2/">
3+
<img height=80 src="https://github.com/Java-aid/LeetCodeSolutions/blob/master/LeetCodeSolutions/src/main/resources/imgs/facebook.png">
4+
</a>
5+
<a href="https://www.linkedin.com/in/kanahaiya-gupta-a9894746/">
6+
<img height=85 src="https://github.com/Java-aid/LeetCodeSolutions/blob/master/LeetCodeSolutions/src/main/resources/imgs/linkedin.png">
7+
</a>
8+
</p>
9+
<p align="center">
10+
<a href="https://leetcode.com/kanhaiya/">
11+
<img height=85 src="https://github.com/Java-aid/LeetCodeSolutions/blob/master/LeetCodeSolutions/src/main/resources/imgs/leetcode.png">
12+
</a>
13+
<br>This repository contains LeetCode problems solutions
14+
</p>
15+
16+
17+
18+
19+
Coding environment used- Windows 8.1, Eclipse Oxygen, JAVA 8
20+
21+
22+
123
# LeetCodeSolutions
2-
This repository contains leetcode problem solutions
24+
25+
| # | Tags | Title | Solution | Difficulty |
26+
|:-------:|:-------:|:------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:--------------:|
27+
| 26 | Array | [Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array) | [Solution.java](https://github.com/Java-aid/LeetCodeSolutions/blob/master/LeetCodeSolutions/EasyLevelSolutions/src/main/java/com/javaaid/solutions/easy/arrays/RemoveDuplicatesFromSortedArray.java) | Easy |
28+
| 226 | Array | [Invert Binary Tree](https://leetcode.com/problems/invert-binary-tree/description/) | [Solution.java](https://github.com/Java-aid/LeetCodeSolutions/blob/master/LeetCodeSolutions/EasyLevelSolutions/src/main/java/com/javaaid/solutions/easy/trees/InvertBinaryTree.java) | Easy |
29+
| 747 | Array | [Largest Number At Least Twice of Others](https://leetcode.com/problems/largest-number-at-least-twice-of-others/description) | [Solution.java](https://github.com/Java-aid/LeetCodeSolutions/blob/master/LeetCodeSolutions/EasyLevelSolutions/src/main/java/com/javaaid/solutions/easy/arrays/LargestNumberAtLeastTwiceofOthers.java) | Easy |

0 commit comments

Comments
 (0)