Implementation of string Data structure
-
- Smallest number with sum of digits as N and divisible by 10^N
-
- Minimum sum of squares of character counts in a given string after removing k characters
-
- Maximum and minimum sums from two numbers with digit replacements
-
- Check if a given string is sum-string
-
- Sum of two large numbers
-
- Calculate sum of all numbers present in a string
-
- Extract maximum numeric value from a given string
-
- Calculate maximum value using ‘+’ or ‘*’ sign between two numbers in a string
-
- Maximum segment value after putting k breakpoints in a number
-
- Difference of two large numbers
-
- Check if a large number is divisible by 4 or not
-
- Check if a large number is divisible by 11 or not
-
- Number of substrings divisible by 6 in a string of integers
-
- Decimal representation of given binary string is divisible by 5 or not
-
- Number of substrings divisible by 8 but not by 3
-
- To check divisibility of any large number by 999
-
- Multiply Large Numbers represented as Strings
-
- Divide large number represented as string
-
- Remainder with 7 for large numbers
-
- Given two numbers as strings, find if one is a power of other
-
- Check whether a given number is even or odd
-
- Product of nodes at k-th level in a tree represented as string
-
- Program to find remainder when large number is divided by 11
-
- Ways to remove one element from a binary string so that XOR becomes zero
-
- Find the maximum subarray XOR in a given array
-
- Calculate the difficulty of a sentence
-
- Minimum Index Sum for Common Elements of Two Lists
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.70. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Some Easy problems:
- Function to copy string
- Pangram Checking
- Missing characters to make a string Pangram
- Check if a string is Pangrammatic Lipogram
- Removing punctuations from a given string
- Rearrange characters in a string such that no two adjacent are same
- Program to check if input is an integer or a string
- Quick way to check if all the characters of a string are same
- Program to find the initials of a name
- Check Whether a number is Duck Number or not
- Round the given number to nearest multiple of 10
- Change string to a new character set
- Find one extra character in a string
I would like to work on this issue.
Ok choose your problems and make sure their implementation doesn't exist.
please take a look at #234
please take a loot at #236
Hello @Iltwats, I am Interested in implementing some easy problem set solution, can I work on that?
@ManpreetKaur1469 yes sure.
please checkout PR #256 , #257
Please checkout pull request #258. Solution to number 16: To check divisibility of large number by 999