0
Project solve
Solving projects seems to be quite hard. Can I know how to solve this? There's no hint how can I solve it.
7 odpowiedzi
+ 4
Steps to solve any coding challenge:
1. Read the whole description completely.
2. Identify the inputs and outputs.
3. Think how to process the input to get the expected output.
4. Write pseudocode in paper.
5. Convert it to code.
6. Test the program whether it gives correct output or not.
7. If not, repeat steps from 2 to 6 again. If yes, bingo!
+ 2
Which project ??
Just read the problems carefully and think in a logical way.
practise the previous lessons of the project also. it will help you to solve the problems.
+ 2
Atul nah, pseudocode means plain text that is understandable by all. 😅
https://en.m.wikipedia.org/wiki/Pseudocode
+ 1
Specify the language too
+ 1
Genuine Stalwart pseudo code means brute force solution?
+ 1
Oh you mena the algorithms and flowcharts?
+ 1
Irfan Uddin Siddiqui
Which language and which project?
Please clarify your question.