Anup Kumar Panwar
444d4b11d5
Refactor
2018-10-08 21:18:35 +05:30
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
Christian Bender
72e38936c2
Merge pull request #122 from ashishtheman/master
...
Add three new codes
2018-03-19 15:04:47 +01:00
Christian Bender
21dab04b09
fixed a bug and refactoring
...
If user type in 0 the output was empty. This bug is fixed.
In addition I refactored and documented the code.
2018-03-18 23:42:43 +01:00
Christian Bender
b79f0c1214
small changes and some comments
...
I puted few comments and changed a little bit.
2018-03-18 21:49:50 +01:00
ashishtheman
7ed9d6dbee
Create factorial_trailing_zeroes.c
2018-03-19 01:54:55 +05:30
ashishtheman
41dede7144
Create catalan.c
2018-03-19 01:17:14 +05:30
ashishtheman
b88d4e764b
Create Collatz.c
2018-03-19 01:10:45 +05:30
Christian Bender
f46a602704
Merge pull request #120 from akshayanvi/patch-1
...
Update interpolation_search.c
2018-03-15 13:12:28 +01:00
akshayanvi
8d240037b3
Update interpolation_search.c
...
1) Easy logic built
2) error minimized: as array is increasing in above example it might not always be increasing.just replace 47 by 2 then run above program it will give an incorrect ans. but in improvised case it is minimized.
3)we are scanning input from user so, more saturated
4)'position' is more reliable than 'index'.
2018-03-14 03:08:07 +05:30
Christian Bender
331e6e58d5
Merge pull request #119 from akshaykumar123/patch-2
...
Update interpolation_search.c
2018-03-12 06:42:15 +01:00
Christian Bender
944ca257e1
Merge pull request #117 from aggarwalmayank/patch-2
...
balanced parenthesis using stack in C
2018-03-12 06:41:53 +01:00
Mayank Aggarwal
6c3d167c6d
Update balanced parenthesis using stack in C
2018-03-11 22:48:53 +05:30
Akshay Kumar
df99ef4cb1
Update interpolation_search.c
2018-03-10 23:13:44 +05:30
Christian Bender
ad3b1c37fe
Merge pull request #118 from akshaykumar123/patch-1
...
interpolation.c
2018-03-09 21:02:03 +01:00
Akshay Kumar
0bc7df2c78
interpolation.c
...
Interpolation search implemented in c
2018-03-07 23:41:38 +05:30
Mayank Aggarwal
63412ed20f
balanced parenthesis using stack in C
...
this C program checks whether brackets are balanced or not in an string
2018-03-05 21:12:14 +05:30
Christian Bender
2f1289ccab
Merge pull request #115 from Rupeshiya/master
...
sorting of linked list using selection sort
2018-03-04 15:14:30 +01:00
Rupeshiya
46ee6620a3
stack implementation using array
2018-02-11 01:30:19 +05:30
Rupeshiya
11ba39263e
sorting of linked list using selection sort
2018-02-04 18:26:36 +05:30
Christian Bender
8329055745
Merge pull request #113 from Rupeshiya/master
...
fulls source code for insertion and deletion in singly linked list
2018-02-02 21:32:58 +01:00
Christian Bender
d3ac0338d3
Add files via upload
2018-02-02 15:55:36 +01:00
Christian Bender
bfa35ae8d5
Update README.md
2018-02-02 15:54:31 +01:00