Giter VIP home page Giter VIP logo

lem-in's Introduction

About

Alt text

The goal of this project is find quiqest path for ant swarm. All ants start in the first room according to map and start running to find exit. There should be manage traffic james and avoid that one room cannot contain more that one ant per move. All swarm must follow on the one position in room per round. More clear description at file "lem-in.en.pdf".

Build

This will be work on Linux or MacOs terminal:

Release build:

$ make

Than you can start typing keybord to see usage like this:

$ ./lem-in gdg

Alt text

Then execute command

$ ./lem-in -v < maps/map

Program start working and end shortly after reading and executihg file at maps/map. There 65 ants atop in file, so all ants start at room 1. There to possible ways and only two ants follow to room 3 and 2, (L1-3 L2-2 in a top). On next turn these two ants goes to next rooms according to the rules this will be room 4 and 5, (L1-4 L2-5). And room 3 and 2 now free to enter, than on this iteration we let to enter new ants L3 and L4 and they went to room 3 and 2. Thats why our output longer on that time. On each iterations continues same process and all ants stay at room 0.

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.