Commit Graph

1380 Commits

Author SHA1 Message Date
Ayaan Khan
1a92f523fa
Merge pull request #806 from DhruvPasricha/master
feat: added selection_sort_recursive.c
2021-03-02 11:00:18 +05:30
DhruvPasricha
c2268d2e8f
Update sorting/selection_sort_recursive.c
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-03-02 01:08:40 +05:30
DhruvPasricha
684b4bc002
Update selection_sort_recursive.c 2021-03-01 22:06:40 +05:30
DhruvPasricha
979b1e3ba7
Update sorting/selection_sort_recursive.c
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-03-01 10:16:43 +05:30
David Leal
3681b53128
fix: Apply suggestions from code review 2021-02-28 15:41:58 -06:00
David Leal
d4e844e993
fix: Apply suggestions from code review 2021-02-28 15:41:39 -06:00
DhruvPasricha
3ceeecfab9
Update sorting/selection_sort_recursive.c
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-02-28 23:55:33 +05:30
Ayaan Khan
121c7132a0
Merge pull request #807 from BillKek/master
fix: assertion failed on negative numbers in `conversions/c_atoi_str_to_integer.c`
2021-02-28 23:04:02 +05:30
BillKek
6f50dd4aab fixed precision commit. was assert-fail on negative numbers. 2021-02-28 01:07:53 +03:00
DhruvPasricha
9a1d26e22a
Update sorting/selection_sort_recursive.c
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-02-27 13:10:20 +05:30
DhruvPasricha
013b586021
Update sorting/selection_sort_recursive.c
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-02-26 11:17:06 +05:30
DhruvPasricha
8947878624
Update sorting/selection_sort_recursive.c
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-02-26 10:59:55 +05:30
DhruvPasricha
a4b83a4151
used uint8_t instead of int 2021-02-25 17:48:28 +05:30
DhruvPasricha
c315db948a
added a one-line comment to tell what the library/header is for 2021-02-25 17:31:15 +05:30
David Leal
ad8ab32572
Update sorting/selection_sort_recursive.c 2021-02-24 13:17:18 -06:00
David Leal
1e44e27a99
Update sorting/selection_sort_recursive.c 2021-02-24 13:16:56 -06:00
David Leal
50cb5835a1
Update sorting/selection_sort_recursive.c 2021-02-24 13:16:47 -06:00
DhruvPasricha
60a07e6346
Update sorting/selection_sort_recursive.c
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-02-25 00:45:17 +05:30
github-actions
14553af668 updating DIRECTORY.md 2021-02-24 19:07:53 +00:00
DhruvPasricha
72e2c43f91
Update sorting/selection_sort_recursive.c
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-02-25 00:37:02 +05:30
DhruvPasricha
a0d02ed307
Update sorting/selection_sort_recursive.c
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-02-25 00:36:51 +05:30
DhruvPasricha
30b43869d4
Update sorting/selection_sort_recursive.c
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-02-25 00:36:39 +05:30
DhruvPasricha
d957dacec5
Update selection_sort_recursive.c 2021-02-25 00:12:15 +05:30
DhruvPasricha
1c777cbe99
Update sorting/selection_sort_recursive.c
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-02-25 00:02:34 +05:30
DhruvPasricha
7b23edbfd6
Update sorting/selection_sort_recursive.c
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-02-25 00:00:52 +05:30
DhruvPasricha
08cf618094
Update sorting/selection_sort_recursive.c
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-02-25 00:00:41 +05:30
DhruvPasricha
6c874bd7cd
Update sorting/selection_sort_recursive.c
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-02-24 23:58:06 +05:30
DhruvPasricha
f8c9ea04f9
Update sorting/selection_sort_recursive.c
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-02-24 23:57:23 +05:30
DhruvPasricha
63aded1ecc
Update sorting/selection_sort_recursive.c
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-02-24 23:56:53 +05:30
DhruvPasricha
33f9f85122
Update sorting/selection_sort_recursive.c
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-02-24 23:55:01 +05:30
DhruvPasricha
18a9974a0c
Update sorting/selection_sort_recursive.c
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-02-24 23:54:53 +05:30
DhruvPasricha
f894ff2ac3
Update sorting/selection_sort_recursive.c
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-02-24 23:54:42 +05:30
DhruvPasricha
98a1b14242 added selection_sort_recursive.c 2021-02-24 13:54:57 +05:30
Satbek Abdyldayev
28fc15c65b
fix: possible segmentation faults in numerical_methods/mean.c (#805)
* fixed possible segmentation fault

Fixed possible segmentation fault when no arg is supplied

* Update mean.c

various small changes to print statements.
2021-02-23 12:36:43 -06:00
Ayaan Khan
8e03e35c80
Merge pull request #797 from CarlosZoft/master
feat: added naval_battle, to games.
2021-02-19 11:45:06 +05:30
Carlos
78e40e4874 Update : change type char to int 2021-02-19 03:03:23 -03:00
Carlos
900d24ef71 Delete : unused variable 2021-02-19 02:53:56 -03:00
Carlos
3a04dd3420 Delete : unused variable 2021-02-19 02:52:00 -03:00
Carlos
d756a70611 Delete : unnecessary if 2021-02-19 02:37:22 -03:00
Carlos
5bf3c34f51 Update : common if 2021-02-19 02:34:26 -03:00
Carlos
f47b18cf6d Update : return 2021-02-19 02:26:55 -03:00
David Leal
4a82625760
feat: Add income badge and donate button in...
...`README.md`.
2021-02-18 21:38:36 -06:00
Carlos
1733aa9c15 Update : adding keys 2021-02-18 23:11:14 -03:00
Carlos
eb0f5f138b Update : header 2021-02-18 22:56:31 -03:00
Carlos
99c5cec156 Merge github.com:CarlosZoft/C 2021-02-18 03:03:41 -03:00
Carlos
4cbeebe6a4 Update : Updating details 2021-02-18 03:03:02 -03:00
Carlos
9fd686b619 Update : improving code visualization 2021-02-18 03:00:14 -03:00
Ayaan Khan
7847be8ceb
Merge pull request #802 from northernSage/fix-bubble-sort-2
[feat/fix/docs]: Fix bubble_sort2.c implementation bug and some documentation/structure improvements
2021-02-18 11:12:07 +05:30
Carlos
ef10b322a2 Update : Description of functions 2021-02-18 02:33:38 -03:00
Carlos
e4f0541744 Update : brief description of header 2021-02-18 02:22:29 -03:00