C++
 Computer >> Computer tutorials >  >> Programming >> C++
  1. Find maximum points which can be obtained by deleting elements from array in C++

  2. Find maximum sum of triplets in an array such than i < j < k and a[i] < a[j] < a[k] in C++

  3. Find median of BST in O(n) time and O(1) space in C++

  4. Find memory conflicts among multiple threads in C++

  5. Find minimum adjustment cost of an array in C++

  6. Find minimum s-t cut in a flow network in C++

  7. Find minimum time to finish all jobs with given constraints in C++

  8. Find missing element in a sorted array of consecutive numbers in C++

  9. Find multiplication of sums of data of leaves at same levelss in C++

  10. Find N distinct numbers whose bitwise Or is equal to K in C++

  11. Find n-th lexicographically permutation of a strings in C++

  12. Find nth term of a given recurrence relation in C++

  13. Find number of edges that can be broken in a tree such that Bitwise OR of resulting two trees are equal in C++

  14. Find original numbers from gcd() every pair in C++

  15. Find pair for given sum in a sorted singly linked without extra space in C++

  16. Find pair of rows in a binary matrix that has maximum bit difference in C++

  17. Find pairs with given product in a sorted Doubly Linked List in C++

  18. Maximum sum such that no two elements are adjacent in C++

  19. Maximum sum such that no two elements are adjacent - Set 2 in C++

  20. Maximum trace possible for any sub-matrix of the given matrix in C++

Total 5992 -Computer  FirstPage PreviousPage NextPage LastPage CurrentPage:197/300  20-Computer/Page Goto:1 191 192 193 194 195 196 197 198 199 200 201 202 203