You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [Breaking best and worst records](https://www.hackerrank.com/challenges/breaking-best-and-worst-records/problem) | [Solution](hackerrank/algorithms/implementation/breaking_best_and_worst_records.py)
11
+
11
12
- Data structures
12
13
- Linked lists
13
14
[Print the elements of a linked list](https://www.hackerrank.com/challenges/print-the-elements-of-a-linked-list/problem) | [Solution](hackerrank/data_structures/linked_list/print_linked_list_elements.py)
@@ -59,12 +60,17 @@
59
60
60
61
61
62
63
+
- Java
64
+
| Problem | Solution |
65
+
|---|---|
66
+
|[Java stdin and stdout I](https://www.hackerrank.com/challenges/java-stdin-and-stdout-1)|[Solution](hackerrank\java\introduction\java_stdin_stdout_1.java)|
67
+
|[Java If Else](https://www.hackerrank.com/challenges/java-if-else)|[Solution](hackerrank\java\introduction\java_if_else.java)|
62
68
- Leetcode
63
69
- Arrays
64
70
| Problem | Python | CPP | Java |
65
71
|---|---|---|---|
66
72
|[Remove duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/)|[Solution](leetcode/arrays/python/RemoveDuplicates.py)| | |
67
-
- [First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/) | [Solution](leetcode/arrays/python/first-unique-character-in-a-string.py)| | |
|[First Unique Character in a String](https://leetcode.com/problems/first-unique-character-in-a-string/) | [Solution](leetcode/arrays/python/first-unique-character-in-a-string.py)| | |
0 commit comments