python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to generate row-wise permutations of a 2d Array?
I recently got this question (paraphrased below) in a practice interview test and it still stumps me:
Given a 2d array A, generate a list of row-wise 1d array permutations from it.
A = [
[1],
...
polarSyndicate
Votes: 0
Answers: 2
Need help to store the record of the current student in the students array
I have to develop a C++ program that reads the student’s name and scores from a file and store them in an array of Student struct objects, then calculate and display each student’s final grade based o...

jr.çhåvez__07
Votes: 0
Answers: 1
change variables in an unknown python structure
Lets say i have a list or dictionary, each one contains many dictionaries, lists, sets,string,floats, and so on.
every time i need to handle different structure, but what i know is that all the string...
Matan
Votes: 0
Answers: 1
Reading custom (.ndev) Json-like file structure
I'm currently creating a custom file structure (File extension is .ndev), to increase my skill in working with files in C++. I can save values to a file in a specific way (See below)
{
"usern...

NikkieDev
Votes: 0
Answers: 1