Recent content by ganeshsrivatsa

  1. G

    Missing Numbers in Consecutive List

    Thanks for the suggestions. Isnt there any way to find missing numbers from consecutive list from mathematics point of view? Thanks, G.
  2. G

    Missing Numbers in Consecutive List

    Hi PeroK, Sorry for not giving you any detailed constraints. I am going to store this data into a database. So 28 columns makes the table horizontally large and very difficult for processing. The solution you have for three numbers 50000700008 makes very large string for 28 numbers. means A...
  3. G

    Missing Numbers in Consecutive List

    Hello PeroK. The problem is I don't want to list them. I want to maintain as less information as possible as to compute the numbers. What I am actually trying to do is. I am trying to capture hours of operation for a facility. Each day of the week there can be up to two hours of...
  4. G

    Missing Numbers in Consecutive List

    Hello All, I am having 1000 consecutive numbers always starting with 1, and there could be upto 24 missing numbers from the list. My question is, what pieces of information should I have in order to find out those missing numbers. So far I came up with, 1. Sum of missing numbers. 2...
Back
Top