ShivaSaleh81's Stars
sarinaheshmati/Kakuro-backtracking-AC-3
An implementation of the Kakuro game using simple Backtracking and backtracking with AC-3 algorithm.
sarinaheshmati/Pacman-with-Minimax
A minimax-based program that makes pacman rational.
sarinaheshmati/sample_postgres_api
yasitafakor/Pac-Man-with-Minimax-AI-and-Heuristic-Evaluation
yasitafakor/CreditCardFraud
yasitafakor/Kakuro-Puzzle
yasitafakor/Clustering-Using-the-Genetic-Algorithm
yasitafakor/Chess_ai
yasitafakor/Pseudo-count-for-transcription-factor-binding-site-
aparsak/GA-Iris-Clustering
A Jupyter notebook implementing a genetic algorithm for clustering the Iris dataset, showcasing an evolutionary approach to optimize cluster formations.
heliasah/Genetic-algorithm-clustering
Implementation of a genetic algorithm for clustering the Iris dataset
heliasah/Credit-Card-Fraud-Detection
Detection of credit card fraud using K-means and Logistic Regression
HosseinGh82/credit_card_fraud
ceenaa/fraud_detection
Credit Card fraud detection
ceenaa/getenic_algorithm_clustring
Clustring with Genetic algorithm
HosseinGh82/kakuro_game
ceenaa/kakuro
AI kakuro solver
HosseinGh82/SudokuGame
This project can solve sudoku with AI
heliasah/Kakuro-CSP-AI-Game
AI Kakuro solver using CSP and backtracking
aparsak/Pacman-AI-Minimax
A simple Pacman game in Python, featuring AI-driven gameplay using the Minimax algorithm with Alpha-Beta pruning. The AI makes decisions to navigate the maze, collect points, and avoid ghosts.
aparsak/KakuroSolver-AI
An AI-driven Kakuro solver that employs Constraint Satisfaction Problems (CSP) and advanced backtracking algorithms to efficiently and accurately solve complex puzzles.
ceenaa/sudoku
Program to solve 9*9 sudoku table
ceenaa/Store
Store managing program with customer, stock, product, receit and cart
ceenaa/BigNum
C++ class to use number bigger than long long with its operators
ceenaa/Snapp
Snapp trip ticket engine
ceenaa/ceenaa
ceenaa/wireguardPanel
WebApp wireguard user management system
HosseinGh82/StorePhoto
HosseinGh82/game_of_life
This program is a simulation of game of life in console application.
HosseinGh82/Tic-tac-toe