Open In App

Myntra Interview Experience | Set 8 (On-Campus For Software Engineer)

Improve
Improve
Like Article
Like
Save
Share
Report
  1. Write a C program to detect a loop in a linked list and remove it.
  2. Find the kth largest element in an array.
  3. Determine if a given number is a palindrome or not.
  4. Determine the maximal sum of contiguous subsequences in an array. Also find the maximal sum of non-contiguous subsequences in the array
  5. C program to implement heapsort algorithm.
  6. Provide a solution to the sum of subsets problem
  7. Given a binary tree, display only the elements in the odd levels of the tree
  8. Find the nth node from the end of a linked list
  9. Reverse a linked list.
  10. Given a HTML tag remove the substrings present within <>.
  11. Write a program to find 100!. How will you store such a big number in a variable and what is its type?


Last Updated : 28 Jun, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads