Hi there! Join us on our journey as we prepare for interviews! We meet weekly to discuss and solve the Problem of the Week in WNB.rb's slack channel #interview_prep. Sign up here for our community if you're not a member yet!
Problem | Solution |
---|---|
Array problems | |
Reverse String Problem | Solution |
Intersection of Two Arrays II | Solution |
Single Number | Solution |
Missing Number | Solution |
Sort Colors | Solution |
Spiral Matrix | Solution |
Shortest Distance Solution | |
Linked list problems | |
Merge sorted linked lists | Solution |
Palindrome Linked List | 1 Array, 2 Recursion, 3 Reverse Second Half In-place |
Container with most water | Solution |
Tree and graph problems | |
Sorted Array to Binary Search Tree | Solution |
Binary Tree Zigzag Level Order Traversal | Solution |
Course Schedule | Solution |
Bitwise manipulation | |
Reverse Bits | Solution |