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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@ kotlin . this repository contains three major folders [easy - medium - hard] bas
83
83
-[1550. Three Consecutive Odds](src/easy/ThreeConsecutiveOdds1550.kt) - [leetcode link](https://leetcode.com/problems/three-consecutive-odds/description/)`Array`
84
84
-[1475. Final Prices With a Special Discount in a Shop](src/easy/FinalPricesWithSpecialDiscountInShop1475.kt) - [leetcode link](https://leetcode.com/problems/final-prices-with-a-special-discount-in-a-shop/description/)`Array``Stack`
85
85
-[1974. Minimum Time to Type Word Using Special Typewriter](src/easy/MinimumTimeToTypeWordUsingSpecialTypewriter1974.kt) - [leetcode link](https://leetcode.com/problems/minimum-time-to-type-word-using-special-typewriter/description/)`Array``Stack`
86
+
-[3024. Type of Triangle](src/easy/TypeOfTriangle3024.kt) - [leetcode link](https://leetcode.com/problems/type-of-triangle/description/)`Array``Stack`
0 commit comments