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
@@ -81,6 +81,7 @@ kotlin . this repository contains three major folders [easy - medium - hard] bas
81
81
-[1995. Count Special Quadruplets](src/easy/CountSpecialQuadruplets1995.kt) - [leetcode link](https://leetcode.com/problems/count-special-quadruplets/description/)`Hash map``Array``Counting`
82
82
-[2032. Two Out of Three](src/easy/TwoOutOfThree2032.kt) - [leetcode link](https://leetcode.com/problems/two-out-of-three/description/)`Hash map``Array``Counting`
83
83
-[1550. Three Consecutive Odds](src/easy/ThreeConsecutiveOdds1550.kt) - [leetcode link](https://leetcode.com/problems/three-consecutive-odds/description/)`Array`
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`
0 commit comments