Code Monkey home page Code Monkey logo

Ahmed Akram 's Projects

8puzzle-game icon 8puzzle-game

the 8-puzzle game consists of a board holding 8 distinct movable tiles, plusan empty space. For any such board, the empty space may be legally swapped with any tilehorizontally or vertically adjacent to it. In this assignment, the blank space is going to berepresented with the number 0.Given an initial state of the board, the search problem is to find a sequence of moves that tran-sitions this state to the goal state; that is, the configuration with all tiles arranged in ascendingorder 0,1,2,3,4,5,6,7,8 .The search space is the set of all possible states reachable from the initial state. The blankspace may be swapped with a component in one of the four directions โ€™Upโ€™, โ€™Downโ€™, โ€™Leftโ€™,โ€™Rightโ€™, one move at a time. The cost of moving from one configuration of the board to anotheris the same and equal to one. Thus, the total cost of path is equal to the number of movesmade from the initial state to the goal state.

caltrain icon caltrain

CalTrain (Synchronization and Mutual Exclusion)

connect4-ai icon connect4-ai

Connect 4 is a two-player game in which the players first choose a color and then take turnsdropping their colored discs from the top into a grid. The pieces fall straight down, occupyingthe next available space within the column. The objective of the game is to connect-four ofoneโ€™s own discs of the same color next to each other vertically, horizontally, or diagonally. Thetwo players keep playinguntil the board is full. The winner is the player havinggreaternumber of connected-fours.

erc-4337 icon erc-4337

A collection of example scripts for working with ERC-4337

erc-6551 icon erc-6551

Opinionated ERC-6551 account implementation

fruits-tree icon fruits-tree

It's Binary Search Tree (BST). The nodes of the tree are of an abstract type named Fruit.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.