Skip to content
Advertisement

Tag: analysis

Experimental Analysis of an Algorithm – How to prove that the graph is O(nlogn)?

This question is probably stupid, but I’ve been trying to figure this out for hours and I still couldn’t find anything about it. Probably I’m just too lost. So basically, I’m analysing an algorithm by doing an asymptotic and experimental analysis. The asymptotic analysis went well and I concluded that my algorithm is O(nlogn). The problem is the experimental analysis.

SonarLint throws IllegalStateException -> Failed to read local issue store index

I’m currently working in my Job with Eclipse and Java. We should use SonarLint to get some cleaner code and ’till yesterday everything was fine. But yesterday morning, when I opened Eclipse, SonarLint throw me the following errormessage. I’ve already searched in Google, deleted the .sonarlint folder, also the settingsfolder of eclipse and the .sonarlint folder inside the eclipse-workspace. Everyone

Advertisement