Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for kovacsakos

I have a 2D arraylist, named as adjLists, which contains arraylists, containing values like these. Each two values are a "pair" and each third is a "flag" for the pair. [278, 106, 0, 397, 36, 0, 59, 208, 0, 366, 221, 0] [366, 221, 0, 397, 36, 0, 132, 390, …

Member Avatar for kovacsakos
0
674
Member Avatar for kovacsakos

What do you think, what is a good start for developing a battleship game? Should I use two layout with form TableLayout for two tables, or should I put the tables to one layout. How is it easier to reference to the fields? What do you think which is the …

0
68
Member Avatar for kovacsakos

I think it would be great if everyone how has programming exercises (also me) would share some exercises. It will be very helpful for the next generations. It was also a hard problem for me earlier to find some great exercises. So I have made a Dropbox shared folder for …

0
133
Member Avatar for kovacsakos

I should write a program for school classification. It should give out all the 5 marks, but nobody can be on the border points or near the border points. Thanks in advance for your help!

Member Avatar for WaltP
0
118
Member Avatar for kovacsakos

I have an array with a lot of numbers. How can I create intervals from these numbers?

Member Avatar for WaltP
0
134
Member Avatar for kovacsakos

I would like to make a memory allocation: `(*matrix)[i]=(int*)malloc(sizeof(int)*sz);` But I have got an error message: Invalid operands to binary * What should be the problem?

Member Avatar for kovacsakos
0
171
Member Avatar for kovacsakos

How can I find the differences between two matrix? I should find the diverse numbers. Thanks in advance for your help!

Member Avatar for WaltP
0
123
Member Avatar for kovacsakos

How can I use the flood fill algorithm in practice? How can I implement it?

0
121