Search results for #StringProblems
🚀 Day 90/100: Strengthening DSA with Binary Substrings & Greedy Parenthesis Validation. 696. Count Binary Substrings 678. Valid Parenthesis String #DSASkills #ProblemSolving #Java #SoftwareEngineering #Coding #GreedyAlgorithm #StringProblems #DeveloperJourney #LearnShareGrow
🔁 Day 60 of #100DaysOfCode ✅ Covered: • Reverse Words in a String • Remove All Occurrences of a Substring • String Compression Gave it another shot — things are starting to make more sense now. #DSA #StringProblems #100DaysChallenge
Tackled string segmentation using memoization. It felt great seeing recursion, sets, and substrings work in harmony. A foundational DP problem worth every retry! 💬 📅 GFG - 132/160 days Day 132: Word Break #geekstreak #gfg160 #dp #stringproblems #geeksforgeeks @geeksforgeeks
LeetCode 557 – Reverse Words in a String III Solved: Reverse each word in the string, keep word order Split → reverse each → join Clean string + array manipulation in Python! Great practice for string traversal & logic! #LeetCode #PythonDSA #StringProblems
🔥 Day 301 of DSA Series 🔍📈 Solved 1 LeetCode problem! 1️⃣ Number of Different Integers in a String 🔢📘 – Extracted unique integers from a string while ignoring leading zeros.🚀💻 #Day301 #LeetCode #DSA #100DaysOfCode #StringProblems #CodingChallenge
✅ Day 21 DSA Progress Only managed to solve 2 string questions today. 📈 Total Progress: 149 / 455 questions complete. 🧠 Slow day, but still moving forward. Will pick up pace tomorrow! #100DaysOfCode #DSA #CodingJourney #StringProblems #DailyProgress
Day 14 of the grind! 💻 ✅ Conquered string DSA problems today: Valid Anagram & First Unique Character in a String ✍️🔍 📝 Also made some progress on my blog #100DaysOfCode #DSA #StringProblems #BloggingDev #CodingJourney #WebDev #DeveloperLife #CodeNewbie #ProblemSolving
✅ Solved 242. Valid Anagram on LeetCode today! Practiced using map and to compare character frequencies in strings. Simple yet powerful way to sharpen problem-solving skills. 💡🧠 #LeetCode #DSA #StringProblems #Anagram @ChaiCodeHQ @PrateekJain027 @Hiteshdotcom
✅ Solved two interesting string problems today: 🔤 14. Longest Common Prefix . 🔢 1903. Largest Odd Number in String . Improving string manipulation skills one problem at a time! 💪📚 #LeetCode #DSA #StringProblems @ChaiCodeHQ @PrateekJain027 @Hiteshdotcom
✅ Solved 125. Valid Palindrome on LeetCode today. A great exercise to practice string sanitization! 🔁🧠 #LeetCode #DSA #Palindrome #TwoPointer #StringProblems #CodingJourney #100DaysOfCode @ChaiCodeHQ @PrateekJain027 @Hiteshdotcom
🚀 Day 18 – DSA with @rohit_negi9 String Manipulation 🔤 1️⃣ Add String 2️⃣ Sort Vowels in a String 3️⃣ Case-specific Sorting 💡 Strings aren't simple — but patterns make them solvable! #DSA #30DaysOfCode #DSAWithRohitNegi #StringProblems #PublicLearning
✅ Solved some easy string problems on LeetCode today: 🔤 58. Length of Last Word 🔍 2942. Find Words Containing Character Quick and simple problems that help strengthen string handling skills. #DSA #StringProblems @ChaiCodeHQ @PrateekJain027 @Hiteshdotcom
Day 44/100: 🧩 Knocked out 5 string problems in Java vowel counter, equality checker, replacer, anagram validator, and reviewed compression from Day 43! Each one boosted my DSA intuition 🔥 📂 github.com/prashantsaini1… #100DaysOfCode #Java #DSA #StringProblems #ApnaCollege
Day 16🪨🔤 ✅ LeetCode: • Finding Words Containing Char • Jewels and Stones – HashSet magic 💎 🔗 leetcode.com/u/nynishuyadav… 🔗 github.com/nynishuyadav85 @akshaymarch7 #LeetCode #StringProblems #JavaScript #BuildInPublic
Found first and last occurrence of a character using recursion ✅ One pass, no loop, just clean index logic Base case → return Track first, update last Recursion is turning from fear to fun 🔁 #DSA #Recursion #StringProblems #Volvickode
Reversed a string using recursion ✅ No loop, no two-pointer, just clean function calls Go deep, print on the way back 🔁 Recursion is starting to feel natural now #DSA #Recursion #StringProblems #Volvickode
LeetCode 125 – Valid Palindrome Solved: Check if a string is a valid palindrome (ignore cases & non-alphanumerics) Cleaned string using regex + .lower() Two-pointer check from both ends Classic string + pointer logic! #LeetCode #PythonDSA #StringProblems #DSA
Removed duplicate characters from a string using recursion ✅ Visited map + string builder combo One character at a time, keep or skip No loops, just clean logic #DSA #Recursion #StringProblems #Volvickode

string problems @StringProblems
6 Followers 4 Following you'd be surprised all the problems string players have