Home New Trending Search
About Privacy Terms
#
#StringManipulation
Posts tagged #StringManipulation on Bluesky
Preview
Every Interviewer Loves This Problem. Do You Really Know How to Solve It? Longest Palindromic Substring — from the naïve O(n³) brute force all the way to Manacher’s O(n) algorithm, explained in Dart with the…

I just published Every Interviewer Loves This Problem. Do You Really Know How to Solve It? medium.com/p/every-inte...
#Flutter #Dart #CodingInterview #LongestPalindromicSubstring #LeetCode #DynamicProgramming #Algorithms #StringManipulation #ManachersAlgorithm #FlutterInterview

0 0 0 0
Preview
APL Quest 2014-2: How Tweet It Is Write a function which takes a character vector and removes the interior vowels from each word.

#APLQuest 2014-01: Write a function that takes a character vector and removes the interior vowels from each word. (apl.quest/2014/2/ to test your solution) #APL #TextCompression #StringManipulation

0 0 0 0
Post image

🔧 Here's how you use `.replace()` in action:

📍 `text = "hello, world!"`
📍 `new_text = text.replace("hello", "hi")`

Simple and effective for single replacements! 🛠️ #StringManipulation

0 0 1 0
Post image

🔧 Here's how you use `.replace()` in action:

📍 `text = "hello, world!"`
📍 `new_text = text.replace("hello", "hi")`

Simple and effective for single replacements! 🛠️ #StringManipulation

0 0 1 0
Post image

🔧 Here's how you use `.replace()` in action:

📍 `text = "hello, world!"`
📍 `new_text = text.replace("hello", "hi")`

Simple and effective for single replacements! 🛠️ #StringManipulation

0 0 1 0
Video thumbnail

Joining and Converting Strings and Chars in C# Tip #38
Learn multiple ways to convert and join char data types into strings in C#, including simple concatenation, String.Join, and the string constructor. #CSharp #DotNet #StringManipulation #CodingTips #ProgrammingBasics #CharToString #LearnToCode

1 0 0 0