Skip to content
  •  Soul Society
  •  0858#969#6261
  •  N/A
Dev Path for CC
  • About
  • Contact

Tag: Easy

2185. Counting Words With a Given Prefix
LeetCode

2185. Counting Words With a Given Prefix

January 9, 2025 Easy, String, Trie

Just practice writing Trie.

Leave a Comment on 2185. Counting Words With a Given Prefix
3402. Minimum Operations to Make Columns Strictly Increasing
LeetCode

3402. Minimum Operations to Make Columns Strictly Increasing

January 9, 2025 Easy, Greedy, Matrix

Easy makes me happy.

Leave a Comment on 3402. Minimum Operations to Make Columns Strictly Increasing
1427. Perform String Shifts
LeetCode

1427. Perform String Shifts

January 8, 2025 Easy, Math, String

Don’t forget mod when dealing with shifting. A negative number a: a % b = (a + b) % b Anyway, easy makes me…

Leave a Comment on 1427. Perform String Shifts
3407. Substring Matching Pattern
LeetCode

3407. Substring Matching Pattern

January 7, 2025 Easy, String

This easy is easier than yesterday’s easy. New tech: str.find(sub) / str.rfind(sub). find the first/last index of sub. if sub == “”, return 0/n;…

Leave a Comment on 3407. Substring Matching Pattern
3411. Maximum Subarray With Equal Products
LeetCode

3411. Maximum Subarray With Equal Products

January 6, 2025January 6, 2025 Easy, Math, Sliding Window

You are given an array of positive integers nums. An array arr is called product equivalent if prod(arr) == lcm(arr) * gcd(arr), where: prod(arr)…

1 Comment on 3411. Maximum Subarray With Equal Products

Recent Posts

  • 🚨 Welcome to the Era of o4: Powerful, Autonomous… and Hallucinating?
  • 3472. Longest Palindromic Subsequence After at Most K Operations
  • 3473. Sum of K Subarrays With Length at Least M
  • 3474. Lexicographically Smallest Generated String
  • 1524. Number of Sub-arrays With Odd Sum

Recent Comments

  1. lcsqr on 1462. Course Schedule IV
  2. lcsqr on 1462. Course Schedule IV
  3. lcsqr on 3409. Longest Subsequence With Decreasing Adjacent Difference
  4. lcsqr on 3413. Maximum Coins From K Consecutive Bags
  5. lcsqr on 3411. Maximum Subarray With Equal Products

Archives

  • April 2025
  • March 2025
  • February 2025
  • January 2025

Categories

  • Artificial Intelligence
  • LeetCode
  • Others
Designed by Nasio Themes || Powered by WordPress