Flipkart Interview Question for SDE-2s


Country: United States




Comment hidden because of low score. Click to expand.
1
of 1 vote

As you suggest above we generate DAG with nodes - ai and there is an edge if a1>a2. Then sort topologically.
We find the max longest path in DAG between "start nodes" (node with no incoming edges) and end nodes (node with no outgoing edges). When there exists longest path equal to list size, we could sort list.

- ep November 23, 2015 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

topological sort
1. first setup a DAG, i.e , if a1 > a2, we drawn a line from a1 to a2 ;
2. Do topological sort against the graph

- Scott November 23, 2015 | Flag Reply


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More