Commit Graph

244 Commits

Author SHA1 Message Date
Christian Bender
328f13c1b2 fixed and improved Prime.c 2018-03-23 21:08:21 +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
Christian Bender
5b1ffdbf5a
Merge pull request #112 from Frostbite22/patch-1
Create mirror
2018-02-02 15:53:39 +01:00
Frostbite22
784ecf811d
Update mirror
This program "mirror" is used to reverse a string of character . 
eg : the string "helloo" becomes "oolleh"
2018-01-31 05:06:06 +01:00
Christian Bender
30b1ece5a1
Merge pull request #114 from debck/master
Thanks for contributing
2018-01-30 01:36:05 +01:00
Rupeshiya
ebd939864e
decimal to binary without function use 2018-01-28 23:31:36 +05:30
DEBASISH SAHOO
264fd91af9
added binary to hexadecimal conversion 2018-01-28 18:45:09 +05:30
Rupeshiya
ebc7892f01
fulls source code for insertion and deletion in singly linked list
fulls source code for insertion and deletion in singly linked list in c
2018-01-27 22:47:42 +05:30
Frostbite22
852801f18b
Create mirror
using pointers &  string library
2018-01-27 10:27:30 +01:00
Christian Bender
2d376fb740
Update README.md 2018-01-26 19:38:48 +01:00
Christian Bender
730ebb9053
Add files via upload 2018-01-26 19:38:12 +01:00
Christian Bender
5ca234369d
Update README.md 2018-01-26 19:33:50 +01:00
Christian Bender
8c01862dd5
Update README.md 2018-01-26 19:33:27 +01:00
Christian Bender
ee68f2279f
Add files via upload 2018-01-26 19:32:30 +01:00
Christian Bender
53e58d1ede
Update README.md 2018-01-25 17:36:26 +01:00
Christian Bender
a16b159188
Add files via upload 2018-01-25 17:35:53 +01:00
Christian Bender
8bf354465c
Update README.md 2018-01-24 22:29:39 +01:00
Christian Bender
e3685c2947
Update README.md 2018-01-24 22:28:59 +01:00
Christian Bender
802deb1f87
Create README.md 2018-01-24 22:28:07 +01:00
Christian Bender
c6cb7c8362
Add files via upload 2018-01-24 22:24:43 +01:00
Christian Bender
75f7866320
Merge pull request #71 from arpanjain97/master
Thanks for contributing
2018-01-15 15:45:35 +01:00
Christian Bender
bcd0486020
Merge pull request #72 from MacBox7/bucket-sort
Thanks for contributing
2018-01-15 15:45:06 +01:00
Christian Bender
2602295418
Delete disarium.c 2018-01-06 15:52:14 +01:00