InterviewBit icon indicating copy to clipboard operation
InterviewBit copied to clipboard

Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com

Results 10 InterviewBit issues
Sort by recently updated
recently updated
newest added

Updating the --i to ++i in the last loop.

updated solution for +..34 testcase

Added new solution

enhancement

if ( A.length() == 1) { result = A; return result; } above code can be added.

false alarm

Accepted solution screenshot : ![Screenshot from 2019-10-29 19-22-44](https://user-images.githubusercontent.com/36269283/67777903-6fd16180-fa88-11e9-8b0f-01efac322b64.png)

SUBTRACT problem from checkpoint level-5

bugfix
false alarm

with TrieNode implimentation inside.

These two problems were solved by me and were missing in the repo

false alarm

Also made the program non-recursive