Search results for #StringProcessing
Day 18 of #100DaysOfCode ✅ Counted vowels, consonants, spaces, and symbols in Java. Every character counts - literally! 📊 #Java #CodingJourney #StringProcessing
🚀 Day 118 of #gfg160 Today's challenge: 🧮 ASCII Range Sum Between Repeats! Find the sum of ASCII values strictly between first & last occurrence of repeating characters in a string! 🔁🔡 @geeksforgeeks #GeekStreak2025 #StringProcessing #ASCII #CodingChallenge #gfg160
✅ Day 17 of #100DaysOfCode Solved "Simplify Path" 📁 on LeetCode — implemented a stack-based solution to convert Unix-style paths to their canonical form! #LeetCode #Python #DSA #StringProcessing #DrGVishwanathan #100DaysChallenge #CodingJourney #ProblemSolving
✅ Day 16 of #100DaysOfCode Solved "Count and Say" 🔢 on LeetCode — implemented the iterative solution to generate the run-length encoded digit sequence up to the nth term! #LeetCode #Python #DSA #StringProcessing #DrGVishwanathan #100DaysChallenge #CodingJourney #ProblemSolving
🚀 Day 342 & 343 of Code 🚀 Solved : ✅ 594. Longest Harmonious Subsequence ✅ 134. Gas Station ✅ 3330. Find the Original Typed String I #Day342 #Day343 #LeetCode #DSA #HashMap #Greedy #StringProcessing #ProblemSolving #100DaysOfCode
🔹 Day 165 of Solved LeetCode #2942: Find Words Containing Character 🔍📝 Used Java to iterate efficiently and return indices of matching words. Simple but great for string manipulation practice! #Java #LeetCode #Coding #StringProcessing #200DaysOfCode #ProblemSolving
🔥 Day 227 of DSA Series 🚀 Solved 1 LeetCode problem! 1️⃣ Longest Unequal Adjacent Groups Subsequence I 🔤🚫 – Focused on selecting non-matching consecutive elements to maximize length! 💡✅ #100DaysOfCode #LeetCode #DSA #Greedy #StringProcessing #CodingChallenge
Day 28 of LeetCode - 38. Count and Say - Implemented a simple loop-based RLE to build the nth count-and-say string. Each step describes the previous step using counts. #LeetCode #Python #100DaysOfCode #StringProcessing
🔥 Day 198 of DSA Series 🚀 Solved 1 LeetCode problem! 1️⃣ Count Number of Homogeneous Substrings 🔤📊 Used sliding window logic to count consecutive characters efficiently—simple yet elegant! 💡✅ #100DaysOfCode #LeetCode #DSA #StringProcessing #CodingChallenge
🔥 Day 188 of DSA Series 🚀 Solved 1 LeetCode problem! 1️⃣ Remove Letter to Equalize Frequency ✉️⚖️ Interesting frequency map challenge—tested edge cases and string manipulation skills! #100DaysOfCode #LeetCode #DSA #CodingChallenge #StringProcessing
🌟 Day 112 of #gfg160 Today's challenge with @geeksforgeeks : "Longest Common Subsequence." Find the length of the longest subsequence present in both strings! 🔠🚀 #geekstreak2024 #DynamicProgramming #LCS #Subsequence #StringProcessing
🚀 #Day 114 of My GeeksforGeeks 160 Days Coding Challenge! 💻 Problem: Longest Palindromic Substring (LPS) 🔗 GitHub: github.com/bishwa-bandhu-… #ProblemSolving #StringProcessing #LPS #Palindrome #CodingChallenge #GeeksforGeeks #Algorithms #Learning 🚀
🚀 #Day 113 of My GeeksforGeeks 160 Days Coding Challenge! 💻 Problem: Longest Palindromic Subsequence (LPS) 🔗 GitHub: github.com/bishwa-bandhu-… #ProblemSolving #DynamicProgramming #StringProcessing #LPS #CodingChallenge #GeeksforGeeks #Algorithms #Learning 🚀
🚀 #Day 112 of My GeeksforGeeks 160 Days Coding Challenge! 💻 Problem: Longest Common Subsequence (LCS) 🔗 GitHub: github.com/bishwa-bandhu-… #ProblemSolving #DynamicProgramming #StringProcessing #LCS #CodingChallenge #GeeksforGeeks #Algorithms #Learning 🚀
Day 76: 365 Days of DSA Challenge 🔍 Problem: Largest Odd Number in String Efficiency ⏱️ Time Complexity: O(n), where n is the length of the string num. 📦 Space Complexity: O(1), as the solution uses no extra data structures. #365DaysOfDSA #Day76 #StringProcessing
🔍 Java Solution: Discover how to print distinct characters from any Java string—efficiently! #Java #Programming #StringProcessing buff.ly/4erD33k
Day 13 #GeekStreak2024 Longest Prefix Suffix ! Implemented an efficient solution using the KMP algorithm, achieving a linear time complexity of O(n). 💡 Thanks to @geeksforgeeks for the challenge! #DeutscheBank #CodingChallenge #PrefixSuffix #Algorithm #StringProcessing
🔍 The SUBSTRING_INDEX function in GBase 8s offers powerful string extraction capabilities. Learn how to efficiently handle complex data processing tasks through practical examples in this detailed article by Cong Li. #Database #GBase8s #StringProcessing ift.tt/cphP3zd
Trying different methods of substring counting using the blazingly fast #julialang, I share some thoughts on the medium article "How Fast Can Julia Count Substrings? Exploring Efficient Methods and Benchmarks" juliazoid.com/how-fast-can-j… #julialang #stringprocessing
Understanding Unicode string length is crucial for cross-language text processing. Konstantin Läufer's work revealed that it varies across programming languages, impacting results. #Unicode #StringProcessing #ProgrammingLanguages ift.tt/JKbQ7RO