Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~456 People Reached
Favorite Tags
Member Avatar for jk451

I wonder if at least according to ECMA-334, section 15.9.5, the behaviour of following is undefined: [code] using System; class FindingCountry { public static void Main(String[] args) { int a=0; try { throw new ArgumentNullException((5 / a).ToString()); } catch (DivideByZeroException) { } } } [/code] Running it with the VS …

Member Avatar for jk451
0
174
Member Avatar for attias

hello, I have a question about hashtable. what is the complexity of searching an item in hashtable in average case performance (when using a rehash function)? thank you!

Member Avatar for jk451
0
112
Member Avatar for swinefish

Hey all I'm trying to write a Multiple Document Summary (MDS) system as proposed by Chali et al. (2009), see attached. And after a lot of reading I've managed to wrap my head around a lot of the concepts. However, one of the things I need to make is a …

Member Avatar for jk451
0
142
Member Avatar for jk451

I am looking at companies for my second year internship as a CompSci undergraduate, specifically I am thinking of Artificial Intelligence/Data Mining/Natural Language Processing. I would be grateful for any tips on commercial companies that carry out some work in this field, as it does not seem very frequent. It …

0
28