top of page
Job Interviews, Salaries and Code Solutions
Feb 16, 20221 min read
Coding Solution - Longest Common Subsequence
This is similar to the Leetcode Problem -(11) Longest Common Subsequence - LeetCode Given two strings text1 and text2, return the length...
9 views0 comments
Feb 13, 20221 min read
All Companies - Coding Solutions
Below are the coding questions which are asked in the MNC, FAANG and Startup companies. There will be around 150 plus questions (adding...
18 views0 comments
Feb 11, 20221 min read
Coding Solution - Linked List Cycle with Node at intersection
This is similar to the Leetcode Problem -(11) Linked List Cycle II - LeetCode Given the head of a linked list, return the node where the...
7 views0 comments
Feb 11, 20221 min read
Coding Solution - Linked List Cycle
This is similar to the Leetcode Problem - (11) Linked List Cycle - LeetCode Given head, the head of a linked list, determine if the...
5 views0 comments
Feb 9, 20221 min read
Coding Solution - Reverse a Linked List
This is similar to the Leetcode Problem - (11) Reverse Linked List - LeetCode Given the head of a singly linked list, reverse the list,...
9 views0 comments
bottom of page