Questions tagged as 'estructuras'

0
answers

Variable declared in subprocess is not passed to main

I have this program whose behavior has to be like the one described below: For the development of a computer system of a company, it is necessary to implement a type of data that represents the products used in the factory. It is desired that...
asked by 20.05.2018 / 21:29
0
answers

Show fix after removing all items

import java.io.*; public class ColaCircular{ public static class ClaseColaCircular { // Declaracion de la clase de la Cola Circular static int max=8; // Tamano maximo de la Cola Circular static int colacirc[]=new int[max]; //...
asked by 10.04.2018 / 19:24
0
answers

Layout in asp without using GridView

Guys, I'm working on a platform where I manage a specific work process. The idea is to have "employee" users in charge of another "boss" user so that the chief user has a list of tasks in his control panel. When selecting the task, there should...
asked by 03.03.2018 / 23:48
1
answer

priority queue java

I have a problem, I am doing a project, it consists of entering data of a person (name, age and place (distance)) when giving the data for example: Person 1: so-and-so, 32 years old, 34 kilometers Person 2: Jorge, 54 years old, 44 kilomete...
asked by 04.11.2017 / 06:36
0
answers

How can I stop giving me error in execution time in this binary tree?

At the moment of executing it, it adds and deletes me well except when I want to delete a node without children, I do not understand why I get an error and the program goes bankrupt I would like to know if someone could help me giving me a tip,...
asked by 17.10.2017 / 03:05