Ashwek Swamy
5ea87473d9
Delete a.out
2019-06-12 18:25:33 +05:30
Ashwek Swamy
82900baa58
Merge pull request #235 from AafilUmar/master
...
change sol1.c deteted ./a.out and also added sol4.c
2019-06-12 18:25:12 +05:30
iamAafil
f4a529eb9a
added sol4.c
2019-06-11 19:02:34 +05:30
iamAafil
30364389ef
change sol1.c
2019-06-10 22:48:42 +05:30
Ashwek Swamy
8e5f2ea3f9
Update stack.c
...
fix issue #223
2019-06-08 11:33:27 +05:30
Hai Hoang Dang
b1fed3cf3e
Merge pull request #228 from danghai/algo
...
Add Boyer Moore search algo and simple Makefile
2019-05-20 15:18:24 -07:00
danghai
9001ae9094
Add Boyer Moore search algo and simple Makefile
2019-05-17 14:25:36 -07:00
Libin Yang
24b5a4ebda
Merge pull request #227 from danghai/search
...
Add Pattern Search Algorithms
2019-05-12 09:28:47 +08:00
Libin Yang
d9702591a8
Update naive_search.c
2019-05-12 09:27:51 +08:00
Libin Yang
25a225c434
Update rabin_karp_search.c
2019-05-12 09:27:21 +08:00
danghai
bb7199d706
Add Rabin-Karp search algorithm
2019-05-10 17:42:24 -07:00
danghai
495650023b
Add naive search algorithm
2019-05-10 15:07:16 -07:00
Libin Yang
939cad928f
Merge pull request #226 from schneiderl/master
...
readme.md : fix typo
2019-05-10 10:14:55 +08:00
Lucas Schneider
c8d38d62b6
Fix typos in readme.md
2019-05-09 14:47:34 -03:00
Libin Yang
94d6942d1d
Update partitionSort.c
2019-05-07 08:35:50 +08:00
Libin Yang
8b9de23919
Merge pull request #225 from danghai/master
...
Add partition sort algorithm
2019-05-07 08:33:57 +08:00
danghai
261caac197
Add partition sort algorithm
2019-05-06 11:33:56 -07:00
Libin Yang
6c2375f8c5
Merge pull request #222 from 54shady/BugFix
...
BugFix : loop out of range will cause stack smashing
2019-05-05 15:35:12 +08:00
Libin Yang
cef21ccea9
Update shellSort.c
2019-05-05 15:34:27 +08:00
Libin Yang
67e2e98311
Fix bug and format code in QuickSort.c
2019-05-05 15:23:58 +08:00
Ashwek Swamy
2fde23c6ed
Merge pull request #192 from Manoj7117/patch-1
...
number invalid if number >= base
2019-03-22 08:42:42 +05:30
Christian Bender
99d2d9165d
Merge pull request #190 from Nairit11/master
...
Added Client Server Implementation
2019-02-25 18:53:31 +01:00
zeroway
1abb8b20bb
BugFix : loop out of range will cause stack smashing
...
Data Sorted
Shell Sort Big O Notation:
--> Best Case: O(n log(n))
--> Average Case: depends on gap sequence
--> Worst Case: O(n)
Time spent sorting: 0.000006
*** stack smashing detected ***: <unknown> terminated
Aborted
2019-02-19 17:20:10 +00:00
Nairit Banerjee
cec67ff987
Added unistd.h header file to remove compilation errors
2019-02-18 12:03:50 +05:30
Nairit Banerjee
1e819c0dea
Added stdio.h and unistd.h headers toremove compilation errors
2019-02-18 12:02:47 +05:30
Nairit Banerjee
41032fe0db
Update README.md
2019-02-18 12:00:24 +05:30
Christian Bender
924377b158
Merge pull request #200 from akash19jain/patch-2
...
An efficient solution.
2019-02-17 18:31:28 +01:00
Christian Bender
cfa9652470
Merge pull request #220 from TheAlgorithms/changed_parenthesis.c
...
BUG fix data_structures/stack/parenthesis.c
2019-02-14 18:46:57 +01:00
Christian Bender
a80d7487ae
simplefy
2019-02-14 18:45:22 +01:00
Christian Bender
02cf095653
fixed bug and refactored
2019-02-14 18:43:18 +01:00
Christian Bender
b5e5bb1284
Merge pull request #219 from TheAlgorithms/changed_main_C
...
refactoring stack/main.c
2019-02-14 15:53:32 +01:00
Christian Bender
49d82f1fde
refactoring
2019-02-14 15:51:36 +01:00
Christian Bender
a080a2aa64
Merge pull request #218 from TheAlgorithms/prime_fact_cor
...
changed README and corrected comments -- Prime Factoriziation
2019-02-12 16:35:14 +01:00
Christian Bender
c1554af08c
changed README and corecct comment
2019-02-12 16:33:05 +01:00
Christian Bender
a13df71739
Merge pull request #217 from TheAlgorithms/add_prime_factoriziation
...
Prime factoriziation
2019-02-12 16:29:02 +01:00
Christian Bender
64b5f4904b
added new algorithm
2019-02-12 16:25:18 +01:00
Christian Bender
e2c0a7a6e5
Duplicate
...
This algorithm is a duplicate. We already have a linear search in this repo
2019-02-12 16:17:22 +01:00
Ashwek Swamy
1f9a5168c7
Merge pull request #146 from JRaiden16/patch-2
...
Update Simpson's_1-3rd_rule.c
2019-02-11 05:58:20 +05:30
Ashwek Swamy
811c4dbb63
Merge branch 'master' into patch-2
2019-02-11 05:57:57 +05:30
Ashwek Swamy
b098092735
Rename Simpson's_1-3rd_rule.c to simpson's 1-3rd rule.c
2019-02-11 05:56:44 +05:30
Ashwek Swamy
df2b915391
Rename Computer Oriented Statistical Methods/Simpson's_1-3rd_rule.c to computer_oriented_statistical_methods/Simpson's_1-3rd_rule.c
2019-02-11 05:55:44 +05:30
Ashwek Swamy
28e13c66f3
Merge pull request #161 from Aditibansal2603/master
...
Update binary_to_decimal.c
2019-02-11 05:43:09 +05:30
Ashwek Swamy
c6583d34d2
Merge pull request #154 from pankajc007/patch-2
...
Create binarys.c
2019-02-11 05:33:06 +05:30
Ashwek Swamy
167ab428d8
Rename Searches/binarys.c to searching/binarys.c
2019-02-11 05:32:54 +05:30
Ashwek Swamy
8282815073
Rename Searches/linears.c to searching/linears.c
2019-02-10 14:20:08 +05:30
Ashwek Swamy
8602a06515
Merge pull request #155 from pankajc007/patch-3
...
Create linears.c
2019-02-10 14:18:52 +05:30
Ashwek Swamy
2feeed5d62
Merge pull request #137 from s1l3ntcat/master
...
Added NULL check.
2019-02-10 14:14:46 +05:30
Libin Yang
ffd651dd18
Merge pull request #210 from sayoojkz/master
...
Update LinearSearch.c
2019-01-29 09:03:46 +08:00
Libin Yang
e52279ca0b
Merge pull request #215 from akay25/readme_fix/sorting-algorithm
...
Consistent naming of sorting algorithms in README file
2019-01-19 22:24:33 +08:00
Ajay M
d2f75fb2c8
Changed the sorting algorithm text to camel case.
2019-01-19 13:58:12 +05:30