Git Product home page Git Product logo

aabduvak / push_swap Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 1.59 MB

This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.

License: GNU General Public License v3.0

Makefile 8.65% C 91.35%
42born2code 42cursus 42school pushswap sorting 42istanbul

push_swap's Introduction

🧰 42 Project: Push_swap

Because Swap_push isn’t as natural

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


💡 About the project

This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.

What is push_swap?

This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting..

Skills

  • Rigor
  • Unix
  • Algorithms & AI
  • Imperative programming

My grade

🛠️ Usage

Follow the steps below

Instructions

1. Clone the repository from github

git clone https://github.com/abdulazizabduvakhobov/push_swap.git && cd push_swap/

2. Compile the library by Makefile To compile the library, go to its path and run:

For all mandatory and bonus functions:

 make

3. On the same directory run the following command:

./push_swap "<random numbers>"

Example of usage

Requirements

The library is written in C language and needs the gcc compiler and some standard C libraries to run.

Usefull make command

1. Cleaning all binary (.o) files

To clean all files generated binary files while doing a make, go to the path and run:

 make clean

2. Cleaning all binary (.o) and executable files (.a)

To clean all files generated while doing a make, go to the path and run:

 make fclean

3. Cleaning all binary (.o) and executable files (.a) in all directories

To clean all files generated while doing a make, go to the path and run:

 make ffclean

4. Checking Norminette standart

To check Norminette errors of all files, simply go to the path and run:

 make norm

5. Running tester

To run the tester simply clone tester repository to the same folder below and run:

 make test

6. Visualizing algorithm

To visualize the sorting algorithm, simply clone visualizing repository to the same folder below and run:

 make vis

7. Help command

To get information about command, run:

 make help

📋 Tester and Visualizer

push_swap's People

Contributors

aabduvak avatar

Stargazers

 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.