I would like to generate a binary array (values are 1s and 0s) filled with rectangular regions. Something like this: a = np.array([0, 1, 1, 0, 0] [
I've got a problem to insert a random array element into the DOM. I want it to only do it once for each array element but the code keeps fetching the element in
#include <iostream> using namespace std; struct stud { char name[10]; int id; }; int input(stud a[], int size) { for(int i=1; i<=size; i+
The question is to distribute candies to N children.Each child has a rating. Distribution should be such that each child have at least one candy and children wi
im having trouble with a project which requires me to make a picture box inside of an array disappear when i click it, but for some reason, im having trouble ge
This is the function i run on OnChange in AvField let selectedFieldArray = [] const templateValue = (e) => { const fieldObject = { "id": e.target.
I try to put on stack the values contained by array_output but every time I print the values from the stack it prints just 0s. If I try to print the array simpl
I am trying to solve the Leet Code challenge 14. Longest Common Prefix: Write a function to find the longest common prefix string amongst an array of strings.
I have an array of javascript objects like: const arrayData = [ { name: "campaign 1", date: "2022-05-13", milestones:[{name:"Planning", targetDate: "2022-05-25"
I would like to create a vector of the same matrix in numpy (so as an array). Let's say the matrix is: w = np.array([[1,2], [3,4], [
I'm trying to figure out why the code I wrote to find a sequence of integers in any given array is not catching all the instances. Could you help, please? Here'
Problem: You are given an array of integers that contain numbers in random order. Write a program to find and return the number which occurs the maximum
Looking for an algorithm to find longest sequences (pairs, triplets, up to quadruplets) that are separated by a constant, non-integer difference k in a sorted a
I have this dataset (shape is (36,2)). x is a numerical pattern, y is a binary class (0,1) x y [0.2, 0.3, 0.5 ..... 0.5] 0 [0.1, 0.4, 0.5 ..... 0.9] 1 and so
I want to loop through an array consisting of thousands of items. I want to process thousand item at a time. Is there a better way to achieve this ? const a = [
I need to convert list of array into xml. In the list the first object is the elements of the xml and from second object onwards it is the values of the element
In this code, we have to add a method set() which will take two parameters, an int index, and an Integer value, which will set the array eleme
In the following code, an observed object is updated but the View that observes it is not. Any idea why? The code presents on the screen 10 numbers (0..<10)
I have an airplane seating program but I don't know how to get it to print the number of seats still available and how to get it to quit when I enter q. Any he
I have a dataset that I retrieve using PDO and fetchall. I need to find the first date a part was sold and its cost then also I need to find the last date that