Skip to content
View HendEmad's full-sized avatar
Block or Report

Block or report HendEmad

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
HendEmad/README.md

Hend is a teaching and research assistant who has recently graduated from the Faculty of Engineering, Electronics and Communication department, with an excellent academic record (GPA: 3.43), ranked 7th among her peers. Here is an overview of her self-learning journey:

  • 2021: Initiated learning C++ fundamentals, including STL, basic OOP, and data structures. Additionally, she practiced problem-solving on CodeForces.

  • 2022: Delved into algorithms and honed problem-solving abilities on HackerRank, earning basic and intermediate problem-solving certificates. Concurrently, she pursued data analysis, learned through Udacity and Coursera specializations, and completed projects utilizing Python, SQL, and Tableau. Moreover, she ventured into teaching international students probability, SQL, and statistics as a data analysis instructor, while landing her first internship in data science.

  • 2023 (Graduation Project - Embedded AI Medical Quadcopter): During her final year, she immersed herself in learning the YOLO algorithm and its applications. Additionally, explored path-planning and path-finding algorithms, and complemented courses in machine learning and motion planning. Furthermore, she landed her first job as a CS teaching and research assistant at Nile University.

  • 2024: Currently deepening her learning in C++ and enhancing problem-solving skills through LeetCode practice and games implementation. Engaged in research focused on algorithm optimization, and started to work as a C++ instructor at Route.

Pinned

  1. GraduationProject_Embedded-AI-Medical-Quadcopter GraduationProject_Embedded-AI-Medical-Quadcopter Public

    This repo includes Cardiac arrest prediction part, path planning, and landing system of the quadcopter.

    Jupyter Notebook 1 1

  2. Problem-Solving Problem-Solving Public

    A repo. to share my solutions in problem solving sheets in C++

    C++

  3. CMake CMake Public

    A repo. to share my study notes and implementation of CMake.

    CMake 1

  4. Design-Patterns Design-Patterns Public

    A repo. includes my study notes and implementation of design patterns

    C++

  5. Educational-projects---Games Educational-projects---Games Public

    C++ 1

  6. Path-Planning-Algorithms Path-Planning-Algorithms Public

    This repo. contains various algorithms used for 2D path planning application, as well as a performance comparison between them.

    Python