Skip to content

Commit 54946d6

Browse files
author
wakidurrahman
committed
docs: steps involved
1 parent dea58c1 commit 54946d6

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/problem-solving-in-programming.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,29 @@ Many companies look for candidates with excellent problem solving skills.
2424

2525
- These skills also help to identify quick solutions when they arise and are identified. এই দক্ষতাগুলি যখন উদ্ভূত হয় এবং সনাক্ত করা হয় তখন দ্রুত সমাধানগুলি সনাক্ত করতেও সহায়তা করে৷
2626
- People with great problem solving skills also possess more thinking and analytical skills, বিরাট/বৃহৎ সমস্যা সমাধানের দক্ষতা সম্পন্ন ব্যক্তিদের আরও চিন্তাভাবনা এবং বিশ্লেষণাত্মক দক্ষতা রয়েছে, which makes them much more successful and confident in their career and able to work in any kind of environment. যা তাদের কর্মজীবনে অনেক বেশি সফল এবং আত্মবিশ্বাসী করে তোলে এবং যে কোনো পরিবেশে কাজ করতে সক্ষম হয়।
27+
28+
29+
### Problem Solving Skills in Programming
30+
31+
Solving a question that is related to computers is more complicated than finding the solutions for other questions. কম্পিউটার সম্পর্কিত একটি প্রশ্ন সমাধান করা অন্যান্য প্রশ্নের সমাধান খোঁজার চেয়ে আরও জটিল। It requires excellent knowledge and much thinking power. এর জন্য প্রয়োজন চমৎকার জ্ঞান এবং অনেক চিন্তাশক্তি। Problem solving in programming skills is much needed for a person and holds a major advantage. প্রোগ্রামিং দক্ষতায় সমস্যা সমাধান একজন ব্যক্তির জন্য অনেক বেশি প্রয়োজন এবং এটি একটি বড় সুবিধা রাখে। For every question, there are specific steps to be followed to get a perfect solution. প্রতিটি প্রশ্নের জন্য, একটি নিখুঁত সমাধান পেতে নির্দিষ্ট পদক্ষেপ অনুসরণ করতে হবে। By using those steps, it is possible to find a solution quickly. এই পদক্ষেপগুলি ব্যবহার করে, দ্রুত সমাধান খুঁজে পাওয়া সম্ভব।
32+
33+
34+
### Steps Involved in Problem Solving
35+
36+
Before being ready to solve a problem, there are some steps and procedures to be followed to find the solution.
37+
38+
Basically, they are divided into four categories:
39+
40+
1. Analysing the problem.
41+
2. Developing the algorithm.
42+
3. Coding.
43+
4. Testing and debugging.
44+
45+
1. Analysing the problem.
46+
Every
47+
2. Developing the algorithm.
48+
It is
49+
3. Coding.
50+
Once we
51+
52+
4. Testing and debugging.

0 commit comments

Comments
 (0)