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 |
AnupKumarPanwar
|
f6490855ac
|
Updated README.md
|
2017-10-20 22:06:30 +05:30 |
AnupKumarPanwar
|
81657fc249
|
Updated README.md
|
2017-10-20 22:03:41 +05:30 |
fsharpasharp
|
4124e8c9d8
|
Check if a number is prime.
|
2017-10-19 10:38:10 +02:00 |
fsharpasharp
|
2a27e93d1c
|
Concise version
|
2017-10-19 10:19:44 +02:00 |
fsharpasharp
|
a82550d66f
|
Greatest common divisor.
|
2017-10-19 10:04:14 +02:00 |
Sudeepam
|
41f0292531
|
Update InsertionSort.c
|
2017-10-18 02:05:57 +05:30 |
Sudeepam
|
ea50acb609
|
Update InsertionSort.c
|
2017-10-18 02:02:52 +05:30 |
Anup Kumar Panwar
|
98005e3fde
|
Merge pull request #75 from ashish4321/master
adding counting sort
|
2017-10-15 00:30:10 +05:30 |
Sachin Arora
|
663275509d
|
Merge pull request #76 from yeggasd/master
Updated README.md
|
2017-10-14 23:29:45 +05:30 |
yeggasd
|
736eaf03d7
|
Updated README.md
|
2017-10-15 00:55:41 +08:00 |
Ashish Agarwal
|
34a30685c0
|
adding counting sort
|
2017-10-14 19:47:37 +05:30 |
Gabriel
|
aef7477934
|
Added binary search tree
|
2017-10-14 03:31:40 -03:00 |
Chetan Kaushik
|
5c3e232122
|
Merge pull request #73 from CptSpookz/master
Added linear search algorithm
|
2017-10-14 09:46:11 +05:30 |
Gabriel
|
5a53da5e94
|
Fixed Linear Search
|
2017-10-13 23:16:21 -03:00 |
Gabriel
|
d9f536d818
|
Added linear search algorithm
|
2017-10-13 23:08:58 -03:00 |
Tran Hau
|
3af6c03d06
|
Merge remote-tracking branch 'upstream/master'
|
2017-10-13 21:34:28 +07:00 |
MacBox7
|
209de0c0d1
|
Bucket Sort Added
|
2017-10-13 14:39:57 +05:30 |
arpanjain97
|
5e8dbc06d0
|
Fix output display
|
2017-10-13 11:53:03 +05:30 |
arpanjain97
|
1e9c4a5610
|
Add Floyd-Warshall Algorithm
|
2017-10-12 21:04:57 +05:30 |
arpanjain97
|
901b5c2ba8
|
Add Bellman-Ford Algorithm
|
2017-10-12 21:04:18 +05:30 |
arpanjain97
|
909f00c605
|
Add Dijkstra's Algorithm
|
2017-10-12 21:03:44 +05:30 |
Anup Kumar Panwar
|
eff67c4e5f
|
Merge pull request #57 from theycallmemac/master
added some algorithms
|
2017-10-11 21:42:17 +05:30 |
Tran Hau
|
2abb7f5691
|
add heap sort
|
2017-10-04 09:21:25 +07:00 |
Anup Kumar Panwar
|
3cb33267bb
|
Merge pull request #68 from AnupKumarPanwar/master
Merged 2 search algorithm folders
|
2017-10-03 17:03:20 +05:30 |
AnupKumarPanwar
|
a8e3dd3f60
|
Merged 2 sorting folders
|
2017-10-03 17:00:31 +05:30 |
AnupKumarPanwar
|
ab2b2a58f0
|
BogoSort.c and bogo_sort.c are same. Deleted bogo_sort.c
|
2017-10-03 16:51:00 +05:30 |
Anup Kumar Panwar
|
891bc9f671
|
Merge pull request #67 from AnupKumarPanwar/master
QuictSort.c and QiSort.c are same. Deleted QiSort.c
|
2017-10-03 16:49:26 +05:30 |
AnupKumarPanwar
|
4f868c6e0b
|
QuictSort.c and QiSort.c are same. Deleted QiSort.c
|
2017-10-03 16:47:22 +05:30 |
Anup Kumar Panwar
|
f65f65a617
|
Merge pull request #66 from AnupKumarPanwar/master
Moved TowerOfHanoi.c to misc
|
2017-10-03 16:43:46 +05:30 |
AnupKumarPanwar
|
06da42e14f
|
Moved TowerOfHanoi.c to misc
|
2017-10-03 16:42:16 +05:30 |