Adaptive quizzes to evaluate your skillset
Enagage the community to ask and learn
Archive content for future reference
2.94k
views |
0
votes |
0
answers |
linked list in C
|
2.16k
views |
0
votes |
0
answers |
Longest path in a tree with just one bend. May or may not start with from the root.
|
4.56k
views |
1
votes |
2
answers |
Remove duplicate characters in a string
|
23.39k
views |
2
votes |
3
answers |
Check binary tree balanced or not
|
2.79k
views |
0
votes |
0
answers |
Split the digits in a number
|
8.34k
views |
0
votes |
2
answers |
Find two elements from an array whose sum equals a given element
|
3.57k
views |
1
votes |
0
answers |
How many comparisons are required to find the maximum element in an integer array?
|
5.98k
views |
0
votes |
1
answer |
Check whether an arithmetic expression has balanced parentheses
|
11.61k
views |
0
votes |
1
answer |
Find next higher key in Binary Search Tree with parent pointer given
|
4.9k
views |
0
votes |
1
answer |
Find next higher key in Binary Search Tree when the parent pointer is not given
|
6.89k
views |
0
votes |
1
answer |
Print Binary Tree level by level with new line
|
6.39k
views |
0
votes |
1
answer |
Print Binary Tree level by level
|
3.66k
views |
0
votes |
1
answer |
Check whether a number is Ugly Number or not
|
5.59k
views |
0
votes |
1
answer |
Find nth Ugly Number
|
3.47k
views |
0
votes |
1
answer |
Sort a list of numbers using a random number generator function
|
22.57k
views |
0
votes |
1
answer |
Divide the elements of an array into group of 3 or 7, instead of 5 in Deterministic Selection algorithm
|
12.75k
views |
0
votes |
1
answer |
Find all subsets of a fixed size k of the set [1, 2, 3... n]
|
3.29k
views |
0
votes |
1
answer |
Derive an algorithm from two given algorithms
|
3.25k
views |
0
votes |
1
answer |
Design a function in a sequence (part 2)
|
3.45k
views |
0
votes |
1
answer |
Number of comparisons to search an element in a bitonic array
|
5.72k
views |
0
votes |
1
answer |
Number of comparisons in Nuts and bolts problem
|
5.04k
views |
0
votes |
1
answer |
Remove duplicates in a sorted integer array
|
6.17k
views |
0
votes |
1
answer |
Remove duplicates in an integer array using additional data structure
|
3.78k
views |
5
votes |
1
answer |
Find intersection of two sorted integer arrays if one array is very large in size than other
|
4.14k
views |
0
votes |
1
answer |
Logarithmic worst case Stack depth and linearithmic average running time in modified quicksort algorithm
|
2.94k
views |
0
votes |
0
answers |
linked list in C
|
2.16k
views |
0
votes |
0
answers |
Longest path in a tree with just one bend. May or may not start with from the root.
|
2.79k
views |
0
votes |
0
answers |
Split the digits in a number
|
3.57k
views |
1
votes |
0
answers |
How many comparisons are required to find the maximum element in an integer array?
|
3.64k
views |
0
votes |
0
answers |
Find the missing number from a sorted list
|
3.49k
views |
0
votes |
0
answers |
Sort and merge two large data streams
|
2.94k
views |
0
votes |
0
answers |
Print the order of letters in sorting a list of sorted words
|
3.51k
views |
0
votes |
0
answers |
Longest subsequence with uniform frequency distributon
|
3.54k
views |
0
votes |
0
answers |
Find k^th largest element in a sorted matrix
|
3.27k
views |
0
votes |
0
answers |
Find Taxicab Numbers
|
3.57k
views |
1
votes |
0
answers |
How many comparisons are required to find the maximum element in an integer array?
|
22.57k
views |
0
votes |
1
answer |
Divide the elements of an array into group of 3 or 7, instead of 5 in Deterministic Selection algorithm
|
3.45k
views |
0
votes |
1
answer |
Number of comparisons to search an element in a bitonic array
|
5.72k
views |
0
votes |
1
answer |
Number of comparisons in Nuts and bolts problem
|
5.04k
views |
0
votes |
1
answer |
Remove duplicates in a sorted integer array
|
3.78k
views |
5
votes |
1
answer |
Find intersection of two sorted integer arrays if one array is very large in size than other
|
4.14k
views |
0
votes |
1
answer |
Logarithmic worst case Stack depth and linearithmic average running time in modified quicksort algorithm
|
3.75k
views |
0
votes |
1
answer |
Stack depth of the modified Quicksort algorithm
|
3.99k
views |
0
votes |
1
answer |
Sort the characters of a String
|
3.21k
views |
0
votes |
1
answer |
Time complexity of a datastructure by number of operations
|
3.71k
views |
0
votes |
1
answer |
Order the sequence in an array
|
3.63k
views |
0
votes |
1
answer |
Search in partial sorted matrix
|
3.62k
views |
0
votes |
1
answer |
Count number of occurence in a sorted array
|
3.92k
views |
0
votes |
1
answer |
Search in a sorted array by value vs. index
|
3.39k
views |
0
votes |
1
answer |
Find three elements from three sorted arrays
|
3.49k
views |
0
votes |
0
answers |
Sort and merge two large data streams
|
31.34k
views |
1
votes |
1
answer |
Recursive version of Insertion Sort
|
5.96k
views |
1
votes |
1
answer |
Linear time algorithm to sort an array of two distinct elements
|
2.87k
views |
0
votes |
1
answer |
Searching for an element in a 2-d sorted array
|
12.22k
views |
0
votes |
1
answer |
Find smallest number greater than a given integer in an array
|
13.21k
views |
1
votes |
1
answer |
Search in a bitonic array
|
4.64k
views |
0
votes |
1
answer |
Find intersection of two sorted integer arrays
|
6.13k
views |
0
votes |
1
answer |
Number of comparisons to find an element in a sorted array
|
3.27k
views |
0
votes |
1
answer |
Sort 100 thousand integers (range given) in linear time
|
3.36k
views |
0
votes |
1
answer |
Which sorting algorithm bubble sort or merge sort to find the maximum element in an array
|
2.16k
views |
0
votes |
0
answers |
Longest path in a tree with just one bend. May or may not start with from the root.
|
8.34k
views |
0
votes |
2
answers |
Find two elements from an array whose sum equals a given element
|
11.61k
views |
0
votes |
1
answer |
Find next higher key in Binary Search Tree with parent pointer given
|
4.9k
views |
0
votes |
1
answer |
Find next higher key in Binary Search Tree when the parent pointer is not given
|
3.45k
views |
0
votes |
1
answer |
Number of comparisons to search an element in a bitonic array
|
5.04k
views |
0
votes |
1
answer |
Remove duplicates in a sorted integer array
|
6.17k
views |
0
votes |
1
answer |
Remove duplicates in an integer array using additional data structure
|
3.78k
views |
5
votes |
1
answer |
Find intersection of two sorted integer arrays if one array is very large in size than other
|
3.21k
views |
0
votes |
1
answer |
Time complexity of a datastructure by number of operations
|
3.53k
views |
0
votes |
1
answer |
Maximum Sum subarray
|
3.17k
views |
0
votes |
1
answer |
Find element occurring k2 times in an array sized (n x k1)+k2
|
2.9k
views |
0
votes |
1
answer |
Find k normalizing the elements greater than k in an array
|
5.97k
views |
0
votes |
1
answer |
Find heavy integers
|
3.56k
views |
0
votes |
1
answer |
Find the smallest element not in an array
|
6.33k
views |
0
votes |
1
answer |
Check if a given number is the sum of two numbers from two arrays
|
6.54k
views |
0
votes |
1
answer |
Find highest and lowest element in an array with minimum comparisons
|
3.63k
views |
0
votes |
1
answer |
Search in partial sorted matrix
|
14.31k
views |
0
votes |
1
answer |
Find 2nd largest number in an array with minimum comparisons
|
3.47k
views |
0
votes |
1
answer |
Search smallest number in a binary matrix
|
11.81k
views |
0
votes |
1
answer |
Check if two arrays are permutation of each other
|
3.49k
views |
0
votes |
1
answer |
Search the next highest number with same set of digits
|
7.21k
views |
0
votes |
1
answer |
Remove duplicates in an integer array
|
3.62k
views |
0
votes |
1
answer |
Count number of occurence in a sorted array
|
3.92k
views |
0
votes |
1
answer |
Search in a sorted array by value vs. index
|
3.39k
views |
0
votes |
1
answer |
Find three elements from three sorted arrays
|
4.56k
views |
1
votes |
2
answers |
Remove duplicate characters in a string
|
3.99k
views |
0
votes |
1
answer |
Sort the characters of a String
|
3.72k
views |
0
votes |
1
answer |
Find duplicates in a String
|
3.18k
views |
0
votes |
1
answer |
Print permutation of a string
|
2.94k
views |
0
votes |
0
answers |
Print the order of letters in sorting a list of sorted words
|
8.67k
views |
0
votes |
1
answer |
Huffman coding problem
|
5.87k
views |
0
votes |
1
answer |
Check whether one string is a rotation of another
|
2.62k
views |
0
votes |
1
answer |
Check whether string is palindrome or not
|
4.0k
views |
0
votes |
1
answer |
Check whether two strings are anagram
|
3.75k
views |
0
votes |
1
answer |
Reverse words in a sentence
|
3.0k
views |
0
votes |
1
answer |
Reverse a string in place
|
3.72k
views |
0
votes |
1
answer |
First non-repeating character in a string
|
2.16k
views |
0
votes |
0
answers |
Longest path in a tree with just one bend. May or may not start with from the root.
|
23.39k
views |
2
votes |
3
answers |
Check binary tree balanced or not
|
11.61k
views |
0
votes |
1
answer |
Find next higher key in Binary Search Tree with parent pointer given
|
4.9k
views |
0
votes |
1
answer |
Find next higher key in Binary Search Tree when the parent pointer is not given
|
6.89k
views |
0
votes |
1
answer |
Print Binary Tree level by level with new line
|
6.39k
views |
0
votes |
1
answer |
Print Binary Tree level by level
|
3.37k
views |
0
votes |
1
answer |
Unique binary search tree from n distinct nodes
|
4.32k
views |
0
votes |
1
answer |
Sorted array to BST
|
10.71k
views |
0
votes |
1
answer |
Count smaller elements on right side in an array
|
4.74k
views |
0
votes |
1
answer |
Find Lowest Common Ancestor in a binary tree
|
5.9k
views |
0
votes |
1
answer |
Inorder traversal of BST without extra space
|
3.56k
views |
0
votes |
1
answer |
Compute height of a tree at root
|
3.02k
views |
0
votes |
1
answer |
Check if a pair of vertices have common neighbor
|
4.78k
views |
0
votes |
1
answer |
Check whether a binary tree is a binary search tree
|
8.05k
views |
0
votes |
1
answer |
In-order traversal : Binary search tree vs. Heap
|
13.15k
views |
0
votes |
1
answer |
Difference between binary search tree and heap
|
2.94k
views |
0
votes |
0
answers |
linked list in C
|
5.98k
views |
0
votes |
1
answer |
Check whether an arithmetic expression has balanced parentheses
|
6.89k
views |
0
votes |
1
answer |
Print Binary Tree level by level with new line
|
6.39k
views |
0
votes |
1
answer |
Print Binary Tree level by level
|
4.14k
views |
0
votes |
1
answer |
Logarithmic worst case Stack depth and linearithmic average running time in modified quicksort algorithm
|
3.75k
views |
0
votes |
1
answer |
Stack depth of the modified Quicksort algorithm
|
5.79k
views |
0
votes |
1
answer |
Merge sort on LinkedList
|
2.75k
views |
0
votes |
1
answer |
Doubly Linked list to a Singly Linked list
|
3.75k
views |
0
votes |
1
answer |
Delete a node in a singly Linked List having access to that node
|
3.14k
views |
0
votes |
1
answer |
Find 'n' th last element in a singly Linked list
|
8.76k
views |
0
votes |
1
answer |
Stack using queue
|
7.22k
views |
0
votes |
1
answer |
Queue using stack
|
6.43k
views |
0
votes |
1
answer |
Reverse a doubly Linked List
|
3.5k
views |
0
votes |
1
answer |
Reverse a Linked List with recursion
|
8.77k
views |
0
votes |
1
answer |
Remove duplicates in an unsorted Linked List
|
3.67k
views |
0
votes |
1
answer |
Create a Linked List
|
3.63k
views |
0
votes |
1
answer |
Detect a loop in a Linked List
|
2.95k
views |
0
votes |
1
answer |
Delete last link of a Linked List
|
4.05k
views |
0
votes |
1
answer |
Delete a node in a Singly Linked List
|
3.66k
views |
0
votes |
1
answer |
Check whether a number is Ugly Number or not
|
5.59k
views |
0
votes |
1
answer |
Find nth Ugly Number
|
25.52k
views |
0
votes |
1
answer |
Find maximum sum subarray (non-contiguous)
|
3.09k
views |
0
votes |
1
answer |
Find maximum sum subarray
|
3.11k
views |
0
votes |
1
answer |
Compute binomial coefficient
|