Skip to content

Commit ac76b8d

Browse files
solves 2d aray ds
1 parent 6e4e5d1 commit ac76b8d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ I have also solved other domains on HackerRank that can be viewed at:
4545
| Problem | Difficulty Level | Solution Link |
4646
|---------|------------------|---------------|
4747
| [Arrays - DS](https://www.hackerrank.com/challenges/arrays-ds) | Easy | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](https://github.com/anishLearnsToCode/hackerrank-data-structures/blob/master/src/arrays/ArraysDS.java) |
48-
| [2D Arrays - DS](https://www.hackerrank.com/challenges/2d-array) | Easy | |
49-
| [Dynamic Array](https://www.hackerrank.com/challenges/dynamic-array) | Easy | |
50-
| [Left Rotation](https://www.hackerrank.com/challenges/array-left-rotation) | Easy | |
51-
| [Sparse Arrays](https://www.hackerrank.com/challenges/arrays-ds) | Medium | |
52-
| [Array Manipulation](https://www.hackerrank.com/challenges/crush) | Hard | |
48+
| [2D Arrays - DS](https://www.hackerrank.com/challenges/2d-array) | Easy | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](https://github.com/anishLearnsToCode/hackerrank-data-structures/blob/master/src/arrays/TwoDArrays.java) |
49+
| [Dynamic Array](https://www.hackerrank.com/challenges/dynamic-array) | Easy | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](https://github.com/anishLearnsToCode/hackerrank-data-structures/blob/master/src/arrays/ArraysDS.java) |
50+
| [Left Rotation](https://www.hackerrank.com/challenges/array-left-rotation) | Easy | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](https://github.com/anishLearnsToCode/hackerrank-data-structures/blob/master/src/arrays/ArraysDS.java) |
51+
| [Sparse Arrays](https://www.hackerrank.com/challenges/arrays-ds) | Medium | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](https://github.com/anishLearnsToCode/hackerrank-data-structures/blob/master/src/arrays/ArraysDS.java) |
52+
| [Array Manipulation](https://www.hackerrank.com/challenges/crush) | Hard | [![Java](https://img.icons8.com/color/40/000000/java-coffee-cup-logo.png)](https://github.com/anishLearnsToCode/hackerrank-data-structures/blob/master/src/arrays/ArraysDS.java) |
5353

5454
### Linked Lists
5555
| Problem | Difficulty Level | Solution Link |

0 commit comments

Comments
 (0)