Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a43251a

Browse files
[README][Problem 1974] Minimum Time to Type Word Using Special Typewriter
1 parent ccf07f5 commit a43251a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ kotlin . this repository contains three major folders [easy - medium - hard] bas
8282
- [2032. Two Out of Three](src/easy/TwoOutOfThree2032.kt) - [leetcode link](https://leetcode.com/problems/two-out-of-three/description/) `Hash map` `Array` `Counting`
8383
- [1550. Three Consecutive Odds](src/easy/ThreeConsecutiveOdds1550.kt) - [leetcode link](https://leetcode.com/problems/three-consecutive-odds/description/) `Array`
8484
- [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+
- [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`
8586
<br />
8687

8788
## Medium Problems :

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /