I have chosen the Multi-Tasking algorithm (concurrency of processes) from among the operating system algorithms. Previously, I found the idea of the operating system handling
Read More
Tree Coding! Join us on this educational journey through the world of data structures and discover the elegance and utility of Red-Black Trees, AVL Trees,
Read More
Visit GitHub for python code. Image Compression Process: Image Decompression Process: Results and Analysis:
We were tasked with creating a Python interpreter for a programming language known as SPPL (Simple Paint Programming Language).SPPL enables users to write code that
Read More
Solving the 8-puzzle problem with DFS (depth-first-search) -BFS (breadth-first-search) -IDS (Itterative-deepening-search) -UCS (uniform-cost-search) -A* (GitHub) Problem Components: Heuristic Function: Algorithm Comparison: A* Performance: Other Algorithms:
This C++ program implements the Tableaux Algorithm and constructs the Tableaux Tree for Propositional Logic.It allows you to input a propositional formula and a set
Read More
This is a compiler’s course project. The goal is to design a compiler for the Classroom Object Oriented Language(COOL). To warm up, I programmed a
Read More
Overview This project focuses on the development of a CPP application that integrates SQL queries and file-based database management. The application, which functions as a
Read More
I had a great opportunity to presenting about AI’s latest’s developments in economic department of our university. This presentation holed in E-commerce class (Prof. Nouri)
Read More
Exploring reinforcement learning concepts and solve a maze problem. Discusses model state determination, techniques for state reduction, impact of learning rate (α), and impact of
Read More