Libin Yang
8e5e6c3820
Merge pull request #212 from sungbin/master
...
Formulate codes in Sort
2018-12-09 21:09:47 +08:00
sungbin
a498bf1de9
Better ome comments
2018-11-13 13:42:00 +09:00
sungbin
72de3a6ca8
Change InsertionSort.c format
2018-11-08 16:37:38 +09:00
sungbin
edf400739c
Change BubbleSort.c format
2018-11-08 16:22:51 +09:00
sungbin
bc1c15e24f
Change SelectionSort.c format
2018-11-08 16:04:04 +09:00
sayoojkz
a7c22b5560
added some comments
2018-10-30 23:29:06 +05:30
sayoojkz
13afc89b50
Update LinearSearch.c
2018-10-30 23:21:09 +05:30
AKASH JAIN
82436cc4e0
An efficient solution.
2018-10-27 22:32:02 +05:30
Manoj7117
37314fb5bf
number invalid if number >= base
2018-10-24 22:19:42 +05:30
Nairit Banerjee
a2bc9825e2
Added instructions for Client Server Implementation
2018-10-20 13:46:32 +05:30
Nairit11
ac7a937532
Added Client Server Implementation
2018-10-20 13:41:26 +05:30
Anup Kumar Panwar
326cf62a0f
Merge pull request #171 from AnupKumarPanwar/master
...
Refactored the code
2018-10-08 21:30:49 +05:30
Anup Kumar Panwar
444d4b11d5
Refactor
2018-10-08 21:18:35 +05:30
Aditibansal2603
a9d91b4c31
Update binary_to_decimal.c
2018-10-06 00:04:48 +05:30
Pankaj Chaudhary
d607eae61d
Create linears.c
2018-10-03 12:37:26 +05:30
Pankaj Chaudhary
657d979f92
Create binarys.c
2018-10-03 12:36:18 +05:30
Aruj Sharma
6639516082
Update README.md
2018-10-02 09:56:50 +05:30
Aruj Sharma
234f68093f
Create RadixSort.c
2018-10-02 09:56:10 +05:30
Aruj Sharma
ab034437ba
Update README.md
2018-10-02 09:40:23 +05:30
Aruj Sharma
2d75886f46
Create StoogeSort.c
2018-10-02 09:31:26 +05:30
JRaiden
e1cb90a253
Update Simpson's_1-3rd_rule.c
2018-10-01 18:31:05 -05:00
A Silent Cat
fc6a345ee5
Added NULL check.
2018-07-24 13:38:45 -05:00
Christian Bender
b895794da8
Merge pull request #136 from s1l3ntcat/master
...
Replaced ambigous return codes with macros.
2018-07-21 21:51:46 +02:00
A Silent Cat
97be2b238b
Replaced ambigous return codes with macros.
2018-07-19 09:23:32 -05:00
Christian Bender
6c5128e2cd
improved code
2018-03-28 18:11:54 +02:00
Christian Bender
18d86c9f73
Delete Binning.c
...
Uses third-party library
2018-03-28 17:53:27 +02:00
Christian Bender
0931d04ce0
Merge pull request #127 from anujms1999/patch-1
...
Create sudokusolver.c
2018-03-25 18:49:26 +02:00
Christian Bender
b2050f3618
added code style conventions
2018-03-23 21:47:38 +01:00
Christian Bender
69d10955cc
Delete demonetization.o
2018-03-23 21:35:46 +01:00
Christian Bender
6cc28cbefb
Delete demonetization
2018-03-23 21:35:39 +01:00
Christian Bender
eaf48e69fb
Merge pull request #131 from TheAlgorithms/changed_#129
...
improved the code
2018-03-23 21:32:54 +01:00
Christian Bender
61c02122c4
improved the code
2018-03-23 21:30:55 +01:00
Christian Bender
a2706e5463
Merge pull request #129 from ashusrma/patch-1
...
Create demonetization.c
2018-03-23 21:12:36 +01:00
Christian Bender
19f08b448a
Merge pull request #130 from TheAlgorithms/fixed_Prime
...
fixed and improved Prime.c
2018-03-23 21:10:12 +01:00
Christian Bender
328f13c1b2
fixed and improved Prime.c
2018-03-23 21:08:21 +01:00
Ashutosh Sharma
d2d829db04
Create demonetization.c
...
Ways to dispense currency by ATM machine involving recursion.
2018-03-24 00:27:20 +05:30
Christian Bender
48797a58d7
Merge pull request #128 from anujms1999/patch-2
...
Update README.md
2018-03-23 19:53:45 +01:00
anujms1999
a719445fb5
Update README.md
...
Sudoku Solver
2018-03-24 00:03:48 +05:30
anujms1999
97f8c4a782
Create sudokusolver.c
...
Sudoju Solver using Recursion
2018-03-23 23:59:13 +05:30
Christian Bender
be23563615
Delete fibonacciSearch
2018-03-20 16:42:31 +01:00
Christian Bender
2b8fab4c1d
Delete fibonacciSearch.o
2018-03-20 16:42:23 +01:00
Christian Bender
2cde480dae
Merge pull request #125 from TheAlgorithms/changed_fibonacciSearch
...
Added some header files and changed the min() function
2018-03-20 16:41:52 +01:00
Christian Bender
7668d1c419
Added some header files and changed the min() function
2018-03-20 16:39:13 +01:00
Christian Bender
b8cb5241a8
Merge pull request #124 from LeoVen/master
...
Array Data Structure
2018-03-20 16:12:53 +01:00
Christian Bender
3dc2ecc520
Merge pull request #123 from agnimish/master
...
3 very useful codes added
2018-03-20 16:12:09 +01:00
Christian Bender
7efed28d14
changed the code a little bit
...
I changed the code a little bit and put in some comments.
2018-03-20 15:06:16 +01:00
Leonardo
172a778057
Array Data Structure
...
Array of integers with Insert, Remove, Update, Erase, Switch, Reverse functions; Sorting functions like BubbleSort, InsertionSort and SelectionSort; and Search functions like FindMin, FindMax, Frequency count, etc.
2018-03-19 20:09:22 -03:00
agnimish
fade142342
Create mergeLinkedLists.c
...
Program to Merge two sorted linked lists into single sorted Linked list.
2018-03-20 00:00:26 +05:30
agnimish
3038363d19
Create modifiedBinarySearch.c
...
Program to search an element in a sorted matrix using modified binary search, very much reducing the time complexity.
2018-03-19 23:22:03 +05:30
agnimish
8d29a26105
Create lexicographicPermutations.c
...
Program to print all possible Permutations of a string in Lexicographical order.
2018-03-19 23:09:14 +05:30