Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
2k views

Powerbuilder Dynamic Array Manipulation

string array[] long lBound, uBound lBound = LowerBound(array[]) // = 1, empty array value uBound = UpperBound(array[]) // = 0, empty array value array[1] = 'Item 1' array[2] = 'Item 2' array[3] = ...
4
votes
4answers
134 views

vb6 array with -1 for upper bound

Some functions such as Split() will return an array with -1 for the upper bound and zero for the lower bound if the array has no items, eg: Dim s() As String s = Split("", ",") Debug.Print UBound(s) ...
3
votes
5answers
50 views

Regarding complexity (if comparison based sorting algorithm used)

as we all know that any sorting algorithm based on comparison model has lower bound of nlogn i.e Omega(nlogn). which can be proved mathematically. but as we all know dutch flag problem can sort 3 ...
0
votes
1answer
39 views

Implementing an ever-increasing numbering system

I need your suggestions on how I should go about implementing an ever-increasing numbering system for my application. My application builds a graph in which its vertices are uniquely enumerated ...
0
votes
0answers
95 views

JPG byte size upperbound for any image, height by width

For a particular application, I must inline images in HTML using the <img src='data:image/gif;base64,...' /> technique. I can generate the base64 of the image of any dimensions in JPEG ...
0
votes
3answers
133 views

Upper bound on number of Rows in azure table storage…?

I would like to know is there any upper limit for the number of rows in the Azure Table storage. I am asking this question as I have turned on the diagnostics monitoring and moving the logs to the ...
0
votes
1answer
59 views

Logic form getting Minimum UpperBound for a given Number from the set of numbers

My problem is as follows- I have some numbers with me, like below- 2 2 2 2 3 3 17 17 17 17 17 17 17 17 17 34 34 34 34 34 68 68 68 136 So if I give the following number ...
0
votes
1answer
44 views

Deriving arrays in mathematics

So I found some similarities between arrays and set notation while learning about sets and sequences in precalc e.g. set notation: {a | cond } = { a1, a2, a3, a4, ..., an} given that n is the domain ...
-1
votes
2answers
29 views

upper bound - display

This is an idea I got in to my mind, All the display devices(screens which have pixels etc...) have an upper bound for the amount of various images they can generate. as an example 1024*728 - 32 bit ...