C++
 Computer >> Computer tutorials >  >> Programming >> C++
  1. Sum of the Series 1 + x/1 + x^2/2 + x^3/3 + .. + x^n/n in C++

  2. Sum of the series 1, 3, 6, 10… (Triangular Numbers) in C++

  3. Sum of the Series 1/(1*2) + 1/(2*3) + 1/(3*4) + 1/(4*5) + ... in C++

  4. Sum of the series 1^1 + 2^2 + 3^3 + ... + n^n using recursion in C++

  5. Sum of the series 2 + (2+4) + (2+4+6) + (2+4+6+8) + ... + (2+4+6+8+...+2n) in C++

  6. Maximum bishops that can be placed on N*N chessboard in C++

  7. Maximum consecutive one’s (or zeros) in a binary circular array in C++

  8. Maximum consecutive repeating character in string in C++

  9. Maximum no. of contiguous Prime Numbers in an array in C++

  10. Maximum length of subarray such that sum of the subarray is even in C++

  11. Maximize the sum of products of the degrees between any two vertices of the tree in C++

  12. Maximize the size of array by deleting exactly k sub-arrays to make array prime in C++

  13. Maximize number of continuous Automorphic numbers in C++

  14. Sum of the series 2^0 + 2^1 + 2^2 +...+ 2^n in C++

  15. Maximum number of dots after throwing a dice N times in C++

  16. Maximum number of groups of size 3 containing two type of items in C++

  17. Maximum number of ones in a N*N matrix with given constraints in C++

  18. Maximum number of parallelograms that can be made using the given length of line segments in C++

  19. Maximum number of pieces in N cuts in C++

  20. Maximum number of segments of lengths a, b and c in C++

Total 5992 -Computer  FirstPage PreviousPage NextPage LastPage CurrentPage:208/300  20-Computer/Page Goto:1 202 203 204 205 206 207 208 209 210 211 212 213 214