Commit Graph

1536 Commits

Author SHA1 Message Date
Christian Bender
d4b5e088b0
Merge pull request #69 from SummerSad/master
Thanks for contributing
2017-12-27 14:05:32 +01:00
Christian Bender
96cbcf248c
Update README.md 2017-12-25 17:56:10 +01:00
Christian Bender
1f82f4e2a2
Add files via upload 2017-12-25 17:19:18 +01:00
Christian Bender
c26124199f
improved hash code function
I improved the hash code function
2017-12-24 23:42:07 +01:00
Christian Bender
df5d9d63c3
added a dictionary
I added a dictionary.
2017-12-24 17:06:58 +01:00
Christian Bender
34e9ba11d3
Merge pull request #98 from viditkulshreshtha/patch-1
Update Simpson's_1-3rd_rule.c
2017-12-24 15:09:25 +01:00
Christian Bender
d4034b7f12
Update README.md 2017-12-23 14:38:20 +01:00
Christian Bender
116a34754e
Merge pull request #91 from GeoffYart/patch-1
I have merged this version of your code. Can you unitize this program with a function that gets the base and the number for converting and the converted.
2017-12-23 14:35:07 +01:00
Christian Bender
7ee0678881
Delete primes.c 2017-12-23 14:22:00 +01:00
Christian Bender
309b0928cc
Merge pull request #59 from danielgrimshaw/master
Add Sieve of Eratosthenes
2017-12-23 14:20:46 +01:00
Christian Bender
4f12414ee8
Update README.md 2017-12-23 14:19:00 +01:00
Christian Bender
af3648c678
Merge pull request #82 from fsharpasharp/GCD
I have merged your code. Can you put in some comments.
2017-12-23 14:17:42 +01:00
Christian Bender
35b66f2304
Update README.md 2017-12-23 14:14:29 +01:00
Christian Bender
be5f4747c8
Merge pull request #89 from vidhi2/master
Thanks cool implementation. Can you put in some comments and empty lines for formatting?
2017-12-23 14:13:09 +01:00
Christian Bender
086fdac6f0
Merge pull request #99 from viditkulshreshtha/master
Thanks for contribute
2017-12-23 14:09:00 +01:00
Christian Bender
6707474f2a
Merge pull request #107 from christianbender/master
simple modular and generic stack
2017-12-23 14:04:44 +01:00
Christian Bender
e837e0c26b
Merge pull request #108 from koseokkyu/patch-1
Update Readme.md
2017-12-22 23:33:18 +01:00
Christian Bender
4021a3f8ad
Merge pull request #105 from koseokkyu/heapsort
Project Euler solving Problem 01
2017-12-22 23:30:12 +01:00
koseokkyu
54c6fb03f2
Update Readme.md
Add HeapSort and JumpSearch
2017-12-10 23:29:48 +09:00
Christian Bender
5ebfcf4148
simple modular and generic stack
See the README.md
2017-12-08 18:00:49 +01:00
koseokkyu
6d1a0eb3c3 solving Project Euler Problem03 about prime 2017-12-04 15:27:24 +09:00
koseokkyu
85ad2b0ef4 solving Problem Euler problem02 2017-12-03 19:16:36 +09:00
koseokkyu
d2b6686d28 Project Euler solving Problem 01 2017-11-27 17:00:21 +09:00
Anup Kumar Panwar
694bc20327
Merge pull request #103 from koseokkyu/otherbinarysearch
correct compilation error and logic error at Otherbinarysearch in search folder
2017-11-25 14:28:54 +05:30
Anup Kumar Panwar
3ed754312c
Update HeapSort.c 2017-11-25 14:28:25 +05:30
Anup Kumar Panwar
6a50cd5a94
Merge pull request #104 from koseokkyu/master
#102 pull request heap sort is modified at input process to receive an integer directly.
2017-11-25 14:24:54 +05:30
koseokkyu
bb6582f12b modify heapsort 2017-11-24 14:09:36 +09:00
koseokkyu
c3bd560d4c modify other_binary_search 2017-11-20 16:08:47 +09:00
koseokkyu
04527dfc56 add jumpsearch 2017-11-20 11:50:40 +09:00
koseokkyu
19a2def4a9 add heapsort 2017-11-12 02:55:38 +09:00
viditkulshreshtha
eea47e50d1
Update isArmstrong.c 2017-11-02 14:56:45 +05:30
viditkulshreshtha
52ac66d065
Merge pull request #1 from viditkulshreshtha/viditkulshreshtha-patch-1
added another condition
2017-11-02 14:52:31 +05:30
viditkulshreshtha
64c28f76a2
added a condition
If the user enters the input as 0 (zero) then also the output should be one
2017-11-02 14:51:48 +05:30
viditkulshreshtha
8692d53d98
Update Simpson's_1-3rd_rule.c 2017-11-02 14:47:02 +05:30
Nathan Fei
8efdebe3f8 Create toDecimal.c 2017-10-26 17:49:10 -04:00
Chetan Kaushik
03a0e01950 Merge pull request #90 from dynamitechetan/master
removed redundant title from readme
2017-10-26 15:27:09 +05:30
Chetan Kaushik
fd00e26055 removed redundent 2017-10-26 15:26:00 +05:30
vidhi2
8487f4c349 Stack implementation using linked list 2017-10-25 13:46:24 +05:30
Sachin Arora
3ccf7357bd Merge pull request #87 from sachinarora707/master
Multiple folders of search and sort. Fixes issue #60 and #49.
2017-10-24 21:00:37 +05:30
Sachin Arora
33f7a614ae Project Euler Problems Added. 2017-10-24 20:51:52 +05:30
Sachin Arora
73a7429921 Merge pull request #61 from ankitrgadiya/fix/dir
Directories Updated
2017-10-24 20:47:07 +05:30
Sachin Arora
a6d1297d22 Multiple folders of search and sort. Fixes issue #60 and #49. 2017-10-24 20:38:10 +05:30
Chetan Kaushik
6fbc164865 Merge pull request #80 from Sudeepam97/master
Adding comments to the code
2017-10-20 23:44:12 +05:30
Chetan Kaushik
756d6f02ac Merge pull request #83 from fsharpasharp/isPrime
Check if a number is prime.
2017-10-20 23:43:55 +05:30
Anup Kumar Panwar
7df4c98b40 Merge pull request #86 from AnupKumarPanwar/master
Updated README.md
2017-10-20 22:25:29 +05:30
Anup Kumar Panwar
f361e8eabb Merge branch 'master' into master 2017-10-20 22:24:26 +05:30
AnupKumarPanwar
87320c583f Updated README.md 2017-10-20 22:15:35 +05:30
AnupKumarPanwar
b99bc9414b Updated README.md 2017-10-20 22:13:54 +05:30
AnupKumarPanwar
55a7f65e67 Updated README.md 2017-10-20 22:13:03 +05:30
AnupKumarPanwar
814b02008f Updated README.md 2017-10-20 22:09:54 +05:30