5,052 reputation
1935
bio website yuugen.jp
location Japan
age 31
visits member for 3 years, 4 months
seen 13 hours ago
stats profile views 387

Experienced in C/C++ using STL, POSIX, OpenGL; bash using coreutils, sed. Proficient in MatLab; Maple; Python using matplotlib, wxWidgets; php. Comfortable in Ruby, JavaScript.

Proficient in HTML, CSS. Comfortable in XSLT.

Interested in compiler theory, computational geometry.


May
14
answered Trouble with C++ Class
May
14
comment Trouble with C++ Class
holy wall of text, what's your question?
May
14
answered taking data from .xls file to python list
Apr
29
awarded  Necromancer
Apr
5
comment Run Time for Linear Probing on Hash table
That's what I said, the complexity for the linear probing is O(n) which means O(n) for every insertion/deletion/lookup. Thus if you have n insertions then your total complexity is O(n^2)
Mar
29
comment Comparison of all array elements - C algorithm
repeated elements are of no bearing to the issue. i and k are indices, the if will never be true.
Mar
28
comment Comparison of all array elements - C algorithm
also if you're going to start k from i+1 you can drop the if.
Mar
28
comment Comparison of all array elements - C algorithm
Then we cannot help you.
Mar
28
comment Comparison of all array elements - C algorithm
@fayyazkl depends on what the actual objective of the function is, possibly not all those comparisons are needed.
Mar
28
comment Comparison of all array elements - C algorithm
then you're doing exactly the same thing, the for loop itself is not going to be the problem, the operation is
Mar
28
comment Comparison of all array elements - C algorithm
Your reduction assumes that x operation y is the same as y operation x, in other words the operation is commutative. If it is not you cannot reduce it like that.
Mar
28
answered Comparison of all array elements - C algorithm
Mar
27
revised Call stack in compiled matlab
edited tags
Mar
26
awarded  Enlightened
Mar
26
awarded  Nice Answer
Mar
26
answered Any good function can be used to move an element in a container?
Mar
25
reviewed Approve suggested edit on How to populate a column with random date in a table which falls between 2 dates from another table
Mar
25
reviewed Approve suggested edit on Hidden scrollbar unless page resize
Mar
25
reviewed Approve suggested edit on Best way of encrypting text to store in mysql database
Mar
25
reviewed Approve suggested edit on How to create a topmost overlay which ignores mouse clicks, etc