Open shinigami212 opened 1 year ago
please assign me
please assign me
Please assign me the issue.
hey man can you also assign me the issue...
hey @shinigami212 brother please assign me the issue....
Please assign me the issue.
I added binary-to-decimal code in pull request #117.
Assign me please
added a gcd programme in cpp check it out
Please assign this issue to me @niteshk700 @shinigami212
Hi š, I'm Nitesh Kumar
A passionate frontend developer from India
Languages and Tools:
C++ Programming Challenges
Welcome to a collection of fundamental C++ programming challenges! These exercises are designed to help you practice and improve your C++ programming skills. Each challenge comes with a brief description and a code snippet to get you started.
Basic Concepts
Hello, World!: Print "Hello, World!" to the console.
Sum of Two Numbers: Calculate and display the sum of two numbers.
Product of Two Numbers: Calculate and display the product of two numbers.
Factorial: Find and display the factorial of a given number.
Even or Odd: Check if a number is even or odd.
Prime Number Check: Check if a number is prime.
Largest Among Three: Find and display the largest among three numbers.
Smallest Among Three: Find and display the smallest among three numbers.
Mathematical Operations
Square Root: Calculate and display the square root of a number.
Power: Calculate and display the result of a^b.
Sum of Even Numbers: Find and display the sum of all even numbers between 1 and N.
Sum of Odd Numbers: Find and display the sum of all odd numbers between 1 and N.
Average of N Numbers: Calculate and display the average of N numbers.
GCD (Greatest Common Divisor): Find and display the GCD of two numbers.
LCM (Least Common Multiple): Find and display the LCM of two numbers.
String Manipulation
Reverse a Number: Reverse and display a given number.
Palindrome Check: Check if a string is a palindrome.
Count Vowels and Consonants: Count and display the number of vowels and consonants in a string.
Convert to Uppercase: Convert a lowercase string to uppercase.
Convert to Lowercase: Convert an uppercase string to lowercase.
String Length: Calculate and display the length of a string.
String Concatenation: Concatenate two strings.
Substring Check: Check if a string contains a specific substring.
Remove Spaces: Remove spaces from a string.
Count Words: Count the number of words in a string.
Array Manipulation
Largest Element: Find and display the largest element in an array.
Smallest Element: Find and display the smallest element in an array.
Sum of Array Elements: Calculate and display the sum of all elements in an array.
Average of Array Elements: Calculate and display the average of elements in an array.
Element Search: Search for an element in an array.
Ascending Sort: Sort an array in ascending order (e.g., using bubble sort).
Descending Sort: Sort an array in descending order.
Second Largest Element: Find and display the second largest element in an array.
Second Smallest Element: Find and display the second smallest element in an array.
Advanced Topics
Fibonacci Series: Generate and display the Fibonacci series up to N terms.
Binary Search: Implement a binary search algorithm.
Triangle Area: Calculate and display the area of a triangle given its base and height.
Circle Area: Calculate and display the area of a circle given its radius.
Rectangle Area: Calculate and display the area of a rectangle given its length and width.
Square Area: Calculate and display the area of a square given its side length.
Number Conversions
Decimal to Binary: Convert a decimal number to binary.
Binary to Decimal: Convert a binary number to decimal.
Decimal to Hexadecimal: Convert a decimal number to hexadecimal.
Hexadecimal to Decimal: Convert a hexadecimal number to decimal.
Sum of Digits: Calculate and display the sum of digits of a number.
Product of Digits: Calculate and display the product of digits of a number.
Palindrome Check for Numbers: Check if a number is a palindrome.
Prime Factors: Find and display the prime factors of a number.
Bonus Challenge
Feel free to pick any challenge that interests you and start coding! Happy coding! š