Commit Graph

112 Commits

Author SHA1 Message Date
Naveen Hegde
defa61f4fa
Added Decimal to Roman Numeral Converter
added test cases and main function as requested.
removed bits/stdc++.h and added only the necessary headers as requested
2017-12-25 14:28:00 +05:30
Christian Bender
0c6eca0a88
Merge pull request #59 from sandeeproy99/patch-1
Thanks for your contribute
2017-12-23 23:13:51 +01:00
Christian Bender
73aff5153b
fix issue #25
I changed datatype **int** to **long long**
2017-12-23 23:08:23 +01:00
Christian Bender
242e8eaef2
fix issue #25
I change datatype **int** to **long long**
2017-12-23 23:06:42 +01:00
Christian Bender
92e733fb0f
Update README.md 2017-12-23 22:53:02 +01:00
Christian Bender
a169c04a18
Merge pull request #57 from akhem301/master
Prime Factorization of a number
2017-12-23 22:51:16 +01:00
Christian Bender
6eae74cc96
Merge pull request #70 from christianbender/master
changed the directory structure
2017-12-23 18:33:38 +01:00
Christian Bender
4b7d334c6e
Add files via upload 2017-12-23 18:30:49 +01:00
sandeeproy99
8b6530526a
Tim Sort.cpp
Tim Sort Algorithm is based on radix sort & bubble sort.

It's stable algorithm which works in O(n Log n) time, is used in Java's Array.sort(). It first sorts using small pieces, later sorts each with merge sort.
2017-10-28 16:26:02 +05:30
akhem301
529fc1843e Prime Factorization of a number 2017-10-28 02:01:19 +05:30
Chetan Kaushik
220c0fbaf8 Merge pull request #43 from DTBUday/master
Ternary Search Algorithm
2017-10-12 18:45:06 +05:30
Uday Patel
e8e2b9c427 Added Sieve of Eratostheness 2017-10-09 02:34:50 +01:00
Uday Patel
32b8015a45 Ternary Search Algorithm 2017-10-09 02:19:59 +01:00
Sachin Arora
d43d62adc2 Merge pull request #28 from alkino/patch-1
Fix happy number algorithm.
2017-09-29 20:31:47 +05:30
Nicolas Cornu
3c1f2c1d8e Fix happy number algorithm.
Don't code when drunk or test it.
2017-09-29 15:26:47 +02:00
Anup Kumar Panwar
27c6db1448 Merge pull request #26 from sayantikabanik/master
bucket sort code added
2017-09-29 10:51:07 +05:30
Sayantika Banik
4d8185f83e bucket sort code added 2017-09-29 07:55:30 +05:30
Sohan Rudra
7681d0f3c7 Added an algorithm for finding nth term of fibonacci sequence. (#23)
* Added an algorithm for finding nth term of fibonacci sequence using divide and conquer

* New Function descriptions added

* Added the extra line and also the return 0
2017-09-24 01:45:29 +05:30
Madhav
ff0eb06f13 segment tree with lazy propagation 2017-08-29 15:04:30 +05:30
Madhav
facfb2f35e Added MO's algorithm 2017-08-28 11:31:04 +05:30
Praveen
ba6fe803ce Merge pull request #21 from shivhek25/master
Added sparse matrix program.
2017-08-08 13:40:17 +05:30
Madhav
1368a272d3 Kruskal's Algorithm 2017-07-29 10:55:00 +05:30
Shivam Singhal
f1571e7b04 Added sparse matrix program. 2017-06-07 21:41:54 +05:30
Anup Kumar Panwar
0a63358390 Merge pull request #20 from shivhek25/master
Added buzz number program.
2017-06-07 14:49:38 +05:30
Shivam Singhal
c1f2201e94 Added union and intersection of 2 arrays. 2017-06-06 12:50:27 +05:30
Shivam Singhal
74b6428eed Added happy number program. 2017-06-04 15:57:09 +05:30
Shivam Singhal
79d9c6164a Merge https://github.com/shivhek25/C-Plus-Plus
Necessary.
2017-06-04 14:14:16 +05:30
Shivam Singhal
2618482840 Added buzz number program. 2017-06-04 14:12:56 +05:30
Shivam Singhal
3886bf4fd7 Merge pull request #1 from TheAlgorithms/master
Updated forked repo.
2017-06-03 23:51:23 +05:30
Chetan Kaushik
163192b3f1 Merge pull request #19 from shivhek25/master
Modified it.
2017-06-02 11:45:30 +05:30
Shivam Singhal
d4d004fe83 Added comments. 2017-06-02 11:43:26 +05:30
Shivam Singhal
801a2d9afa Modified it. 2017-06-02 11:23:54 +05:30
Shivam Singhal
fb9150a193 GCD of n numbers program 2017-06-02 11:18:56 +05:30
Anup Kumar Panwar
77efb19b80 Merge pull request #18 from shivhek25/master
GCD of n numbers program
2017-06-02 11:18:29 +05:30
Anup Kumar Panwar
cab66b1da5 Merge pull request #17 from shivhek25/master
Updated files.
2017-05-28 15:23:23 +05:30
Shivam Singhal
2a0c019573 Your branch is up-to-date with 'origin/master'. 2017-05-27 18:10:04 +05:30
Anup Kumar Panwar
191db0d365 Merge pull request #16 from shivhek25/master
Data structure updation
2017-05-17 08:51:40 +05:30
Shivam Singhal
cf5693eabc Merge branch 'master' of https://github.com/shivhek25/C-Plus-Plus 2017-05-17 00:33:34 +05:30
Shivam Singhal
fce50afe2a Made changes to stack program using array implementation 2017-05-17 00:31:19 +05:30
AnupKumarPanwar
1276e237b1 Graph Coloring 2017-04-23 16:32:34 +05:30
AnupKumarPanwar
285a5d626a N Queen Problem 2017-04-23 13:17:42 +05:30
AnupKumarPanwar
3aba925011 removed .exe files 2017-04-13 15:47:34 +05:30
AnupKumarPanwar
50dd987810 knaspsack dynamic 2017-04-10 16:48:35 +05:30
AnupKumarPanwar
496b63642d Longest Common Subsequence with subsequence printing 2017-04-10 15:29:58 +05:30
AnupKumarPanwar
41a5325709 Longest Common Subsequence 2017-04-10 14:31:19 +05:30
Chetan Kaushik
92af829028 Merge pull request #15 from shivhek25/master
Added armstrong number program.
2017-04-08 23:35:14 +05:30
shivhek25
624535d367 Delete .DS_Store 2017-04-08 19:12:28 +05:30
shivhek25
d1f666085e Delete .DS_Store 2017-04-08 19:11:40 +05:30
shivhek25
9ab5476a0c Delete Armstrong Number.txt 2017-04-08 19:11:16 +05:30
Shivam Singhal
1dd1312085 Added armstrong number program. 2017-03-30 19:13:26 +05:30