backenddev_ Telegram Gönderileri

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 Abone
15 Fotoğraf
9 Video
Son Güncelleme 11.03.2025 07:43
Benzer Kanallar

5,284 Abone

2,131 Abone

1,332 Abone
backenddev_ tarafından Telegram'da paylaşılan en son içerikler
*$ 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/