Arama Sonuçları: "#arrayManipulation"

20 sonuç
SOMNATH DHERE
SOMNATH DHERE@dhere_somn57618·
Rearranged an array of distinct integers so that elements alternate between the largest and smallest values, showcasing a custom sorting algorithm using two pointers. Demonstrates logic building, sorting, and array manipulation in Java. #Java #SortingAlgorithm #ArrayManipulation
SOMNATH DHERE tweet media
English
0
0
1
25
Deepak Tyagi
Deepak Tyagi@DeepakTyagi626·
💡 Day 55: Product Array Puzzle 🎯 Construct an array where each element is the product of all others! Input: [1, 2, 3, 4] Output: [24, 12, 8, 6] 🚀 Still solving and learning with #GfG160! #DSA #ArrayManipulation #Coding
Deepak Tyagi tweet mediaDeepak Tyagi tweet media
English
0
0
1
3
Shivaye Modi
Shivaye Modi@shivaye_modi·
**Swift** Initialize an empty array in Swift: ```swift var emptyArray: [String] = [] ``` Easily filter an array using the `filter` function: ```swift let filteredArray = array.filter { $0.contains("e") } ``` #SwiftTips #ArrayManipulation
English
0
0
0
2