Publications du canal backenddev_

Back-end Developer
Join our telegram channel for All project Sources Code❤️and For Html,Css and JavaScript, Nodejs,Expressjs, Mongodb, SQL, POSTgRESQL,ReactJs, Python 📝 Notes and PDF..
Here We Share our Posts Source Code
Join our telegram channel for All project Sources Code❤️and For Html,Css and JavaScript, Nodejs,Expressjs, Mongodb, SQL, POSTgRESQL,ReactJs, Python 📝 Notes and PDF..
Here We Share our Posts Source Code
2,251 abonnés
15 photos
9 vidéos
Dernière mise à jour 11.03.2025 07:43
Canaux similaires

6,215 abonnés

4,388 abonnés

1,688 abonnés
Le dernier contenu partagé par backenddev_ sur Telegram
*$ You need to implement queue using the stack data structure
Solution -> https://jsfiddle.net/3vdwjhga/
Solution -> https://jsfiddle.net/3vdwjhga/
Q2 - There are k number of people having N cards each. Every card has a number written on it. All the cards
are then collected and merged together in ascending sorted order. Write a program for the same.
Constraints: time complexity should not be more than : O( n * k * log k)
Sample input:
let a = [1,5,7];
let b = [2,4,6];
let c = [3,8,9];
Solution:- live code https://jsfiddle.net/3qwe0ofc/1/
are then collected and merged together in ascending sorted order. Write a program for the same.
Constraints: time complexity should not be more than : O( n * k * log k)
Sample input:
let a = [1,5,7];
let b = [2,4,6];
let c = [3,8,9];
Solution:- live code https://jsfiddle.net/3qwe0ofc/1/
Q1 - Count all the pairs of a given array satisfying the condition-
(A[i] > A[j] and i < j).
Input - Array = [5,7,1,9,4,10,16]
Sample output: 2
Solution:- live code https://jsfiddle.net/j5po6qeb/
(A[i] > A[j] and i < j).
Input - Array = [5,7,1,9,4,10,16]
Sample output: 2
Solution:- live code https://jsfiddle.net/j5po6qeb/