Coding Daily
Open main menu
Tags
Categories
Companies
Leetcode
GeeksForGeeks
Daily Problems
Search
Portfolio
Toggle theme
Coding Daily
Close menu
Search
Tags
Categories
Companies
Leetcode
GeeksForGeeks
Daily Problems
Portfolio
Switch to Dark Mode 🌙
Switch to Light Mode ☀️
Home
Daily Problems
Daily Problems
16 problem(s) found.
Solution to daily problems from Leetcode and GeeksForGeeks in Java.
Date
Title
Difficulty
Locked
Tags
Categories
Companies
Link
Jan 09, 2025
Counting Words With a Given Prefix
Easy
Free
array
string
string-matching
amazon
LeetCode
Jan 09, 2025
Indexes of Subarray Sum
Medium
Free
algorithms
arrays
data-structures
prefix-sum
searching
sliding-window
java
amazon
facebook
google
visa
GeeksForGeeks
Jan 08, 2025
Count the number of possible triangles
Medium
Free
arrays
sorting
data-structures
algorithms
java
amazon
microsoft
GeeksForGeeks
Jan 07, 2025
Pair with given sum in a sorted array
Easy
Free
two-pointer-algorithm
arrays
data-structures
algorithms
java
adobe
GeeksForGeeks
Jan 06, 2025
Sum Pair closest to target
Easy
Free
arrays
data-structures
two-pointer-algorithm
java
ola-cabs
GeeksForGeeks
Jan 05, 2025
Count Pairs whose sum is less than target
Easy
Free
sorting
two-pointer-algorithm
arrays
java
GeeksForGeeks
Jan 05, 2025
Unique Substrings With Equal Digit Frequency
Medium
Premium
counting
hash-function
hash-table
rolling-hash
string
LeetCode
Jan 04, 2025
Count all triplets with given sum in sorted array
Medium
Free
two-pointer-algorithm
hash
java
GeeksForGeeks
Jan 04, 2025
Unique Length-3 Palindromic Subsequences
Medium
Free
bit-manipulation
hash-table
prefix-sum
string
LeetCode
Jan 03, 2025
Count Subarrays with given XOR
Medium
Free
arrays
map
java
GeeksForGeeks
Jan 03, 2025
Number of Ways to Split Array
Medium
Free
array
prefix-sum
LeetCode
Jan 02, 2025
Count Vowel Strings in Ranges
Medium
Free
array
prefix-sum
string
LeetCode
Jan 02, 2025
Subarrays with sum K
Medium
Free
hash
data-structures
java
microsoft
GeeksForGeeks
Jan 01, 2025
Perform String Shifts
Easy
Premium
array
math
simulation
string
LeetCode
Jan 01, 2025
Print Anagrams Together
Medium
Free
hash
strings
data-structures
java
morgan-stanley
amazon
microsoft
snapdeal
d-e-shaw
goldman-sachs
GeeksForGeeks
Jan 01, 2024
Maximum Score After Splitting a String
Easy
Free
prefix-sum
string
LeetCode