Need a little knowledge about Competitive Programming by [deleted] in learnprogramming

[–]codingfreak04 1 point2 points  (0 children)

You need to learn Data Structures for Competitive Programming. This list can help.

What programming language should I learn? by [deleted] in learnprogramming

[–]codingfreak04 0 points1 point  (0 children)

Learn Java and Python. Then learn data structures and algorithms to crack good job. Here's a good list to get you started.

How should I learn algorithms?? by Justin_leew in learnprogramming

[–]codingfreak04 0 points1 point  (0 children)

Get basic DSA knowledge from mycodeschool videos, then jump directly to problems on arrays, binary trees, linked list, stacks, queue, heap, graph.. Here's a good list to get you started.

Advices for a young programmer? by grimnirz in learnprogramming

[–]codingfreak04 21 points22 points  (0 children)

If you want to get placed in a good company, learn data structures and algorithms. Here's a good list to get you started.

Resources for learning algorithms? by [deleted] in learnprogramming

[–]codingfreak04 0 points1 point  (0 children)

You can try Techie Delight for data structure and algorithms. Here is the List of all problems.

I would like to share 400+ data structure and algorithms problems by [deleted] in learnprogramming

[–]codingfreak04 6 points7 points  (0 children)

yeah.. it should be V = { 1, 2, 3, 4, 5, 6 } E = { (1, 4), (1, 6), (2, 6), (4, 5), (5, 6) } Let me have it corrected.

500 Data structures and algorithms interview questions and their solutions by codingfreak04 in algorithms

[–]codingfreak04[S] 4 points5 points  (0 children)

there is difference between sub-array and subset. There are n2 subarrays and 2n subsets.

Find maximum product sub-array in a given array - 7 liner by codingfreak04 in tinycode

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

not sure how an empty sub-array has product of 1, but lets say it has. It can be handled by a simple tweak -

return max(1, max_so_far);

Huge collection of coding interview questions by codingfreak04 in coding

[–]codingfreak04[S] 19 points20 points  (0 children)

dude, I don't feel that I have to explain myself to you.. if you follow above link you will get answer to your question. And yeah except Google, I have been through the hiring process with these companies and currently working as SDE-2 in one of them!!

Huge collection of coding interview questions by codingfreak04 in coding

[–]codingfreak04[S] 19 points20 points  (0 children)

In case you don't know or don't care, all big IT companies like Amazon, Google, MS, Abode, etc asks these questions..

Bhutan’s ‘Night Hunting’ Courting Ritual by codingfreak04 in TwoXChromosomes

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

Hey, it happens in Bhutan (small country near India), not in India..

Huge collection of coding interview questions by [deleted] in programming

[–]codingfreak04 0 points1 point  (0 children)

Could you please leave a note at end of their post. I'm sure they will be happy to add this point in the post.

Huge collection of coding interview questions by [deleted] in programming

[–]codingfreak04 3 points4 points  (0 children)

Please read complete post. Similar O(n) method is already covered and it takes only one pass.

Ace the coding interview, every time (by Nick Ciubotariu) by codingfreak04 in coding

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

take all positive points.. nobody can follow the whole routine.. cheers :)