-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Day 3 Exercise solution #108
Open
pirates-alert
wants to merge
11
commits into
pesto-students:master
Choose a base branch
from
BhargavMantha:day-3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/********************************\ @BhargavMantha finished the 1st question of longest count of string in the sentance \********************************/ The approach followed is mentioned in the comments of the code please refer and fo let me know your viewes
Function call has been removed which was accndently put
the second question rotated string or not check was also done
compleated the us phone validator 1.used a regx that tests the validity of the phone number 2.the following is the url for the same <---------------url----------------> https://regex101.com/r/iZ2vL4/65 <--------------url----------------> You can play around with the tool for working of the same :arrow_forward: :yum: felling lucky
Added the Rot 13 question . A small/atomic update for teliphone as well
Compleated the code to convert plain text to cipher text
Abbrivate String problem completed @BhargavMantha the psudo code is written in the comments
get the questions add big integers
The sum of Big integer promlem compleated @BhargavMantha the how and when is describes in the comments
added trim functionality
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the pull request for the Merging day 3 exercise into master. the same was given last week .
Please review and merge the same
questions solved are as below
in the same order.
every solution includes a pseudo code as well as comments regarding the approach followed
I have tried to make the code as modular and abstract as possible . @ArfatSalman please review and let me know your opinion. I am up for some constructive criticism so all the remarks are welcome. Also @andrewlinfoot , @ahhda i would be really glad if you could guide me through the process.
Example of the Psudo code`/**
'0': [ '2', '0', '5' ],
'1': [ '0', '0', '3' ],
'2': [ '1', '8', '9' ]
}
references of the above are:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/trunc
https://regex101.com/r/iZ2vL4/65
and ofcourse a lot of googeling and stack overflow