Statistics
RANK
1,183
of 298,905
REPUTATION
62
CONTRIBUTIONS
0 Questions
35 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
12
RANK
of 20,656
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Most Frequent Characters
Given a document file or a character array, identify the 'n' most frequently occurring characters and the number of times each a...
6 days ago
Solved
Symmetric Pair
Given an (n, 2) matrix, remove any symmetric pairs from the matrix. Keep the first occurrence. (2, 3) and (3, 2) are considere...
6 days ago
Solved
Unique rows
A matrix is given as the input. Remove any duplicate rows from the matrix. keep the first occurrence.
7 days ago
Solved
Pairs with Given Sum
Given an array of integers and a target sum, return all unique pairs whose sum is equal to the target. The output should be a ma...
7 days ago
Solved
Last Duplicate
Given an array of integers, find the last duplicate element — that is, the element whose second occurrence appears latest in the...
7 days ago
Solved
Dominant Matrix - 02
It is a follow-up of the problem 55995. There, you found out whether a matrix is diagonally dominant or not. In this problem, y...
7 days ago
Solved
First Duplicate
Given an array of integers, return the first duplicate — i.e., the element that appears more than once and whose second appearan...
10 days ago
Solved
'X'avier
Given a square matrix A of size n, write a function to create a new matrix B where only the elements on the main diagonal and th...
10 days ago
Solved
Greater than before
Given an array of integers, write a function that returns elements that are greater than the one before them. For instance, ...
10 days ago
Solved
Intersect three sequences
Most numbers have interesting properties, if you look hard enough and interpret “interesting” liberally. Let’s choose a number a...
14 days ago
Solved
Maze Solver with Backtracking and Custom Cost Rules
Write a function solve_maze that finds a path from the top-left corner (1,1) to the bottom-right corner (m,n) of a 2D matrix M, ...
1 month ago
Solved
Find the summation of factorial series
Factorial numbers are n! = 1*2*3....*n the series is 1!, 2!, 3!,........, n!
1 month ago
Solved
minecraft movie scramble
the following phrase "la la la lava ch ch ch chicken" will be out of order. make it into the correct order
1 month ago
Solved
wordle
create a dictionary and a playable game of wordle, figure out the solution.
1 month ago