Explore tweets tagged as #stringbuilder
Day 16 of "Coding until I get an Internship"!.🎨 Practiced Tailwind in development.🔁 Revised Recursion & StringBuilder in DSA.✅ Solved 2 GFG problems:.1️⃣ Swap 2 Numbers.2️⃣ Remove All Duplicates.🌐 1 hour of computer networking done.Progress every single day! 💪✨.#100DaysOfCode
0
0
2
電車の時刻表アプリを作成します!. 今回は、StringBuilderクラスを使って.文字列を追加していきます!. アプリ開発初めての方の.参考になればと思います! . #プログラミング .#Java .#アプリ開発 .#Androidstudio . ↓↓↓動画はコチラから↓↓↓.
0
0
8
📅 Day 11 of #100DaysOfLearning. Explored String & StringBuilder in Java. 🔑 Key lessons:.• Strings are immutable — every + creates a new object.• == vs .equals() matters.• StringBuilder saves time & memory for multiple edits. Small concepts, big impact on writing clean code.
1
0
3
C# FormattableString can be helpful rather than using string interpolation or StringBuilder as FormattableString. It is easy to inspect and change values, as shown below. #csharp #dotnetcore
2
10
73
Set StringBuilder initial capacity to improve perf.#dotnet. Giving even a rough estimate can improve speed over using the default SB constructor. The further our estimate is away from the final string length the more memory is allocated, but this could be an acceptable trade-off
3
12
60
✅ Day 48 of #100DaysOfDSA.📍LC 151: Reverse Words in a String.• Used split("\\s+") to handle spaces.• Reversed with StringBuilder 🔁.• Trimmed result for clean output.• ⏱️7ms | Beats 56% 🚀. #Java #LeetCode #DSA #Coding #DevCommunity #TechTwitter #StringManipulation #Growth
2
0
31
Day 69/100✨.Divide a String Into Groups of Size k @LeetCode .Approach: StringBuilder, ArrayList.TC: O(n), SC: O(n).#100DaysOfCode #DSA #LeetCode #programming #Algorithms #coding #letsconnect
1
0
15
✅ Solved @LeetCode 151: Reverse Words in a String.🧠 Time: O(n), Space: O(n).💻 Java | StringBuilder | Two-pointer.🔥 Beats 84% in runtime!.#LeetCode #Java #100DaysOfCode #CodingJourney #DSA
1
1
18
Day 43/100: 🔁 Built a String Compression tool in Java! Converted \"aaabbcccdd\" ➝ \"a3b2c3d2\" using O(n) time & optimized it with StringBuilder for clean performance 🚀 .📂 .#100DaysOfCode #Java #DSA #CodeNewbies #CodingLife #CodingChallenge
0
0
2
Day 65/100✨.Merge Strings Alternately @LeetCode .Approach: StringBuilder.TC: O(n+m), SC: O(n+m);.#100DaysOfCode #DSA #LeetCode #programming #Algorithms #coding #letsconnect
3
0
25
🚀 Day 21/100 - DSA Journey 🚀. (watched a 1.5 hr lec). > Learnt String & StringBuilder in Java .> Internal Working of Strings .> String Methods & String Performance etc. #DSA #100DaysofCode #Java #LearninPublic #Coder #LeetCode
2
0
40
🚀 Day 89 of #100DaysOfCode . ✅ Solved Leetcode 38: Count and Say. 🔹 Used Run-Length Encoding (RLE) to generate sequences.🔹 Iteratively built the count-and-say sequence up to n.🔹 Optimized with StringBuilder for efficient string manipulation💡 . #letsconnect
7
0
27