Skip to content

This project is a work in progress and is an introduction to sorting algorithms. The goal is to sort a list of items according to a set of specific rules. You must do this with the least amount of swaps possible, and you will be given two stacks to sort from and can only switch between the two stacks.

Notifications You must be signed in to change notification settings

bdekonin/push_swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

push_swap

CodeFactor

This project is a work in progress and is an introduction to sorting algorithms. The goal is to sort a list of items according to a set of specific rules. You must do this with the least amount of swaps possible, and you will be given two stacks to sort from and can only switch between the two stacks.

About

This project is a work in progress and is an introduction to sorting algorithms. The goal is to sort a list of items according to a set of specific rules. You must do this with the least amount of swaps possible, and you will be given two stacks to sort from and can only switch between the two stacks.

Topics

Resources

Stars

Watchers

Forks