I'm a senior at the American University in Cairo double majoring in Computer Science and Mathematics~
- 🌱 I’m currently learning about Machine Learning, Web Development, App Development, and UI/UX Design
- 📫 Email me at sara_mohamed@aucegypt.edu
I'm a senior at the American University in Cairo double majoring in Computer Science and Mathematics~
A verilog implementation of a pipelined processor for the RISC-V architecture, with support for all 40 instructions of the RV32I instruction set; as well as an additional 8 for the RV32M instructio…
A simple program in C++ to calculate the simplest form of a binary expression through Karnaugh Maps (K-Maps), created for the CSCE2301 (Digital Design I) course, in Spring 2022.
C++ 1
A simple arithmetic calculator programmed using Verilog HDL, implemented on a Basys3 board, for the CSCE2301 (Digital Design I) course, in Spring 2022.
Verilog 1
Created as a personal project in the summer of 2023, to refresh old and exercise new frontend skills, (with only html, javascript, and css).
JavaScript 1
A maze game modeled after the Tom & Jerry franchise, with features such as numbers of lives, invincibility mode, etc; created using Qt. Created to apply Dijkstra's shortest path algorithm on the mo…
C++