Placement Hacks
Hello everyone, this is Nikhil Prakash. I am currently in my final year pursuing BTech in Information Technology from BIT Mesra. I have also recently received a 6-month intern+fte offer from KPMG. This channel is my attempt to help everyone in their coding preparation and related stuff. I will be providing all the resources that helped me during my time while I studied and prepared for different examinations. Hereby, I also admit that I am not the best coder to be guiding people and not the absolute best at what I do. This is just my way of helping fellow coders so that they do not encounter the same problems I faced along the way.
Median of Two Sorted Arrays | Leetcode Solution
Add Two Numbers | Leetcode | Linklist | Easy understandable solution
Two Sum | Leetcode Easy Hashing Solution
Combinations | Leetcode Solution| recursion
Permutations | Leetcode | Resurtion
Merge Two Sorted Lists | Leetcode
01 Matrix | Leetcode 01 Matrix Easy solution
Rotting Oranges | Leetcode | Rotting Oranges Easy solution
Parenthesis Checker | 20. Valid Parentheses Leetcode | Solution
116. Populating Next Right Pointers in Each Node | Leetcode solution | GFG | Tree
617. Merge Two Binary Trees | Leetcode | Easy detailed solution | Tree
BFS traversal in Graph | Easy BFS implementation | C++
DFS traversal | Easy DFS implementation | C++
Implementation of graph | Graph in C++ | Easy graph Implementation
695. Max Area of Island | Leetcode Easy DFS Question
733. Flood Fill | Leetcode BFS
567. Permutation in String | Leetcode Medium | Sliding Window
Implementation of queue in c++ | Queue using stl | Why circular queue
Implementation of Stack in C++ | Stack using STL | PUSH | POP | TOP
3. Longest Substring Without Repeating Characters | Leetcode | Sliding Window
557. Reverse Words in a String III | Leetcode
876. Middle of the Linked List | Leetcode
19. Remove Nth Node From End of List | Leetcode
344. Reverse String | Leetcode | Basic string question
FUNCTION IN C++ | PASSING ARRAY, VECTOR , MAP, PAIR TO A FUNCTION
283. Move Zeroes | Leetcode
167. Two Sum II - Input Array Is Sorted
189. Rotate Array | Leetcode
977. Squares of a Sorted Array | Two Pointers
35. Search Insert Position | Binary search