Skip to content
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

Fixes for bug #61 #118

Closed
wants to merge 300 commits into from
Closed

Fixes for bug #61 #118

wants to merge 300 commits into from

Conversation

k88manish
Copy link
Contributor

  • Added test cases for error cases
  • Handled invalid expression
  • ESLint error fixes

ashokdey and others added 30 commits September 8, 2019 12:52
Permutation & Subsequence of String and all paths of M x N grid
update: Fibonacci using tabular method
update: new problem added
ashokdey and others added 15 commits October 18, 2019 13:46
Changes in Linked Lists
Added tests for the A* algorithm and cleaned up A* directories
Trie - tree based data structure
Added comment so that no one changes the Node class
change: the data part should be named as my_data
Add Test for Binary Tree Preorder Traversal
- Added test cases for error cases
- Handled invalid expression
- ESLint error fixes
@k88manish
Copy link
Contributor Author

Hi @ashokdey, @TheSTL. I have made the fixes for #61. Please review it help me to merge it.

@TheSTL
Copy link
Member

TheSTL commented Oct 20, 2019

@k88manish We are not getting your commit properly . Please setup you git properly.
image

@TheSTL
Copy link
Member

TheSTL commented Oct 20, 2019

When stack is not empty or expression is not there is should throw an error instead of returning a string. You can check this problem to get idea and then write test case accordingly - fibonacci

@k88manish
Copy link
Contributor Author

Hi @TheSTL, Thanks for reviewing it. I have made the changes to replace string message with throw error. Can you please review it again?

@TheSTL
Copy link
Member

TheSTL commented Oct 21, 2019

@k88manis

@k88manish We are not getting your commit properly . Please setup you git properly.
image

Not getting your commit.
Please fix this

@TheSTL
Copy link
Member

TheSTL commented Oct 22, 2019

@k88manish I think it will work commits-are-not-getting-linked-with-github-account .
And please also check this issue for your other PRs

@k88manish
Copy link
Contributor Author

closing this pull request because the Author information is not correct. Will open a new one

@k88manish k88manish closed this Oct 22, 2019
@k88manish k88manish deleted the postfix-bug-61 branch October 22, 2019 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet