python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Sorting a 2-d vector but getting an unexpected output
I am trying to sort a 2 D vector and I am getting the desired output for input 'n' less than 15 but above that it is not arranged in the order that I want. If all the first column values are 0 then th...
Aryaman
Votes: 0
Answers: 1
2d array with function javascript
I've task to create function that will display names from 2d array (const users). Each name should be displayed in separate line in console. Here is the code I've prepared but not sure if it's correct...
Stacey
Votes: 0
Answers: 1
How to average values in JSON after grouping within a group in javascript
I have a json file with the following data which I would like to group by Year , Theme and then average values on each theme. Can someone help me with this? I have grouped by date and then theme but s...
Subadhra Thangavelu
Votes: 0
Answers: 1
Understanding multidimensional array
I am trying to understand the multidimensional array. I can't find a proper article to understand what the each block denotes to.
for 1D, we know that int[] = single row of elements
for 2D, int[,] = t...
Thameem
Votes: 0
Answers: 2