ArabicCompetitiveProgramming icon indicating copy to clipboard operation
ArabicCompetitiveProgramming copied to clipboard

The repository contains the ENGLISH description files attached to the video series in my ARABIC algorithms channel.

Results 11 ArabicCompetitiveProgramming issues
Sort by recently updated
recently updated
newest added

(Hearted greetings for you Eng-Mostafa) I think it's more simple.

When we add this service, it will count every hit of this repo. And this will guide us more about the visitors each day and will indicate the total views....

### Problem : **ArabicCompetitiveProgramming/18-Programming-4kids/11_homework_10_answer_employees_v1.cpp** **Here is my code without Lazy Delete Method:** #include #include #include using namespace std; const int MAX = 50; int salary[MAX]; int age[MAX]; char gendrL[MAX]; string...

Replaced the nested loop and do it with single loop instead :)