Commit Graph

40 Commits

Author SHA1 Message Date
nprimo 9f5882df48 feat(push-swap): update audit commands to be inline with subject
- avoid unexpected behaviour from different shell
2023-12-12 09:18:02 +00:00
zanninso 0ae6ee7fec
DEV-4757 resolve the inconsistency between the audit and the subject of push swap (#1918)
* docs: change program call to the executable call form

* docs: fix error 'reading from output'
2023-03-30 14:14:48 +00:00
Ihab 32fc17c176
Update README.md 2022-02-19 13:28:46 +00:00
Ihab ce2fa4f06b
Update README.md 2022-02-15 18:06:16 +00:00
Ihab f28406adaa
Update README.md 2022-02-15 18:05:30 +00:00
Ihab bce052d65f
Update README.md 2022-02-15 18:03:02 +00:00
Ihab ff1922d76a
Update README.md 2022-02-15 18:02:05 +00:00
lee 9f24718fd6 adding unit testing in missing subjects 2021-12-14 10:35:11 +00:00
MSilva95 877d3e09f4 fixing ascii art 2021-09-14 13:17:41 +01:00
Chris 689bd869ea typo and grammar enhancements 2021-08-11 15:02:46 +01:00
MSilva95 c6e7a476ff some more projects 2021-08-11 15:02:46 +01:00
MSilva95 367dae01d2 relative links 2021-08-11 15:02:46 +01:00
MSilva95 700fbe7400 new syntax for the links 2021-08-11 15:02:46 +01:00
MSilva95 e2e95fa446 fix links 2021-08-11 15:02:46 +01:00
MSilva95 3384962e16 review of two projects 2021-08-11 15:02:46 +01:00
xpetit 46f4ddc49e
Simplify prompt, execution of Go programs, fix typos 2021-04-28 11:47:34 +02:00
Danonika 1bd8060bf5
Update README.md
*The goal is to sort the stack with the minimum possible number of operations.
Update answer on the example from 8 to 7 operations.
2020-09-10 16:44:31 +06:00
OGordoo 369977f8d0 Go projects links fixes 2020-07-02 17:54:49 +02:00
Clement Denis 26b3a37cc0 move subjects to folders 2020-06-16 19:22:03 +02:00
OGordoo c5a84cd999
Merge pull request #517 from azamatamirzhan/patch-4
fixed bash syntax for ARG
2020-04-07 12:45:17 +01:00
OGordoo f0ac3945c6
Merge pull request #518 from azamatamirzhan/patch-5
Some examples doesn't work as it shown
2020-04-07 12:15:17 +01:00
Christopher Fremond 054601757d adding of extra questions and renaming of two forum files to fit standard 2020-04-07 11:59:38 +01:00
Christopher Fremond 007e2d8bbe
Merge branch 'master' into done-projects 2020-04-06 20:58:21 +01:00
azamatamirzhan add2fe1043
Some examples doesn't work as it shown
1. echo -e "rra\npb\nsa\nrra\npa\n" gives:
rra
pb
sa
rra
pa
_ with one extra line (non needed)

2. ARG="4 67 3 87 23"; ./push_swap "$ARG" | wc -l gives only "6" (without spaces)
2020-04-04 19:10:23 +06:00
azamatamirzhan c7a49deb9d
Fixed bash syntax for ARG 2020-04-04 18:09:46 +06:00
azamatamirzhan ebc3490c9a
fixed bash syntax for ARG 2020-04-04 18:02:09 +06:00
kuzikov 3920c66f3b
Typos fixed. 2020-03-18 08:09:36 +06:00
lee 74efa185a6 removing changes on done projects 2020-02-06 19:26:13 +00:00
lee 624a18a5e1 adding allowed packages to projects 2020-02-06 19:26:13 +00:00
lee ce8e4cf7cd adding allowed packages to done projects 2020-02-03 14:07:29 +00:00
MSilva95 f180a44a27 fix push swap readme 2020-01-23 13:49:38 +00:00
OGordoo 9839f18cdf merge 2020-01-21 10:24:16 +00:00
Christopher Fremond d0e33e4591 typo fix 2020-01-20 17:19:42 +00:00
OGordoo 4f137fe852
Merge branch 'master' into adding_questions 2020-01-20 09:43:09 +00:00
OGordoo 1e192f2588 interacive questions added 2020-01-14 13:24:13 +00:00
lee 572b903151 link corrections for all projects 2020-01-13 11:55:43 +00:00
lee dbd56f01be some corrections 2020-01-10 11:22:07 +00:00
OGordoo 3ccc46e05e Fix Questions Answers 2020-01-07 09:24:26 +00:00
OGordoo 7ea60e86bb examples correction 2020-01-06 10:42:59 +00:00
OGordoo 1b7a435843 Push Swap README and Questions 2020-01-03 18:08:30 +00:00