Browse Source

Update README.md

pull/966/head
Ihab 2 years ago committed by GitHub
parent
commit
ff1922d76a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      subjects/push-swap/README.md

7
subjects/push-swap/README.md

@ -2,7 +2,7 @@
### Objectives
Push-swap is a very simple and highly effective algorithm. You have at your disposal a list of `int` values, two stacks (`a` and `b`) and a set of instructions.
Push-Swap is a very simple project that uses a Non-Comparative Sorting Algorithm. You have at your disposal a list of `int` values, two stacks (`a` and `b`) and a set of instructions.
You will have to write 2 programs:
@ -161,3 +161,8 @@ This project will help you learn about :
- the use of basic algorithms
- the use of sorting algorithms
- the use of stacks
### HELP
https://en.wikipedia.org/wiki/Sorting_algorithm
https://en.wikipedia.org/wiki/Radix_sort

Loading…
Cancel
Save