Explore tweets tagged as #ArrayManipulation
๐
Day 213 โ LeetCode #88.๐ฏ Merge two sorted arrays in-place.๐ Used two pointers from end.๐ก O(m + n) without extra space.๐ Mastering in-place merging!.#Java #LeetCode #TwoPointers #ArrayManipulation #DSA #300DaysOfCode
0
0
2
๐ Two ways to reverse an array in Java:.1๏ธโฃ Iterative: Two pointers TC: O(n), SC: O(1). 2๏ธโฃ Recursive: One pointer TC: O(n), SC: O(n). Which do you prefer? Why?.#DSA #JavaProgramming #ArrayManipulation #CodingJourney #coding #Java #learning
0
0
2
JavaScript Simplified: Master the Reduce Method for Advanced Array Manipulation. #JavaScript #JS #Software #ArrayManipulation #Technology #ArrayManipulation #technology #software
0
0
0
๐ข #EPPC24 Session: Elevate Your #PowerAutomate Skills: Mastering #GraphAPI, #ArrayManipulation & #Xpath. This session is designed to elevate your automation game, showcasing practical and powerful techniques for data manipulation. Find out more:
0
0
0
๐ #GFG160 โ Day 60: Multiplying Without Multiplying! โ๐ข.Solved the Product Array Puzzle today .โ๏ธ Product Array Puzzle.#PrefixProduct #SuffixProduct #ArrayManipulation #GeeksforGeeks #100DaysOfCode #geekstreak2025.@geeksforgeeks
0
0
8
Day 58 of #100DaysOfCode .Today, I learned how to transform, replace, and insert items in arrays in React. I practiced with some components and it was great!.#FrontendDevelopment #ArrayManipulation #JavaScript
2
1
18
Day 11 of #100DaysOfCode! ๐ Just conquered the 'Sort Even and Odd Indices Independently' problem! ๐ Sorted even indices in ascending & odd indices in descending! A fun sorting challenge! #CodingChallenge #SortingAlgorithms #ArrayManipulation
1
0
21
Day 24 of #100DaysOfCode! ๐ Just conquered the coding challenge "Max Pair Sum in an Array." It was a very, very easy problem that involved finding the maximum sum of two elements in an array.๐ป๐ช #CodingProgress #ArrayManipulation
1
0
20
Guess the output . #JavaScript.#Coding #Programming.#WebDevelopment #CodeSnippets.#ArrayManipulation #TechTips #WebDev.#CodeNewbie #ProgrammingTips.#100DaysOfCode
0
0
3
๐ Array Quiz Time! ๐. What will be logged? .A. 4 .B. 11 .C. JavaScript .D. TypeScript. Reply with your answer!. #JavaScriptQuiz #ArrayManipulation
0
0
1
Day 24: #100DaysOfCode.Today's DSA Problem:.Find All Duplicates in an array (POTD):. #CodeJourney #ProblemSolving #Algorithms #ArrayManipulation #leetcode #leetcodestreak #jobHunt
0
0
1
Day 22: Transforming Arrays and Rotating Solutions!.Today's challenge was a mix of two interesting problemsโ"Rotate and Delete" on GeeksforGeeks and "Rank Transform of an Array" on LeetCode. ๐๐. ๐.#LeetCode #GeeksforGeeks #CodingChallenge #RankTransform #ArrayManipulation
0
0
6
๐ Day 48 - Strengthening with Streaks and Duplicates! ๐. ๐ท GeeksforGeeks Challenge: Remove Duplicates in Array. ๐ถ LeetCode Challenge: Longest Square Streak in an Array. #Day48 #GeeksforGeeks #LeetCode #ArrayManipulation #PatternRecognition #CodingChallenge #KeepCoding
0
0
6
๐ Day 24 of LeetCode 30-Day Challenge: Remove Element.๐ค Input Example: nums = [0,1,2,2,3,0,4,2], val = 2.๐ฅ Output: [0,1,3,0,4,. ], return value: 5. #LeetCode #100DaysOfCode #JavaScript #InPlaceAlgorithm #TwoPointer #DSA #CodingChallenge #ArrayManipulation #DevLife
0
0
1
Day 23: #100DaysOfCode.Today's DSA Problem:.Find the Duplicate Number (POTD):. #CodeJourney #ProblemSolving #Algorithms #ArrayManipulation #leetcode #leetcodestreak #streak #JobHunt
0
0
2
Day 13 of DSA series:. 1. Merge Sorted Array: Merged in-place, handling edge cases. โ
. 2. Best Time to Buy and Sell Stock: Tracked prices for max profit, glad to finally solve this! ๐๐ก. #100DaysOfCode #LeetCode #DSA #ProblemSolving #ArrayManipulation #BinarySearch
1
0
9
JavaScript's filter () method lets you pick out items from an array that match a condition you set. Handy for finding what you need!.#JavaScript #ArrayManipulation ๐ฏ๐
0
2
3