ArabicCompetitiveProgramming
ArabicCompetitiveProgramming copied to clipboard
The repository contains the ENGLISH description files attached to the video series in my ARABIC algorithms channel.
add another solution for one and edit solution for another
(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 :)