Rashmi
Given two numbers represented by two lists, write a function that returns sum list
9:28
Rashmi
Given a singly linked list, write a function to swap elements pairwise.
4:25
Rashmi
Merge two Linked List in ascending order(Iterative)
6:38
Rashmi
Given a linked list, the task is to find the n'th node from the end.
7:41
Rashmi
Given a linked list, check if the the linked list has a loop. Linked list can contain self loop.
4:51
Rashmi
Given a linked list, write a function to reverse every k nodes (where k is an input to the function)
5:08
Rashmi
Rotate the linked list counter-clockwise by k nodes
6:16
Rashmi
Find the middle of the linked list
3:13
Rashmi
First Non Repeating character in an input stream
8:45
Rashmi
Print the elements of an array in the DecreasingFrequency
8:18
Rashmi
KthSmallestElement
13:29
Rashmi
LRUcache
15:02
Rashmi
Given a 2D array, print it in spiral form. See the following examples
11:24
Rashmi
Write a program to sort an array of 0's,1's and 2's in ascending order
8:25
Rashmi
Find a continous subarray which adds to a given number(Non-negative integers)
14:39
Rashmi
Find if a string ('a') can be obtained by rotating another string ('b') by two places
6:35
Rashmi
ATOI Implementation
6:36
Rashmi
Implement a Stack in which you can get min element in O(1) time and O(1) space
15:02
Rashmi
Print Next Greater Element for every element in a given array
6:59
Rashmi
Implement Stack Using 2Queues
6:39
Rashmi
Implement Queue Using 2Stacks
5:42
Rashmi
Find the subarray with given sum (handles negative numbers)
8:10
Rashmi
Find the missing integer in a list of n-1 integers
9:23
Rashmi
Largest contiguous subarray sum
6:10
Rashmi
Find all the leaders in an array
7:18
Rashmi
WIN 20190517 15 32 03 Pro
5:39
Rashmi
BookClub-Part1
5:47
Rashmi
March 10, 2019
1:19