-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Added Karatsuba Algo in Dart #2616
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job :)
squash your commits and push it
@asha15 Ma'am, I'm unable to squash the commits as i fixed the issues directly from Github editor so no local copy is present |
so you can clone the forked repo and squash it right? This is a good chance for you to learn. let's give a try |
@asha15 Squashing is creating many misc errors ma'am. I did try several times. If possible can you merge this branch or should I create a new PR with a single commit? |
have you tried this command? |
@asha15 Yes Ma'am. Even tried to force push and soft reset but no avail. Although, force push does squash the commits but adds misc files, which happened in the former case. |
@asha15 Should i create a new PR? |
* Sqashing 6 commits * deleting accidentally added file * deleting accidentally added file * deleting accidentally added file * deleting accidentally added file * deleting accidentally added file * deleting accidentally added file * Karatsuba_Algorithm.dart added (accidently deleted while squashing commits)
Fixes #2248
Checklist:
Changes proposed in this pull request:
Added Kartasuba Algo in Dart
Languages Used:
Dart
Files Added:
Karatsuba_Algorithm.dart
Thanks!