Coding questions asked during interviews.
Sr. No | Title | Solutions | Tests(Pytest) | Result |
---|---|---|---|---|
1 | Anagram | Python | Tests | |
2 | Palindrome String | Python | Tests | |
3 | Palindrome Number | Python | Tests | |
4 | Two Sum | Python | Tests | |
5 | Flatten Arbitrarily Nested List | Python | Tests | |
6 | Max Profit | Python | Tests | |
7 | Merge Sorted List | Python | Tests | |
8 | Search Insert Position | Python | Tests | |
9 | List To Integer | Python | Tests | |
10 | Binary Search | Python | Tests | |
11 | Binary Search Tree | Python | Tests | |
12 | Rearrange Numbers Matching Their Indices | Python | Tests | |
13 | Longest Consecutive Subsequence | Python | Tests |