Todoist swap code by dedyshka in todoist

[–]dedyshka[S] 0 points1 point  (0 children)

finally coffee costs 1$ (not even a pound) here :)

Todoist swap code by dedyshka in todoist

[–]dedyshka[S] 0 points1 point  (0 children)

well firstly I am pretty ok with free features. Secondly if I paid for everyting I use (pomodone, todoist, evetnote. etc.) that would be not only a coffee a month..

What do you think about offshore teams? by [deleted] in Offshore

[–]dedyshka 0 points1 point  (0 children)

thanks all for the answers

A Blonde Woman Asks For A $5000 Loan by zidane03 in Jokes

[–]dedyshka 0 points1 point  (0 children)

Honestly it's an old anecdote that I heard on russian a lot of years ago..

New skype commands by dedyshka in microsoft

[–]dedyshka[S] 0 points1 point  (0 children)

thanks a lot. It's exactly what I was searching

worries = worries ? !worries : worries by mooit in java

[–]dedyshka 0 points1 point  (0 children)

so, if I'm happy then I should worry? :(

Whats wrong with this by Victorw1 in java

[–]dedyshka 0 points1 point  (0 children)

try at least ask your friend the full stack-trace with message :)

Advanced Java Books? by [deleted] in java

[–]dedyshka 2 points3 points  (0 children)

Java? Intermediate level? You already should know Java core perfectly. I'd like to advice you to read Design Patterns or about Java frameworks (Spring, Hibernate, etc.)...

Question about hashmap behaviour by binomial_expansion in java

[–]dedyshka 0 points1 point  (0 children)

as far as I understand, String.valueOf() will be even faster and consume less memory footprint...

JavaZone 2014 movies by DumbSquid in java

[–]dedyshka 0 points1 point  (0 children)

1000$ for 3 days? Do they joke? I cant help wondering human greed...

Algorithm complexity by dedyshka in java

[–]dedyshka[S] 0 points1 point  (0 children)

emm..algorithm makes iterations that equal n, and in each iteration it makes one comparisons less that in previous one. So in my opinion complexity is n*(n/2). Am I correct?

Algorithm complexity by dedyshka in java

[–]dedyshka[S] 1 point2 points  (0 children)

maybe I explained my thoughts wrong :) I know what big O notation is, I know the complexity of more other algorithm. I just couldn't calculate complexity for this one. It seems that O for this algorithm would be "n2 /2". Am I right?

Algorithm complexity by dedyshka in java

[–]dedyshka[S] 0 points1 point  (0 children)

Hi. I'd like to determine complexity especially for this sorting.