Corsi
Accedi
Inizia a imparare l'IA
Corsi
Accedi
Inizia a imparare l'IA
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
You have been given a BIG array A containing N elements where the ith element is given by a. There are Q queries, each given by
python
-4 Voti
2 Risposte
31st May 2021, 8:11 AM
Asanka Namal
How can you get a random number between a given bound?
java
methods
numeric-operations
rand
random
3 Voti
6 Risposte
20th Nov 2016, 1:10 PM
Goio
Challenge: Make a program to get Callender for given year and months.
any
language
7 Voti
6 Risposte
3rd Feb 2018, 2:07 PM
Shruti
I need some more explanation about given below...
c++
variables
0 Voti
2 Risposte
4th Oct 2019, 4:06 PM
Piruthuvi Raj
C program to print the possible maximum words from a given string
c
strings
4 Voti
4 Risposte
9th Mar 2019, 9:07 AM
Punnam Ruthvik Reddy
Write a method which will remove any given character frome a string.
python
python3
sololearn
6 Voti
3 Risposte
9th Jul 2020, 4:16 AM
Adarsh Rajput
Why this given below question's answer is 5 ?
js
1 Voto
2 Risposte
18th Jul 2020, 5:59 PM
ILLUMINATIE
What should be the output of given append op.
append
lists
1 Voto
3 Risposte
3rd Aug 2018, 6:12 AM
Sandeep Kumar Suthar
Evaluate a given floor of the casino to determine if there is a guard between the money and the thief, if there is not
python
-4 Voti
13 Risposte
28th Apr 2021, 6:10 PM
Abhishek Kumar
Explain,how to find out the missing number in given array with programming
java
0 Voti
7 Risposte
18th Jun 2019, 4:56 PM
Rodda Sri Ranga Sudha
How to check the given string keyword or not in java
java
1 Voto
4 Risposte
21st Dec 2019, 3:08 PM
GANI LAKSHMI BHERI
C++ program to reverse the digits of a given number
c++
numbers
reversing
3 Voti
2 Risposte
11th Dec 2017, 11:37 AM
gauri katte
What is %d and %f in the code given below
python
0 Voti
3 Risposte
21st Aug 2020, 4:23 PM
Amit Kumar
How do generate permutations of a given word?
recursion
1 Voto
1 Risposta
24th Mar 2018, 12:59 PM
Brian Tomas
How can we append a given string to the end of a list?
java
linkedlist
stringlist
0 Voti
14 Risposte
15th Nov 2018, 11:18 AM
Sin
what are the errors in this given code ?
0 Voti
2 Risposte
20th Sep 2018, 5:15 AM
Rishabh Kaushik
What time given for every Round in sololearn challenge?
java
python
python3
0 Voti
2 Risposte
27th Oct 2020, 3:32 AM
Naseem Ullah
How do I multiply with only one given number?
java
0 Voti
2 Risposte
18th Sep 2021, 12:28 AM
zaenck.
please tell me the time complexity of algorithm given below ?
c++
0 Voti
7 Risposte
25th Jul 2018, 12:04 PM
Bahubali
how links given to an image of our webage?
html
links
0 Voti
4 Risposte
18th Jun 2016, 3:41 AM
Mohamed Asif
What is value of a in the given code
c
3 Voti
1 Risposta
29th Dec 2018, 1:37 PM
Aaditya Deshpande
You are given a program that outputs all the numbers from 0 to 10. Change the code to make it output only the even numbers
python
0 Voti
14 Risposte
19th Jan 2021, 3:02 PM
NWACHUKWU PRECIOUS CALEB
How to enter list of given range of elements at a time,plz check description
answer
python
quickly
0 Voti
14 Risposte
26th Dec 2020, 6:09 PM
Krid Indu
Challenge: Write a program that counts a vowels from given string?
any
c
cpp
java
javascript
python
2 Voti
5 Risposte
21st Jan 2018, 5:42 AM
Sudarshan Rai
Program to find product of two given numbers in C language
c
0 Voti
4 Risposte
4th Apr 2020, 2:28 PM
Aditya Gupta
The code example given has no output
java
variables
0 Voti
1 Risposta
26th Jan 2017, 8:39 PM
Hisham Abdul-Ghafoor
In a given array of numbers find the pairs of numbers (x,y) that add up to a given sum s.
algorithm
array
c++
java
javascript
pairsthatsumtoanumber
python
0 Voti
2 Risposte
25th Jun 2018, 1:41 PM
Krishna Sai Vootla
Can you tell me a mistake in given program
complilation-terminaned
1 Voto
1 Risposta
28th Aug 2018, 8:50 AM
Gagan Ubhi
what's the use of endl in the given program
c++
variables
0 Voti
4 Risposte
25th Jul 2016, 11:46 PM
pravesh
How can we count the vowels in a given sentence?
how?
indexing
1 Voto
1 Risposta
1st Sep 2024, 2:13 AM
Zecheesecake
Find what is the most occurred number on the given numbers
arrays
c++
0 Voti
8 Risposte
4th Dec 2017, 6:13 PM
GODOF7
What is the output of given code? Please explain too.
c++
challenges
output
1 Voto
5 Risposte
2nd Jan 2018, 12:48 PM
Shahnawaz Alam
Given the following permutation of a,b,c,d,e,f,g,h,i,j, what is the next permutation in lexicographic (dictionary) order?
amswer
concept
python3
this
using
2 Voti
3 Risposte
27th Mar 2018, 6:16 PM
Ashish Gupta
Checking whether the given string matches with RegEx pattern
python3
-2 Voti
3 Risposte
5th Jul 2020, 4:52 AM
Revathi
Given this output, what is the key:value pair python is using
python
1 Voto
4 Risposte
9th Jun 2022, 7:51 PM
David
Is whatever given as input in python is taken as string
python3
1 Voto
4 Risposte
27th Apr 2020, 6:36 AM
Guruchandran Sekaran
How to check whether given value is hex or not in python?
python
2 Voti
5 Risposte
23rd Oct 2020, 10:21 AM
Dr£@M_c@tcH£r
Create function to add numbers of a given base
functions
python
sum_base
0 Voti
2 Risposte
2nd Sep 2021, 3:52 AM
Yasaman Shokri
What is wrong with the code given in description?
css
html
1 Voto
2 Risposte
25th Dec 2018, 5:58 PM
KUNAL VERMA
Plz write the c++ code for given shape.
c++
code
2 Voti
1 Risposta
30th Sep 2017, 8:19 AM
Mayank
How to count occurrence of a given character in a String?
dk
java
sololearn
7 Voti
2 Risposte
18th Nov 2016, 7:53 PM
David Kariuki
How to findthe length of the given dictionary by using for loop...?
python
3 Voti
3 Risposte
24th May 2022, 2:16 PM
Mihir Lalwani
How to print a given string in the pattern shown below ( using python programming language)
python
python3
5 Voti
6 Risposte
19th Sep 2018, 3:59 PM
Vivek Kumar
Idk why is given to me invalid syntax?🤔
lists
0 Voti
1 Risposta
10th Apr 2020, 4:15 AM
ferdaous el mai
Scheduling execution of Python scripts at given time every day.
cloud
python
0 Voti
3 Risposte
12th Jul 2019, 3:25 AM
Vivek Sivaramakrishnan
find first non repeated character of a given String
character
java
string
2 Voti
2 Risposte
5th Sep 2017, 4:00 PM
Milind Mishra
Write a program to sum of digits of given integer number
math
0 Voti
5 Risposte
1st Nov 2018, 6:42 PM
Khaled Shabana
How can I get day from given date,month and year?
java
1 Voto
1 Risposta
5th Jan 2023, 2:20 PM
Killiam Chances
You are making a program for a bus service. A bus can transport 50 passengers at once. Given the number of passengers waitin
c++
0 Voti
27 Risposte
5th Jun 2022, 2:56 PM
Moayed Yassr
Can anyone help me code the pattern given in Description Below??
code
java
pattern
-1 Voto
6 Risposte
5th May 2018, 11:33 AM
Purnima
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
...
5
6
7
...
30
Successivo >
Popolare oggi
Guys I don't know anything about cooding who can help me pls
1 Votes
Decorators in python.
2 Votes
Coding for Cybersecurity
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
1 Votes
Need help
1 Votes
Salut tout le monde
2 Votes
Pointers in c#
1 Votes
Please click me
0 Votes
Can sololearn have multiple inpus&outputs?
3 Votes
Hello !
0 Votes