Data-Structures-and-Algorithms icon indicating copy to clipboard operation
Data-Structures-and-Algorithms copied to clipboard

Implementation of string Data structure

Open Iltwats opened this issue 5 years ago • 10 comments

    • 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

Iltwats avatar Oct 05 '20 08:10 Iltwats

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.

issue-label-bot[bot] avatar Oct 05 '20 08:10 issue-label-bot[bot]

Some Easy problems:

  1. Function to copy string
  2. Pangram Checking
  3. Missing characters to make a string Pangram
  4. Check if a string is Pangrammatic Lipogram
  5. Removing punctuations from a given string
  6. Rearrange characters in a string such that no two adjacent are same
  7. Program to check if input is an integer or a string
  8. Quick way to check if all the characters of a string are same
  9. Program to find the initials of a name
  10. Check Whether a number is Duck Number or not
  11. Round the given number to nearest multiple of 10
  12. Change string to a new character set
  13. Find one extra character in a string

Iltwats avatar Oct 05 '20 08:10 Iltwats

I would like to work on this issue.

VaasuCodez avatar Oct 05 '20 08:10 VaasuCodez

Ok choose your problems and make sure their implementation doesn't exist.

Iltwats avatar Oct 05 '20 08:10 Iltwats

please take a look at #234

Akhilesh0947 avatar Oct 12 '21 19:10 Akhilesh0947

please take a loot at #236

Akhilesh0947 avatar Oct 17 '21 09:10 Akhilesh0947

Hello @Iltwats, I am Interested in implementing some easy problem set solution, can I work on that?

ManpreetKaur1469 avatar Oct 18 '21 08:10 ManpreetKaur1469

@ManpreetKaur1469 yes sure.

Iltwats avatar Oct 18 '21 09:10 Iltwats

please checkout PR #256 , #257

ManpreetKaur1469 avatar Oct 28 '21 07:10 ManpreetKaur1469

Please checkout pull request #258. Solution to number 16: To check divisibility of large number by 999

Tu-Code avatar Jan 22 '22 16:01 Tu-Code