No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
or instead of breaking out of the loop .... int indexOfElement; for (i = 0; i < sizeOf(array); i++) { if (array[i] == 7) { found at position i indexOfElement = i; i = sizeOf(array); } }
What programming/computer science skills are employers looking for? I want to increase my chances in getting a job.
It depends on the problem you are solving, since recursion is when a function calls itself. What is your problem you are solving?
Can someone give me some programming ideas to keep my knowledge up-to-date? I received a masters degree in computer science back in December and been job searching since then. I want to tell an employer something.
The End.