|
| 1 | +--- |
| 2 | +id: 0101-0123 |
| 3 | +title: GFG school problems 0101-0123 |
| 4 | +sidebar_label: 0101-0123 |
| 5 | +keywords: |
| 6 | + - gfg problems |
| 7 | + - gfg problems school |
| 8 | + - gfg problems problems |
| 9 | +--- |
| 10 | + |
| 11 | + |
| 12 | +export const problems = [ |
| 13 | + { |
| 14 | + "difficulty": "School", |
| 15 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/automorphic-number4721/1", |
| 16 | + "solutionLink": "#", |
| 17 | + "problemName": "Automorphic Number" |
| 18 | + }, |
| 19 | + { |
| 20 | + "difficulty": "School", |
| 21 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/triangle-shrinking-downwards0459/1", |
| 22 | + "solutionLink": "#", |
| 23 | + "problemName": "Triangle shrinking downwards" |
| 24 | + }, |
| 25 | + { |
| 26 | + "difficulty": "School", |
| 27 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/diagonal-sum0158/1", |
| 28 | + "solutionLink": "#", |
| 29 | + "problemName": "Diagonal sum" |
| 30 | + }, |
| 31 | + { |
| 32 | + "difficulty": "School", |
| 33 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/sum-of-an-ap1025/1", |
| 34 | + "solutionLink": "#", |
| 35 | + "problemName": "Sum of an AP" |
| 36 | + }, |
| 37 | + { |
| 38 | + "difficulty": "School", |
| 39 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/area-of-rectange-right-angled-triangle-and-circle2600/1", |
| 40 | + "solutionLink": "#", |
| 41 | + "problemName": "Area of Rectangle, Right Angled Triangle and Circle" |
| 42 | + }, |
| 43 | + { |
| 44 | + "difficulty": "School", |
| 45 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/find-difference-between-sum-of-diagonals1554/1", |
| 46 | + "solutionLink": "#", |
| 47 | + "problemName": "Find difference between sum of diagonals" |
| 48 | + }, |
| 49 | + { |
| 50 | + "difficulty": "School", |
| 51 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/front-back-transformation1659/1", |
| 52 | + "solutionLink": "#", |
| 53 | + "problemName": "Front-Back Transformation - copy" |
| 54 | + }, |
| 55 | + { |
| 56 | + "difficulty": "School", |
| 57 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/addition-of-two-square-matrices4916/1", |
| 58 | + "solutionLink": "#", |
| 59 | + "problemName": "Addition of two square matrices" |
| 60 | + }, |
| 61 | + { |
| 62 | + "difficulty": "School", |
| 63 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/12-hour-clock-subtraction1708/1", |
| 64 | + "solutionLink": "#", |
| 65 | + "problemName": "12 hour clock subtraction" |
| 66 | + }, |
| 67 | + { |
| 68 | + "difficulty": "School", |
| 69 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/java-classes-introduction/1", |
| 70 | + "solutionLink": "#", |
| 71 | + "problemName": "Java Classes Introduction" |
| 72 | + }, |
| 73 | + { |
| 74 | + "difficulty": "School", |
| 75 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/number-of-diagonals1020/1", |
| 76 | + "solutionLink": "#", |
| 77 | + "problemName": "Number of Diagonals" |
| 78 | + }, |
| 79 | + { |
| 80 | + "difficulty": "School", |
| 81 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/12-hour-clock-addition1206/1", |
| 82 | + "solutionLink": "#", |
| 83 | + "problemName": "12 hour clock addition" |
| 84 | + }, |
| 85 | + { |
| 86 | + "difficulty": "School", |
| 87 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/checcheck-if-two-given-circles-touch-each-other5038/1", |
| 88 | + "solutionLink": "#", |
| 89 | + "problemName": "Check if two given circles touch each other" |
| 90 | + }, |
| 91 | + { |
| 92 | + "difficulty": "School", |
| 93 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/combinational-logic1908/1", |
| 94 | + "solutionLink": "#", |
| 95 | + "problemName": "Combinational Logic" |
| 96 | + }, |
| 97 | + { |
| 98 | + "difficulty": "School", |
| 99 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/java-abstract-keyword/1", |
| 100 | + "solutionLink": "#", |
| 101 | + "problemName": "Java Abstract keyword" |
| 102 | + }, |
| 103 | + { |
| 104 | + "difficulty": "School", |
| 105 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/compound-interest0235/1", |
| 106 | + "solutionLink": "#", |
| 107 | + "problemName": "Compound Interest" |
| 108 | + }, |
| 109 | + { |
| 110 | + "difficulty": "School", |
| 111 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/program-to-print-reciprocal-of-letters36233623/1", |
| 112 | + "solutionLink": "#", |
| 113 | + "problemName": "Program to print reciprocal of letters" |
| 114 | + }, |
| 115 | + { |
| 116 | + "difficulty": "School", |
| 117 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/determine-focal-length-of-a-spherical-mirror5415/1", |
| 118 | + "solutionLink": "#", |
| 119 | + "problemName": "Determine focal length of a spherical mirror" |
| 120 | + }, |
| 121 | + { |
| 122 | + "difficulty": "School", |
| 123 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/12-hour-clock-multiplication4709/1", |
| 124 | + "solutionLink": "#", |
| 125 | + "problemName": "12 hour clock Multiplication " |
| 126 | + }, |
| 127 | + { |
| 128 | + "difficulty": "School", |
| 129 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/number-pattern0517/1", |
| 130 | + "solutionLink": "#", |
| 131 | + "problemName": "Number Pattern" |
| 132 | + }, |
| 133 | + { |
| 134 | + "difficulty": "School", |
| 135 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/parallel-or-perpendicular4257/1", |
| 136 | + "solutionLink": "#", |
| 137 | + "problemName": "Parallel or Perpendicular?" |
| 138 | + }, |
| 139 | + { |
| 140 | + "difficulty": "School", |
| 141 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/decimal-to-any-base-conversion2440/1", |
| 142 | + "solutionLink": "#", |
| 143 | + "problemName": "Decimal to any base conversion" |
| 144 | + }, |
| 145 | + { |
| 146 | + "difficulty": "School", |
| 147 | + "leetCodeLink": "https://www.geeksforgeeks.org/problems/time-to-words3728/1", |
| 148 | + "solutionLink": "#", |
| 149 | + "problemName": "Time to Words" |
| 150 | + } |
| 151 | +] |
| 152 | + |
| 153 | +<Table |
| 154 | + title="" |
| 155 | + data={problems} |
| 156 | + isSorted={false} |
| 157 | + collectionLink="https://www.geeksforgeeks.org/" |
| 158 | +/> |
| 159 | + |
| 160 | +Now, you can see the list of problems in a table format. You can click on the problem link to view the problem on the GeeksforGeeks website. You can also click on the solution link to view the solution of the problem. |
0 commit comments