[go: up one dir, main page]

0% found this document useful (0 votes)
36 views3 pages

List of Programs

This document lists 57 coding problems or challenges ranging from basic problems like printing patterns to more complex challenges involving algorithms, data structures, and programming concepts.

Uploaded by

gupta_ssrkm2747
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views3 pages

List of Programs

This document lists 57 coding problems or challenges ranging from basic problems like printing patterns to more complex challenges involving algorithms, data structures, and programming concepts.

Uploaded by

gupta_ssrkm2747
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

1. Pangram.

2. Finger Count Problems


3. Anagram
4. Drawing Book Problem
5. Birthday Candles
6. utopian tree problem
7. Angry professor problem
8. Apple and orange problem
9. Grading students
10. Cats and mouse
11. Apples and oranges
12. Kangaroo
13. Day of the programmer
14. Drawing book
15. Save the prisoner
16. Birthday chocolate
17. Beautiful days at the movies
18. Time conversion
19. Between two sets
20. Breaking the records
21. Divisible sum pair
22. Bon appetite
23. Repeated string
24. Compare the triplets-arrays
25. Balanced parenthesis
26. RNA String Problem
27. Rain Drops
28. Matrix Reading and printing
29. Matrix Addition, Subtraction, Multiplication, Transpose, Symmetric, Diagonal printing.
30. Diagonal difference
31. sequence equation
32. find digits
33. Sherlock and squares
34. cut the sticks
35. sum of digits program
36. prime number program
37. Fibonacci series program
38. ACMICPC Team
39. kaprekar numbers problem statement
40. SIRUSERI SINGING CHAMPIONSHIP
41. Beautiful triplets
42. ceaser cyper problem statement
43. encryption Problem statement
44. spiral matrix
45. rotation of matrix 90 degrees clock wise
46. student marks database program
47. matrix tracing
48. sub arrays sum
49. student mark database calculating the rank based on given conditions
50. magic square
51. guessing movie name
52. min-max sum
53. Print the below pattern (half diamond using numbers)
Input:
3 4
Output:
3
44
555
6666
555
44
3

54. Print the following pattern (half diamond using numbers)

Input :
3
Output:
1
2*2
3*3*3
3*3*3
2*2
1

55. Print the below pattern.

Input:
4
Output:
1
2*3
4*5*6
7*8*9*10
7*8*9*10
4*5*6
2*3
1
56. Print the below pattern.

Input:
3
Output:
333
313
323
333

57. print the following patterns

# #

# # #

# # # #

# # # #

# # #

You might also like