Giter VIP home page Giter VIP logo

42barcelona-pushswap-prochecker's Introduction

PUSH SWAP PRO CHECKER

Checker with step by step and GUI pro features

GitHub code size in bytes Number of lines of code Code language count GitHub top language GitHub last commit

The main goal is to provide a useful and visual tool to see inside yout algorithm of sorting and try to get your bugs.

Is works like the oficial checher but with GUI and step by step functionality

Pull files ↙️

git clone --recursive https://github.com/ailopez-o/42Barcelona-PushSwap-ProChecker.git

Compile the program ↙️

Make

Execution example, important to do in bash shell (execute bash previously)

ARG="4 67 3 87 23"; ./push_swap $ARG | ./pro_checker $ARG

Execution example with randomice nums, important to do in bash shell (execute bash previously)

ARG=$(ruby -e "puts (0..500).to_a.shuffle.join(' ')"); ./push_swap $ARG | ./pro_checker $ARG

Controles 🕹

TECLA ACCION
I Step by Step instructions
S Run all the instructions
P Pause
1 exec 'sa'
2 exec 'sb'
3 exec 'ra'
4 exec 'rb'
5 exec 'rra'
6 exec 'rrb'
7 exec 'pa'
8 exec 'pb'
ESC ❌ Close

PushSwap Game rules

Check my push_swap repo: https://github.com/ailopez-o/42Barcelona-Push_swap

42barcelona-pushswap-prochecker's People

Contributors

ailopez-o avatar puyma avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.