Commit Graph

115 Commits

Author SHA1 Message Date
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
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
Anup Kumar Panwar
eff67c4e5f Merge pull request #57 from theycallmemac/master
added some algorithms
2017-10-11 21:42:17 +05:30
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
Anup Kumar Panwar
75dcda5080 Merge pull request #65 from AnupKumarPanwar/master
Moved fib.c to misc and renamed to Fibonacci.c
2017-10-03 16:41:02 +05:30
AnupKumarPanwar
05f6b01569 Moved fib.c to misc and renamed to Fibonacci.c 2017-10-03 16:38:39 +05:30
Anup Kumar Panwar
f644b46c08 Merge pull request #64 from AnupKumarPanwar/master
Moved fat.c to misc and renamed to Factorial.c
2017-10-03 16:37:40 +05:30
AnupKumarPanwar
3e083c851b Moved fat.c to misc and renamed to Factorial.c 2017-10-03 16:32:59 +05:30
Anup Kumar Panwar
626bd68d5f Merge pull request #63 from AnupKumarPanwar/master
Merged 2 folders for sorting algorithms
2017-10-03 16:30:59 +05:30
AnupKumarPanwar
4fa73b8423 Merged 2 folders for sorting algorithms 2017-10-03 16:29:46 +05:30
Anup Kumar Panwar
66e4238d63 Merge pull request #62 from AnupKumarPanwar/master
Merged 2 folders for sorting algorithms
2017-10-03 16:28:36 +05:30
AnupKumarPanwar
ddc70f70c0 Merged 2 folders for sorting algorithms 2017-10-03 16:24:37 +05:30
James Mc Dermott
ec6a9d55e4 Delete C 2017-10-01 22:00:19 +01:00
Heshan94
bb8c41b2de Added basic decimal conversions (#40)
* Added basic decimal conversions

* Updated basic decimal conversions
2017-09-29 22:08:15 +05:30
theycallmemac
8156611ab2 created fibonacciSearch.c 2017-09-28 21:32:39 +01:00
theycallmemac
79e187649d create shellSort.c 2017-09-28 21:31:27 +01:00
Anup Kumar Panwar
79e04baa43 Merge pull request #41 from shashikedissanayake/master
Trie Data structure implimentation
2017-09-29 00:08:01 +05:30
Shashike Dissanayake
c10f9d0d14 updated Trie.c 2017-09-28 18:21:45 +00:00
Shashike Dissanayake
3cba1a56cb Change the Trie.c
Removed the blank lines
2017-09-28 18:03:54 +00:00
shashikedissanayake
0c0d2a2a56 Added Trie Data Structure implimentation 2017-09-28 23:27:02 +05:30
Anup Kumar Panwar
e7ec9ce02b Merge pull request #38 from prakamya-mishra/master
Singly Linked list deletion
2017-09-28 19:19:33 +05:30
“prakamya-mishra”
4b8c3d10a0 Singly Linked list deletion 2017-09-28 18:34:46 +05:30
Anup Kumar Panwar
ffd96f046b Merge pull request #35 from shashikedissanayake/master
Added a new file
2017-09-22 11:48:29 +05:30
shashikedissanayake
4377477d9e Added Algorithm for Tower of Hanoi 2017-09-21 17:50:45 +05:30
shashikedissanayake
dbe89ab930 added TowerOfHanoi.c 2017-09-21 17:47:09 +05:30
Sachin Arora
071b275d42 Merge pull request #32 from atishaya11/master
Added Implementation of quick sort
2017-09-04 20:36:05 +05:30
Atishaya Jain
a74eb9369e Added quick sort 2017-08-16 22:23:09 +05:30
Rohit Gupta
247267b834 Merge pull request #19 from theycallmemac/patch-8
Rename Binary To Decimal.c to Conversions/Binary To Decimal.c
2017-08-08 13:48:51 +05:30
Rohit Gupta
c56098d3ee Rename Bogo Sort.c to BogoSort.c 2017-08-08 13:48:21 +05:30
Rohit Gupta
d357a45879 Merge pull request #18 from theycallmemac/patch-7
Rename OtherBubbleSort.c to Sorts/OtherBubbleSort.c
2017-08-08 13:47:33 +05:30
Praveen
fd9b1c44e4 Merge pull request #27 from Max285/master
Add 2 more algorithms (Fibonacci and Factorial)
2017-08-08 13:47:27 +05:30
Rohit Gupta
6d67344649 Merge pull request #17 from theycallmemac/patch-6
Rename InsertionSort.c to Sorts/InsertionSort.c
2017-08-08 13:47:15 +05:30
Rohit Gupta
47c45d090d Merge pull request #16 from theycallmemac/patch-5
Rename BubbleSort.c to Sorts/BubbleSort.c
2017-08-08 13:47:04 +05:30
Rohit Gupta
a18c71bb19 Merge pull request #15 from theycallmemac/patch-4
Rename Bogo Sort.c to Sorts/Bogo Sort.c
2017-08-08 13:46:56 +05:30
Praveen
ac47eabc52 Merge pull request #29 from Naman-Bhalla/naman-pr
Include Data Structures and start with Binary Trees
2017-08-08 13:46:46 +05:30
Rohit Gupta
8ab8c225bc Merge pull request #14 from theycallmemac/patch-3
Rename BinarySearch.c to Searches/BinarySearch.c
2017-08-08 13:46:40 +05:30
Praveen
dfbce6d3ce Merge pull request #30 from KylerSmith/master
Created data_structures directory with stack.c.
2017-08-08 13:45:45 +05:30
Anup Kumar Panwar
f62ad98e94 Merge pull request #31 from ayanzunaid/master
added mergesort,quicksort,randomized selection
2017-07-22 10:22:49 +05:30