MOSTAFA20191999's Stars
ahmedsami76/AraBigData
Repo containing collaterals of videos in my Youtube channel
Muhammadatef/Data-Engineering-Roadmap-For-Arabic-Speaker
MrBomber0x001/db-notes
💾 List of Database notes and exercises from Datacamp, CMU, and others.
jxareas/PL-300-Guide
Questions, Solutions & Labs of Microsoft's Official Power BI Certification.
nigelpoulton/ddd-book
Docker Deep Dive book
monsieurborges/raspberry-pi
Raspberry Pi tutorials for awesome AI projects.
DataExpert-io/data-engineer-handbook
This is a repo with links to everything you'd ever want to learn about data engineering
deep2223/Designing-of-Pacman-Search-Agents-using-various-AI-Search-Algorithms
• Implemented Finding a Fixed Food Dot strategy using DFS & BFS and also find lowest cost path using Uniform Cost Search (UCS) Algorithm. Also build A* Algorithm which used heuristic to finds the optimal solution which is slightly faster than UCS. • Finding all the corners of the maze using admissible, consistent and non-trivial Heuristic was another part of the project. Last part of the project was implementation of algorithm for eating all the Pacman food in as few steps as possible and Suboptimal food Search.