
SandeepKamra
I look forward to your Feedback

SandeepKamra on Nov 30, 2022
In Java, how do you convert a String to an array?
String myStringArray = "491174, 414529, 414557"; I just want this section of output 491174, 414529, and 414557. I tried a variety of approaches to convertQuestionJava
1 Comment
3
2298
0

SandeepKamra on Nov 22, 2022
The swap method takes an array and two integer array indices as arguments
The code below is for a rapid sort class. There is a function named swap near the bottom that is intended to accept an arrayQuestionJavaDevelopment
2 Comments
1
2287
0

SandeepKamra on Nov 10, 2022
Adding many Python files and directories to a single dmg file
How can I make a single dmg file out of many Python files in different folders? I know that's doable for a single file, butQuestionPython
3 Comments
0
7298
1

SandeepKamra on Sep 15, 2022
Is every serializable schedule view serializable?
We are aware that conflict serializability is a valid subset of view serializability in DBMS Schedules of Transactions. However, all serializable schedules may be includedQuestionDatabasesOff TopicDevelopment
1 Comment
0
1956
0

SandeepKamra on Jul 20, 2022
Permutation matrix multiplication in Python
I'm a beginner in Python and i think i cannot seem to understand it well, so wanted to understand the concept of Permutation matrices. AQuestionPythonDevelopment
1 Comment
0
2218
0

SandeepKamra on Jul 19, 2022
What is "inheritance" in Javascript?
Can anyone explain to me with simple words the meaning of "inheritance" in JavaScript? If you could give examples that would be too great. YouQuestionJavaScriptDevelopment
2 Comments
0
2649
0

SandeepKamra on Jul 14, 2022
Control Flow Graph from ANSI C code
I'm building tool for testing ansi c applications. Basically, load code, view control flow graph, run test, mark all vertexes which were hit. I'm attemptingQuestionC, C++Development
1 Comment
1
2535
0