How about problem solving | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How about problem solving

hello everyone can u help me to be more experoance in problem solving let us to make question about problem solving .

13th May 2018, 7:36 PM
‎عبدالله حسن‎
‎عبدالله حسن‎ - avatar
7 Answers
+ 2
oh yeah, I can give you a heck load of problems to solve. But it would be more cool if you would let us know in what language you programm or script tho
13th May 2018, 8:05 PM
Paul
+ 1
python ; c++
13th May 2018, 9:32 PM
‎عبدالله حسن‎
‎عبدالله حسن‎ - avatar
+ 1
cool. are you advanced or a beginner?
13th May 2018, 10:00 PM
Paul
+ 1
so so
13th May 2018, 10:10 PM
‎عبدالله حسن‎
‎عبدالله حسن‎ - avatar
+ 1
so. Write an algorithm for Insertion Sort and Binary search. Calculate exact time complexity of both. Can you combine Insertion sort with binary search to change time complexity of the algorithm?
14th May 2018, 5:37 AM
Paul
0
Write a program that takes an array of elements and a integer and search for all combinations two elements in the array that sum to that number. Can it be done better?
14th May 2018, 5:38 AM
Paul
0
How would you implement a graph traversal algorithm?
14th May 2018, 5:40 AM
Paul