Name | Solution | Status* |
---|---|---|
Find the minimum and maximum element in an array | javascript | π’ |
Find the occurrence of an integer in the array | javascript | π’ |
Find index | javascript | π’ |
Bitonic Point | javascript | π’ |
Sum of Middle Elements of two sorted arrays | javascript | π’ |
Sum of array | javascript | π’ |
Print the left element | javascript | π’ |
Frequency of array elements | javascript | π’ |
Multiplication table | javascript | π’ |
Product of maximum in first array and minimum in second | javascript | π’ |
At least two greater element | javascript, python | π’ |
Sub array with given sum (print index range of the subarray) | javascript | π’ |
Count 0s in sorted array | javascript | π’ |
Search in sorted array | javascript | π’ |
Equilibrium point | javascript | π΄ |
Left index | javascript | π’ |
Check if an array is sorted | javascript | π’ |
Print alternate elements of an array | javascript | π’ |
Number of occurrence | javascript | π΄ |
Median of two arrays | javascript | π΄ |
Missing number in an array | javascript | π’ |
Sort array of 0s, 1s and 2 | javascript | π’ |
Product of array element | javascript | π΄ |
First 1 in a Sorted Binary Array | javascript | π’ |
Count Occurrence of digit k | javascript | π’ |
Sum of distinct element | java | π’ |
Greater on right side | javascript | π’ |
Minimum product pair | java | π’ |
Find unique element | javascript | π΄ |
Remove duplicate elements | javascript | π΄ |
Check if two arrays are equals | java | π’ |
Min and Max in Array | javascript | π’ |
Is array sorted | javascript | π’ |
Balanced array | javascript | π’ |
Merge two sorted arrays O(1) space | javascript | π΄ |
Union of two sorted array | javascript | π΄ |
Index of an extra element | javascript | π’ |
Binary array sorting | javascript | π’ |
Find transition point | javascript | π’ |
Find the median | javascript | π’ |
Rotate array by n elements | javascript | π΄ |
Count Odd Even | javascript | π’ |
Reverse array in groups | javascript | π’ |
Need some change | java | π’ |
Find the frequency | javascript | π’ |
Immediate smaller element | javascript | π’ |
Count smaller elements | javascript | π΄ |
Buildings receiving sunlight | javascript | π’ |
Kth Smallest Element | javascript | π’ |
Alone in Couple | javascript | π’ |
Index of the first repeating element | javascript | π’ |
K-th element of two sorted Arrays (merge of two arrays) | javascript | π’ |
Replace all 0's with 5 | javascript | π’ |
Third largest element | javascript | π’ |
Find Duplicates in an Array | javascript | π’ |
Majority Element | javascript | π’ |
Name | Solution | Status |
---|---|---|
Fractional linked list | javascript | π’ |
Print Linked List elements | javascript | π’ |
Kth from End of Linked List | javascript | π’ |
Adds two numbers represented by linkedln list | javascript | π’ |
Sum of nodes | javascript | π’ |
Intersaction point in y shapped linked list | π΄ | |
Remove duplicates from an unsorted linked list | javascript | π’ |
Pair swap of a linked list | javascript | π’ |
Find nk-th node in linked list | javascript | π’ |
Linked list insert | javascript | π’ |
Sorted insert for circular linked list | javascript | π’ |
Merge two sorted linked lists | javascript | π’ |
Modular Node | javascript | π’ |
Delete middle of linked list | javascript | π’ |
Delete a Node in Single Linked List | javascript | π’ |
Insert in middle of linked list | javascript | π’ |
Search in Linked list | javascript | π’ |
Count Linked List Nodes | javascript | π’ |
Occurence of an integer in a Linked List | javascript | π’ |
Identical Linked Lists | javascript | π’ |
Insert in sorted linked list | javascript | π’ |
linked-list-length-even-or-odd | javascript | π’ |
Middle of a Linked List | javascript | π’ |
Check If Circular Linked List | javascript | π’ |
Reverse a Linked List | javascript | π’ |
Detect Loop in linked list | javascript | π’ |
Remove loop from Linked List | javascript | π’ |
Palindrome Linked List | javascript | π’ |
Find lenght of a loop | javascript | π’ |
Linked List that is Sorted Alternatingly | javascript | π’ |
Name | Solution | Status |
---|---|---|
JavaScript generic sort | javascript | π’ |
Maximum product of two numbers | javascript | π’ |
Count the zeros | javascript | π’ |
Bubble sort | javascript | π’ |
Rotate Matrix by 90 degrees | javascript | π’ |
Merge sort | JavaScript | |
Binary array sorting | JavaScript |
Name | Solution | Status |
---|---|---|
Naive Pattern Search | javascript | π’ |
Lower case | javascript | π’ |
Find maximum number | javascript | π’ |
Print first letter of every word | javascript | π’ |
Reverse string in O(1) space complexity | javascript | π’ |
Display longest name | javascript | π’ |
String validation
Repeat the string | javascript | π’ |
Remove spaces | javascript | π’ |
Check string | javascript | π’ |
Is Isogram | javascript | π’ |
Check for binary
First letter of each word
Missing characters in panagram
Check if b is an anagram of a
Consonant and vowals check
Lower to upper case
String validation
C friend function (anagram check)
last-index-of-1
Longest substring containg 1
Panagram checking
Repeating characer first appearance leftmost
Uppercase to lowercase
Count numnber of words in a string
Repeated chars
Count distinct vowels in a string
Length of a string
Amend the sentece
Remove 'b' and 'ac' from given string
String sort (Using Quick-sort)
Vowels in string
Check if a string is Isogram or not
Reverse words of a given string
Given two strings, check if one is the anagram of another
First and second smallest element