Index | Program | Difficulty |
---|---|---|
1 | Sum and Product | Easy |
2 | Terms of ap | Easy |
3 | Reverse of a number | Easy |
4 | Binary to decimal conversion | Easy |
5 | Decimal to binary conversion | Easy |
6 | Square root (integral) | Easy |
7 | Check number sequence | Intermediate |
8 | nCr | Easy |
9 | Printing first n prime number | Easy |
Index | Program | Difficulty |
---|---|---|
1 | Simple patterns | Very easy |
2 | Hollow rectangle patterns | Easy |
3 | Triangle number patterns | Intermediate |
4 | Half pyramid patterns | Easy |
5 | Number and star patterns | Intermediate |
Index | Program | Difficulty |
---|---|---|
1 | Array sum | Easy |
2 | Arranging array | Easy |
3 | Printing all substrings | Intermediate |
4 | Pair sum | Easy |
5 | Triplet sum | Easy |
Index | Program | Difficulty |
---|---|---|
1 | Largest sum of row and column | Intermediate |
2 | Wave print | Intermediate |
Index | Program | Difficulty |
---|---|---|
1 | Linear search | Easy |
2 | Bubble sort | Easy |
3 | Selection sort | Easy |
4 | Merge two array in sorted order | Easy |
5 | Array intersection | Easy |
6 | Find duplicate | Easy |
7 | Find unique | Easy |
Index | Program | Difficulty |
---|---|---|
1 | Creating and displaying | Easy |
2 | Counting nodes | Easy |
3 | Sum of elements | Easy |
4 | Insertion and deletion | Easy |