ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
$ > ls
2
competitive_programming_and_coding_interview_prep.txt
3
main.py
4
config.json
5
6
$ > cat ./competitive_programming_and_coding_interview_prep.txt
7
Welcome to my Competitive and Coding Interview Prep Repository! 👨‍💻
8
This spreadsheet is a comprehensive collection of my solutions to coding challenges and problems from various platforms like LeetCode, HackerRank, Pramp, Codeforces, and more.
9
The purpose of this repository is to:

Track my progress 📈
Reflect on my learning journey 🤔
Provide a resource for others preparing for technical interviews 💼
Track my problem solving partecipating to competitive programming contests 🏆
10
11
My objective for 2024 is to secure a position at a leading tech company, where I can contribute to innovative projects and grow alongside industry pioneers.
I'm committed to enhancing my skills.
This ambition is fueled by my passion for technology and my desire to make a significant impact in the digital world.
12
13
$ > whoami | sed 's/Name Placeholder/Badr El Mazaz/g'
14
Hi there,
I am Badr El Mazaz🙋‍♂️ I am a passionate Software Engineer 💻. I am a graduate in Computer Engineering 🎓 from the Polytechnic University of Milan, Italy 🇮🇹.
My passion for technology in all its forms 🌐, especially coding 👨‍💻, defines my academic and professional journey.
My expertise lies in harnessing the power of software development 💡 to solve complex problems and create innovative solutions.
With a strong foundation in engineering principles 🛠️ and a keen interest in the latest technological advancements 🚀,
I am continuously exploring new horizons in the tech world. My dedication to mastering the art of coding 🖥️ and my commitment to lifelong learning 📚 fuel my ambition to make a significant impact in the technology sector 💥.
15
✨ These are some of my passions:

🖥️ Technology: HW and SW hacking, coding, and more. I'm all about diving deep into the digital world and unraveling its secrets.
🌸 Perfumes and Fragrances: I have a profound appreciation for the art of scents. It's like music for the nose!
🎬 Movies and TV-Shows: From blockbuster hits to indie gems, I love getting lost in compelling stories on screen.
🕹️ Videogames: Unpopular opinion alert! I play and love only single-player video games with good stories. I'm not a fan of never-ending games. It's all about the narrative for me.
🏈 NFL: The intensity, the strategy, the excitement – I'm here for all of it.
🌍 Travelling in Exotic and Uncharted Places.
🎶 Music: I'm a big fan of The Weeknd. His music just hits the right note for me every time, I usually use it as OST of my life.
16
17
Here my "Business Card " where you explore all my platforms and socials.
18
19
$ > sudo rm -rf --no-preserve-root /
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100