Skip to content

Commit 7dd790d

Browse files
committed
Updated readme
1 parent c908bf9 commit 7dd790d

File tree

1 file changed

+185
-185
lines changed

1 file changed

+185
-185
lines changed

README.md

Lines changed: 185 additions & 185 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
[![](https://img.shields.io/github/forks/LeetCode-in-Scala/LeetCode-in-Scala?label=Fork%20me%20on%20GitHub%20&style=flat-square)](https://github.com/LeetCode-in-Scala/LeetCode-in-Scala/fork)
77
> ["For coding interview preparation, LeetCode is one of the best online resource providing a rich library of more than 300 real coding interview questions for you to practice from using one of the 7 supported languages - C, C++, Java, Python, C#, JavaScript, Ruby."](https://www.quora.com/How-effective-is-Leetcode-for-preparing-for-technical-interviews)
88
9-
* [Programming Skills II](#programming-skills-ii)
10-
* [Graph Theory I](#graph-theory-i)
119
* [SQL I](#sql-i)
1210
* [Level 1](#level-1)
1311
* [Level 2](#level-2)
@@ -21,188 +19,8 @@
2119
* [Binary Search II](#binary-search-ii)
2220
* [Dynamic Programming I](#dynamic-programming-i)
2321
* [Programming Skills I](#programming-skills-i)
24-
25-
### Programming Skills II
26-
27-
#### Day 1
28-
29-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
30-
|-|-|-|-|-|-
31-
32-
#### Day 2
33-
34-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
35-
|-|-|-|-|-|-
36-
37-
#### Day 3
38-
39-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
40-
|-|-|-|-|-|-
41-
42-
#### Day 4
43-
44-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
45-
|-|-|-|-|-|-
46-
47-
#### Day 5
48-
49-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
50-
|-|-|-|-|-|-
51-
52-
#### Day 6
53-
54-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
55-
|-|-|-|-|-|-
56-
| 0739 |[Daily Temperatures](src/main/scala/g0701_0800/s0739_daily_temperatures)| Medium | Top_100_Liked_Questions, Array, Stack, Monotonic_Stack, LeetCode_75_Monotonic_Stack, Big_O_Time_O(n)_Space_O(n) | 931 | 97.30
57-
58-
#### Day 7
59-
60-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
61-
|-|-|-|-|-|-
62-
| 0048 |[Rotate Image](src/main/scala/g0001_0100/s0048_rotate_image)| Medium | Top_100_Liked_Questions, Top_Interview_Questions, Array, Math, Matrix, Big_O_Time_O(n^2)_Space_O(1) | 472 | 66.67
63-
64-
#### Day 8
65-
66-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
67-
|-|-|-|-|-|-
68-
69-
#### Day 9
70-
71-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
72-
|-|-|-|-|-|-
73-
74-
#### Day 10
75-
76-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
77-
|-|-|-|-|-|-
78-
79-
#### Day 11
80-
81-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
82-
|-|-|-|-|-|-
83-
| 0049 |[Group Anagrams](src/main/scala/g0001_0100/s0049_group_anagrams)| Medium | Top_100_Liked_Questions, Top_Interview_Questions, Array, String, Hash_Table, Sorting, Big_O_Time_O(n\*k_log_k)_Space_O(n) | 618 | 91.67
84-
85-
#### Day 12
86-
87-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
88-
|-|-|-|-|-|-
89-
| 0438 |[Find All Anagrams in a String](src/main/scala/g0401_0500/s0438_find_all_anagrams_in_a_string)| Medium | Top_100_Liked_Questions, String, Hash_Table, Sliding_Window, Big_O_Time_O(n+m)_Space_O(1) | 576 | 100.00
90-
91-
#### Day 13
92-
93-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
94-
|-|-|-|-|-|-
95-
96-
#### Day 14
97-
98-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
99-
|-|-|-|-|-|-
100-
| 0138 |[Copy List with Random Pointer](src/main/scala/g0101_0200/s0138_copy_list_with_random_pointer)| Medium | Top_100_Liked_Questions, Top_Interview_Questions, Hash_Table, Linked_List, Big_O_Time_O(N)_Space_O(N) | 477 | 96.00
101-
102-
#### Day 15
103-
104-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
105-
|-|-|-|-|-|-
106-
| 0002 |[Add Two Numbers](src/main/scala/g0001_0100/s0002_add_two_numbers)| Medium | Top_100_Liked_Questions, Top_Interview_Questions, Math, Linked_List, Recursion, Big_O_Time_O(max(N,M))_Space_O(max(N,M)), AI_can_be_used_to_solve_the_task | 571 | 75.12
107-
108-
#### Day 16
109-
110-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
111-
|-|-|-|-|-|-
112-
113-
#### Day 17
114-
115-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
116-
|-|-|-|-|-|-
117-
118-
#### Day 18
119-
120-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
121-
|-|-|-|-|-|-
122-
| 0155 |[Min Stack](src/main/scala/g0101_0200/s0155_min_stack)| Medium | Top_100_Liked_Questions, Top_Interview_Questions, Stack, Design, Big_O_Time_O(1)_Space_O(N) | 566 | 90.91
123-
124-
#### Day 19
125-
126-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
127-
|-|-|-|-|-|-
128-
129-
#### Day 20
130-
131-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
132-
|-|-|-|-|-|-
133-
134-
### Graph Theory I
135-
136-
#### Day 1 Matrix Related Problems
137-
138-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
139-
|-|-|-|-|-|-
140-
| 0200 |[Number of Islands](src/main/scala/g0101_0200/s0200_number_of_islands)| Medium | Top_100_Liked_Questions, Top_Interview_Questions, Array, Depth_First_Search, Breadth_First_Search, Matrix, Union_Find, Big_O_Time_O(M\*N)_Space_O(M\*N) | 537 | 93.18
141-
142-
#### Day 2 Matrix Related Problems
143-
144-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
145-
|-|-|-|-|-|-
146-
147-
#### Day 3 Matrix Related Problems
148-
149-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
150-
|-|-|-|-|-|-
151-
152-
#### Day 4 Matrix Related Problems
153-
154-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
155-
|-|-|-|-|-|-
156-
157-
#### Day 5 Matrix Related Problems
158-
159-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
160-
|-|-|-|-|-|-
161-
162-
#### Day 6 Matrix Related Problems
163-
164-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
165-
|-|-|-|-|-|-
166-
167-
#### Day 7 Standard Traversal
168-
169-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
170-
|-|-|-|-|-|-
171-
172-
#### Day 8 Standard Traversal
173-
174-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
175-
|-|-|-|-|-|-
176-
177-
#### Day 9 Standard Traversal
178-
179-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
180-
|-|-|-|-|-|-
181-
182-
#### Day 10 Standard Traversal
183-
184-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
185-
|-|-|-|-|-|-
186-
187-
#### Day 11 Breadth First Search
188-
189-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
190-
|-|-|-|-|-|-
191-
192-
#### Day 12 Breadth First Search
193-
194-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
195-
|-|-|-|-|-|-
196-
197-
#### Day 13 Graph Theory
198-
199-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
200-
|-|-|-|-|-|-
201-
202-
#### Day 14 Graph Theory
203-
204-
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
205-
|-|-|-|-|-|-
22+
* [Programming Skills II](#programming-skills-ii)
23+
* [Graph Theory I](#graph-theory-i)
20624

20725
### SQL I
20826

@@ -1587,10 +1405,192 @@
15871405
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
15881406
|-|-|-|-|-|-
15891407

1408+
### Programming Skills II
1409+
1410+
#### Day 1
1411+
1412+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1413+
|-|-|-|-|-|-
1414+
1415+
#### Day 2
1416+
1417+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1418+
|-|-|-|-|-|-
1419+
1420+
#### Day 3
1421+
1422+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1423+
|-|-|-|-|-|-
1424+
1425+
#### Day 4
1426+
1427+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1428+
|-|-|-|-|-|-
1429+
1430+
#### Day 5
1431+
1432+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1433+
|-|-|-|-|-|-
1434+
1435+
#### Day 6
1436+
1437+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1438+
|-|-|-|-|-|-
1439+
| 0739 |[Daily Temperatures](src/main/scala/g0701_0800/s0739_daily_temperatures)| Medium | Top_100_Liked_Questions, Array, Stack, Monotonic_Stack, LeetCode_75_Monotonic_Stack, Big_O_Time_O(n)_Space_O(n) | 931 | 97.30
1440+
1441+
#### Day 7
1442+
1443+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1444+
|-|-|-|-|-|-
1445+
| 0048 |[Rotate Image](src/main/scala/g0001_0100/s0048_rotate_image)| Medium | Top_100_Liked_Questions, Top_Interview_Questions, Array, Math, Matrix, Big_O_Time_O(n^2)_Space_O(1) | 472 | 66.67
1446+
1447+
#### Day 8
1448+
1449+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1450+
|-|-|-|-|-|-
1451+
1452+
#### Day 9
1453+
1454+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1455+
|-|-|-|-|-|-
1456+
1457+
#### Day 10
1458+
1459+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1460+
|-|-|-|-|-|-
1461+
1462+
#### Day 11
1463+
1464+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1465+
|-|-|-|-|-|-
1466+
| 0049 |[Group Anagrams](src/main/scala/g0001_0100/s0049_group_anagrams)| Medium | Top_100_Liked_Questions, Top_Interview_Questions, Array, String, Hash_Table, Sorting, Big_O_Time_O(n\*k_log_k)_Space_O(n) | 618 | 91.67
1467+
1468+
#### Day 12
1469+
1470+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1471+
|-|-|-|-|-|-
1472+
| 0438 |[Find All Anagrams in a String](src/main/scala/g0401_0500/s0438_find_all_anagrams_in_a_string)| Medium | Top_100_Liked_Questions, String, Hash_Table, Sliding_Window, Big_O_Time_O(n+m)_Space_O(1) | 576 | 100.00
1473+
1474+
#### Day 13
1475+
1476+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1477+
|-|-|-|-|-|-
1478+
1479+
#### Day 14
1480+
1481+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1482+
|-|-|-|-|-|-
1483+
| 0138 |[Copy List with Random Pointer](src/main/scala/g0101_0200/s0138_copy_list_with_random_pointer)| Medium | Top_100_Liked_Questions, Top_Interview_Questions, Hash_Table, Linked_List, Big_O_Time_O(N)_Space_O(N) | 477 | 96.00
1484+
1485+
#### Day 15
1486+
1487+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1488+
|-|-|-|-|-|-
1489+
| 0002 |[Add Two Numbers](src/main/scala/g0001_0100/s0002_add_two_numbers)| Medium | Top_100_Liked_Questions, Top_Interview_Questions, Math, Linked_List, Recursion, Big_O_Time_O(max(N,M))_Space_O(max(N,M)), AI_can_be_used_to_solve_the_task | 571 | 75.12
1490+
1491+
#### Day 16
1492+
1493+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1494+
|-|-|-|-|-|-
1495+
1496+
#### Day 17
1497+
1498+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1499+
|-|-|-|-|-|-
1500+
1501+
#### Day 18
1502+
1503+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1504+
|-|-|-|-|-|-
1505+
| 0155 |[Min Stack](src/main/scala/g0101_0200/s0155_min_stack)| Medium | Top_100_Liked_Questions, Top_Interview_Questions, Stack, Design, Big_O_Time_O(1)_Space_O(N) | 566 | 90.91
1506+
1507+
#### Day 19
1508+
1509+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1510+
|-|-|-|-|-|-
1511+
1512+
#### Day 20
1513+
1514+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1515+
|-|-|-|-|-|-
1516+
1517+
### Graph Theory I
1518+
1519+
#### Day 1 Matrix Related Problems
1520+
1521+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1522+
|-|-|-|-|-|-
1523+
| 0200 |[Number of Islands](src/main/scala/g0101_0200/s0200_number_of_islands)| Medium | Top_100_Liked_Questions, Top_Interview_Questions, Array, Depth_First_Search, Breadth_First_Search, Matrix, Union_Find, Big_O_Time_O(M\*N)_Space_O(M\*N) | 537 | 93.18
1524+
1525+
#### Day 2 Matrix Related Problems
1526+
1527+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1528+
|-|-|-|-|-|-
1529+
1530+
#### Day 3 Matrix Related Problems
1531+
1532+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1533+
|-|-|-|-|-|-
1534+
1535+
#### Day 4 Matrix Related Problems
1536+
1537+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1538+
|-|-|-|-|-|-
1539+
1540+
#### Day 5 Matrix Related Problems
1541+
1542+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1543+
|-|-|-|-|-|-
1544+
1545+
#### Day 6 Matrix Related Problems
1546+
1547+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1548+
|-|-|-|-|-|-
1549+
1550+
#### Day 7 Standard Traversal
1551+
1552+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1553+
|-|-|-|-|-|-
1554+
1555+
#### Day 8 Standard Traversal
1556+
1557+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1558+
|-|-|-|-|-|-
1559+
1560+
#### Day 9 Standard Traversal
1561+
1562+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1563+
|-|-|-|-|-|-
1564+
1565+
#### Day 10 Standard Traversal
1566+
1567+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1568+
|-|-|-|-|-|-
1569+
1570+
#### Day 11 Breadth First Search
1571+
1572+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1573+
|-|-|-|-|-|-
1574+
1575+
#### Day 12 Breadth First Search
1576+
1577+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1578+
|-|-|-|-|-|-
1579+
1580+
#### Day 13 Graph Theory
1581+
1582+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1583+
|-|-|-|-|-|-
1584+
1585+
#### Day 14 Graph Theory
1586+
1587+
| <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
1588+
|-|-|-|-|-|-
1589+
15901590
## Algorithms
15911591

15921592
| # | Title | Difficulty | Tag | Time, ms | Time, %
1593-
|------|----------------|-------------|-------------|----------|--------
1593+
|------|----------------|-------------|-------------|----------|---------
15941594
| 1143 |[Longest Common Subsequence](src/main/scala/g1101_1200/s1143_longest_common_subsequence)| Medium | Top_100_Liked_Questions, String, Dynamic_Programming, LeetCode_75_DP/Multidimensional, Algorithm_II_Day_17_Dynamic_Programming, Dynamic_Programming_I_Day_19, Udemy_Dynamic_Programming, Big_O_Time_O(n\*m)_Space_O(n\*m) | 507 | 100.00
15951595
| 0763 |[Partition Labels](src/main/scala/g0701_0800/s0763_partition_labels)| Medium | Top_100_Liked_Questions, String, Hash_Table, Greedy, Two_Pointers, Data_Structure_II_Day_7_String, Big_O_Time_O(n)_Space_O(1) | 442 | 100.00
15961596
| 0739 |[Daily Temperatures](src/main/scala/g0701_0800/s0739_daily_temperatures)| Medium | Top_100_Liked_Questions, Array, Stack, Monotonic_Stack, LeetCode_75_Monotonic_Stack, Programming_Skills_II_Day_6, Big_O_Time_O(n)_Space_O(n) | 931 | 97.30

0 commit comments

Comments
 (0)