Skip to content
View AmrElHennawi's full-sized avatar
  • Faculty of Computers and Artificial Intelligence - Cairo University
  • Cairo, Egypt
  • 06:37 (UTC +03:00)
  • LinkedIn in/amr-khaled-elhennawi

Block or report AmrElHennawi

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
AmrElHennawi/README.md

Amr Khaled El-Hennawi

I am a sophomore in Computer Science and Artificial Intelligence at Cairo University (expected graduation: 2025).

- I’m currently learning:

  • SQL Server and MySQL for database management, learning data structures in C++ programming language and gaining expertise in web development using HTML, CSS, JavaScript, and Django. Additionally, I am also studying software engineering principles utilizing Java.

  • Programming concepts such as Structural Programming and OOP using C++ and How the memory works behind the scenes. The difference between Compiled Language like C++, and Java and Interpreted Language like Python.

  • How to write efficient algorithms for problem-solving

Download my resume

Programming languages

        

        

Databases

  

- How to reach me:

- Websites that I practice on for problem-solving:


My GitHub States

Popular repositories Loading

  1. Two_squares_game Two_squares_game Public

    Console-based game where two players take turns selecting adjacent squares on a 4x4 board. The goal is to choose pairs strategically, removing them until one player wins or the game ends in a draw …

    C++

  2. AmrElhennawi AmrElhennawi Public

  3. Command-Line-Interpreter Command-Line-Interpreter Public

    This is a Java project that implements a command line interpreter (CLI) for an operating system. The CLI can execute 13 different commands, such as echo, pwd, ls, mkdir, etc. The project uses two c…

    Java 1

  4. LZ77-Compression-Decompression LZ77-Compression-Decompression Public

    This Java project applies LZ77 compression to reduce file sizes and decompresses LZ77-encoded data. It provides a user-friendly menu for compression, decompression, and file handling, enabling user…

    Java

  5. LZW-Compression-Decompression LZW-Compression-Decompression Public

    Java-based LZW compression & decompression project. Implements Lempel-Ziv-Welch algorithm for file compression. User-friendly CLI for easy file handling & data compression. Handles file I/O, offers…

    Java 1

  6. Huffman-Coding Huffman-Coding Public

    A Java application for file compression and decompression using Huffman coding. Features a user-friendly GUI, file selection, and supports lossless data compression.

    Java