Pinned Repositories
assistant-Bot-Rescuing-Charger
Navigate a bot through a grid to rescue a trapped charger. Input grid dimensions and cell contents to generate a sequence of moves for the bot's rescue mission. An interactive assistant aids users in solving the problem, providing auditory guidance using text-to-speech conversion and managing file operations.
coding-interview-university
A complete computer science study plan to become a software engineer.
Erfangholiz
My-VHDL
A dump for my VHDL projects, because I want to have a better understanding of Verilog and also Logic circuits.
N-Queens
Solving the N-Queens problem using a backtracking algorithm in Python.
Pacman-uninformed-and-informed-search
In this project, your Pacman agent will find paths through his maze world, both to reach a particular location and to collect food efficiently. You will build general search algorithms and apply them to Pacman scenarios.
Renametron-2000
This code renames multiple files inside of subdirectories of a parent directory by replacing a given pattern with something else.
Scrapoxd
Sudoku-Solver
This code solves sudoku puzzles
TMDB-Poster-Downloader
A simple Python app that downloads Backdrops, Posters, and Logos from TMDB using an API key, made for a content creator friend that I have.
Erfangholiz's Repositories
Erfangholiz/Renametron-2000
This code renames multiple files inside of subdirectories of a parent directory by replacing a given pattern with something else.
Erfangholiz/Erfangholiz
Erfangholiz/assistant-Bot-Rescuing-Charger
Navigate a bot through a grid to rescue a trapped charger. Input grid dimensions and cell contents to generate a sequence of moves for the bot's rescue mission. An interactive assistant aids users in solving the problem, providing auditory guidance using text-to-speech conversion and managing file operations.
Erfangholiz/coding-interview-university
A complete computer science study plan to become a software engineer.
Erfangholiz/My-VHDL
A dump for my VHDL projects, because I want to have a better understanding of Verilog and also Logic circuits.
Erfangholiz/N-Queens
Solving the N-Queens problem using a backtracking algorithm in Python.
Erfangholiz/Pacman-uninformed-and-informed-search
In this project, your Pacman agent will find paths through his maze world, both to reach a particular location and to collect food efficiently. You will build general search algorithms and apply them to Pacman scenarios.
Erfangholiz/Scrapoxd
Erfangholiz/Steam_Database_Model
Database model of Steam
Erfangholiz/Sudoku-Solver
This code solves sudoku puzzles
Erfangholiz/TMDB-Poster-Downloader
A simple Python app that downloads Backdrops, Posters, and Logos from TMDB using an API key, made for a content creator friend that I have.
Erfangholiz/Teslang-compiler
My Compiler Design project, a compiler for a made up language called Teslang.