Explore tweets tagged as #stringmanipulation
@Mohd_Saqib_
Mohd Saqib
4 minutes
🚀 Day 356 of Code 🚀. Solved :. ✅ 1290. Convert Binary Number in a Linked List to Integer. ✅ 3612. Process String with Special Operations I. #Day356 #LeetCode #DSA #LinkedList #StringManipulation #CodingPractice #100DaysOfCode #ProblemSolving
Tweet media one
Tweet media two
0
0
0
@0xunchain
0xunchain
2 years
Challenge 2 - Palindrome Check: Write a Python 🐍 function to check if a given string is a palindrome (reads the same forwards and backwards). Ignore spaces, punctuation, and capitalization. #PalindromeCheck.#StringManipulation #PythonCoding
Tweet media one
0
0
1
@Yash_623
Yash
29 days
🔥 Day 258 of DSA Series🚀. Solved 1 LeetCode problem!. 1️⃣ Max Difference You Can Get From Changing an Integer 🔢🔁.– Replaced digits to get the max and min possible numbers, then their difference✅. #100DaysOfCode #LeetCode #DSA #Greedy #StringManipulation #Math #CodingChallenge
Tweet media one
0
0
1
@Yash_623
Yash
1 month
🔥 Day 250 of DSA Series🚀.Milestone: 250 Days of Consistent Coding! 🎉💪. Solved 1 LeetCode problem. 1️⃣ Group Anagrams 🔤🧩.– Used hashmap with sorted strings. #100DaysOfCode #LeetCode #DSA #HashMap #StringManipulation #CodingChallenge #Day250 #MilestoneReached
Tweet media one
0
0
3
@Mohd_Saqib_
Mohd Saqib
1 month
🚀 Day 319 of Code 🚀. Solved :. ✅ 3170. Lexicographically Minimum String After Removing Stars (POTD). #Day319 #LeetCode #POTD #DSA #Stack #GreedyAlgorithm #StringManipulation #ProblemSolving #100DaysOfCode
Tweet media one
0
0
2
@Kushal_Koradia
Kushal Koradia
16 days
✅ Day 51 of #100DaysOfDSA.📍LC 242: Valid Anagram.• Checked length mismatch early ❌.• Converted strings to char arrays 🔤.• Sorted both arrays & compared 🔁.• ⏱️4ms | Beats 77.72% 🚀. #Java #LeetCode #DSA #Coding #DevCommunity #TechTwitter #StringManipulation #Growth
Tweet media one
Tweet media two
1
1
27
@CodieAryan
Aryan Bhati
1 year
Day 65: String exploration in Java! Delved into the world of strings, learning various ways to initialize, input, and output strings, adding versatility to my coding toolkit. 🚀🔤 #JavaProgramming #StringManipulation #Day65 #100DaysOfLearning
Tweet media one
0
0
3
@Yash_623
Yash
2 months
🔥 Day 225 of DSA Series 🚀. Solved 1 LeetCode problem!. 1️⃣ Total Characters in a String After Transformation I 🔤📏.– Applied string simulation and condition-based transformation to track character growth💡✅. #100DaysOfCode #LeetCode #DSA #StringManipulation #CodingChallenge
Tweet media one
0
0
15
@Yash_623
Yash
22 days
🔥 Day 264 of DSA Series🚀. Solved 1 LeetCode problem!. 1️⃣ Divide a String Into Groups of Size K 🔤✂️.– Split the string into equal-sized groups, padded the last group with fill characters if needed 💡✅. #100DaysOfCode #LeetCode #DSA #StringManipulation #CodingChallenge
Tweet media one
1
0
13
@CodieAryan
Aryan Bhati
1 year
Day 97: Clearing the clutter! Successfully solved the problem of removing duplicates from a string using recursion, honing my skills in string manipulation and recursive problem-solving. 🔄🚫 #JavaProgramming #StringManipulation #RecursiveSolution #Day97 #100DaysOfLearning
Tweet media one
0
0
2
@Mohd_Saqib_
Mohd Saqib
29 days
🚀 Day 327 of Code 🚀. Solved :. ✅ 1432. Max Difference You Can Get From Changing an Integer (POTD). #Day327 #LeetCode #POTD #GreedyAlgorithm #StringManipulation #CodingPractice #DSA #CodeDaily #100DaysOfCode #ProblemSolving
Tweet media one
2
0
16
@YashPor22727500
Yash Porwal
5 days
✅ Day 9 of #100DaysOfCode.Solved a LeetCode problem on Removing Outermost Parentheses 💡.Practiced string parsing and nesting logic using a depth counter. #LeetCode #Python #DSA #ProblemSolving #StringManipulation #vitbhopal #DrGVishwanathan #100DaysChallenge #CodingJourney
Tweet media one
0
0
5
@Mohd_Saqib_
Mohd Saqib
23 days
🚀 Day 333 of Code 🚀. Solved :. ✅ 3085. Minimum Deletions to Make String K-Special (POTD). #Day333 #LeetCode #DSA #POTD #StringManipulation #GreedyAlgorithm #FrequencyMap #ProblemSolving #100DaysOfCode #SoftwareEngineering
Tweet media one
0
0
1
@DheerajC30
Dheeraj Choudhary
1 month
🧵 Strings in Python - essential for ML/AI workflows!.Covers string methods, slicing, and formatting tips. Watch here 👉 #python #ai #machinelearning #stringmanipulation #mlbasics #learnpython
Tweet media one
0
0
0
@DevAsService
Nuno Bispo (aka Developer Service)
9 months
💡 Python Trick. Use str.translate() for efficient character substitutions and removals! 🚀 . #Python #PythonTricks #CodingTips #StringManipulation #Performance
Tweet media one
0
0
0
@Yash_623
Yash
1 month
🔥 Day 247 of DSA Series 🚀. Solved 1 LeetCode problem. 1️⃣ Calculate Digit Sum of a String 🔢.Simulated string-to-digit transformation and repeated digit grouping—fun blend of string manipulation and math!.#100DaysOfCode #LeetCode #DSA #StringManipulation #Math #CodingChallenge
Tweet media one
0
0
3
@Dinesh12839101
Dinesh H suthar
9 months
🌟 Day 29 of my LeetCode challenge! Just tackled Delete Characters to Make Fancy String. A great exercise in string manipulation and understanding character frequency. 💻✨. Follow for more🔥. #LeetCode #CodingChallenge #StringManipulation #100DaysOfCode
Tweet media one
0
2
6
@sandeepxdev
Sandeep
1 year
Day 11: #100DaysOfCode. Today's Problem Solving:.1. Is Subsequence(Leetcode):.2. Elimination Game(Leetcode):. #CodeJourney #ProblemSolving #Algorithms #StringManipulation
Tweet media one
Tweet media two
0
0
4
@Yash_623
Yash
10 days
🔥 Day 275 of DSA Series 🚀. Solved 1 LeetCode problem!. 1️⃣ Find the K-th Character in String Game I 🔤🎯.– Built the final string step-by-step using concatenation rules and retrieved the character✅.#100DaysOfCode #LeetCode #DSA #StringManipulation #Simulation #CodingChallenge
Tweet media one
0
0
4