Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Kay
Kay has asked
2
questions and find answers to
1
problems.
Stats
29
EtPoint
5
Vote count
2
questions
1
answers
About
Kay questions
Finding EVEN number of times repeating integer in an array where rest of the integers repeat ODD number of times
Given an array V, we need to find two indices (i,j) such that V[j] > V[i] and (j - i) is maximum
Kay answers
Reverse every k nodes of a linked list