forked from SARVESHKHANDELWAL/Learning_Resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontribution-ideas
45 lines (41 loc) · 1.08 KB
/
contribution-ideas
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
You can use these ideas or your own ideas to contribute to this repository in multiple languages like c/c++/java/python,etc and then submit PRs.
Basic Arithmetic-
- GCD and LCM
- Palindrome No
- Palindrome string
- Even or Odd
- Reverse string
- Calculator
- Swaping values with third variable
- Swaping values without third variable
- Table program
- Print odd values in loop
- Print even values in loop
- Area of geometric shapes
String Programs-
-Check for Palindrome Strings
-Find largest word in a String
-Program to Reverse Strings
-Convert Decimal to Hecadecimal
-Find Duplicate words in a string
-Panagrams
-Permutation of Palindrome
Sorting Programs-
-Bubble Sort
-Selection Sort
-Insertion Sort
-Merge Sort
-Heap Sort
-Cycle Sort
Searching Programs-
-Linear Search
-Binary Search
Pattern Programs-
-Square Pattern
-Rectangle Pattern
-Triangle Pattern
-Diamond Pattern
-Pascals Triangle
-Flyods Triangle
-Pyramid Patern
-Star Pattern