Commit Graph

373 Commits

Author SHA1 Message Date
PalAditya
11b334fbc6
Added DFS algorithm 2019-09-15 11:40:36 +05:30
Hai Hoang Dang
35b2e8e1d8
Merge pull request #256 from PalAditya/master
Added BFS algorithm
2019-09-14 21:39:03 -07:00
PalAditya
7e50d9165f
Added BFS algorithm 2019-09-14 20:20:03 +05:30
dang hai
b75256229a Add some solution for leetcode 2019-09-03 08:52:24 -07:00
StephenCurry
f14320d137
Change for loop in comb_sort.c
It can be compiled and passed in C89.
2019-08-25 19:15:06 +08:00
dang hai
9a75c4e850 Add more solution for leetcode 2019-08-24 10:08:45 -07:00
StephenCurry
a25c895792
Update README.md 2019-08-23 18:24:14 +08:00
Hai Hoang Dang
07c1ec491f
Merge pull request #253 from harshraj22/771.c
added solution to Leetcode problem 771.Jewels and Stones
2019-08-20 08:56:34 -07:00
harshraj22
93cb21ea99 updated README 2019-08-20 10:53:25 +05:30
harshraj22
d45ffafcf5 added solution to Leetcode problem 771.Jewels and Stones 2019-08-16 23:01:00 +05:30
dang hai
3f4599e674 Update README 2019-08-13 11:43:43 -07:00
dang hai
de63c24503 Add more algorithm solutions for leetcode 2019-08-13 11:38:41 -07:00
StephenCurry
850c001a99
Merge pull request #252 from gbrunofranco/gnome_sort
Fix for loop in gnome_sort to make it C89-compatible
2019-08-10 07:32:25 -05:00
Gabriele Bruno Franco
4956146bae Change second for loop in gnome_sort.c, it's now C89-compatible 2019-08-10 14:17:27 +02:00
StephenCurry
823058f431
Merge pull request #251 from gbrunofranco/gnome_sort
Add gnome sort
2019-08-10 07:07:48 -05:00
Gabriele Bruno Franco
bbf8f1b991 Change for loop in gnome_sort.c, it's now C89-compatible 2019-08-10 13:44:17 +02:00
Gabriele Bruno Franco
8eb6ef210c Add gnome sort 2019-08-10 12:05:10 +02:00
StephenCurry
e99bebc3aa
Merge pull request #250 from gbrunofranco/comb_sort
Add comb sort
2019-08-09 20:27:09 -05:00
Gabriele Bruno Franco
e14e56bca2 Add comb sort 2019-08-08 11:56:39 +02:00
dang hai
b2154ae8d1 Update README.md 2019-08-07 17:22:06 -07:00
dang hai
536957a4fb Merge remote-tracking branch 'origin/master' 2019-08-07 17:01:23 -07:00
dang hai
593d76a235 Initial commit for Leetcode algorithm 2019-08-07 17:00:30 -07:00
Hai Hoang Dang
3a444f2132
Merge pull request #247 from arjunmann73/sorting_patch
Sorting and README.md updates
2019-08-02 17:02:36 -07:00
dang hai
95e9c97747 Modify interpolation search 2019-08-02 16:52:21 -07:00
dang hai
ace8d92e84 Remove duplicate binarys search 2019-08-02 16:29:47 -07:00
dang hai
29e5b2a266 Re-write binary insertion sort for more clear 2019-07-25 17:30:46 -07:00
dang hai
cd813030ea Modify insertionSort for more clear 2019-07-25 16:10:19 -07:00
Arjun Singh Mann
b09f1d0f46
Formatted RadixSort Code
Formatted radix sort code similar to the other codes.
2019-07-25 17:13:41 +04:00
Arjun Singh Mann
585227967a
Update README.md
Updated available searching functions present in the searching folder.
2019-07-25 13:36:23 +04:00
Arjun Singh Mann
e739f3530e
Update README.md
Updated all available sorting functions present in the folder, Radix sort is pending to be added as a pull request.
2019-07-25 13:24:11 +04:00
Arjun Singh Mann
61e4460104
Added MAX() function definition 2019-07-25 13:17:50 +04:00
Arjun Singh Mann
842cb215f5
Added Radix Sort 2019-07-25 17:16:00 +08:00
Hai Hoang Dang
5d7caa8328
Merge pull request #243 from megahertz66/work
fix the stack.c
2019-07-19 10:28:01 -07:00
megahertz66
8b6a93c8b3
Update stack.c 2019-07-12 13:16:51 +08:00
Hert Zhao
5f138cc070 fix the stack.c 2019-07-11 00:20:32 +08:00
Hai Hoang Dang
0d72d08bfa
Merge pull request #241 from danghai/list
Add implementation list
2019-07-08 23:43:19 -07:00
dang hai
e4d0fc93f6 Add implementation list 2019-07-07 13:20:11 -07:00
Hai Hoang Dang
effe7ddd46
Merge pull request #238 from danghai/stack
stack implementation by linkedlist
2019-07-02 16:04:05 -07:00
dang hai
ab3173f581 Fix indenting 2019-07-02 16:02:55 -07:00
dang hai
5160b2f8ee Add .gitignore file 2019-07-02 15:57:46 -07:00
dang hai
2e58bc2207 stack implementation by linkedlist 2019-07-01 18:06:21 -07:00
Ashwek Swamy
5ea87473d9
Delete a.out 2019-06-12 18:25:33 +05:30
Ashwek Swamy
82900baa58
Merge pull request #235 from AafilUmar/master
change sol1.c deteted ./a.out and also added sol4.c
2019-06-12 18:25:12 +05:30
iamAafil
f4a529eb9a added sol4.c 2019-06-11 19:02:34 +05:30
iamAafil
30364389ef change sol1.c 2019-06-10 22:48:42 +05:30
Ashwek Swamy
8e5f2ea3f9
Update stack.c
fix issue #223
2019-06-08 11:33:27 +05:30
Hai Hoang Dang
b1fed3cf3e
Merge pull request #228 from danghai/algo
Add Boyer Moore search algo and simple Makefile
2019-05-20 15:18:24 -07:00
danghai
9001ae9094 Add Boyer Moore search algo and simple Makefile 2019-05-17 14:25:36 -07:00
Libin Yang
24b5a4ebda
Merge pull request #227 from danghai/search
Add Pattern Search Algorithms
2019-05-12 09:28:47 +08:00
Libin Yang
d9702591a8
Update naive_search.c 2019-05-12 09:27:51 +08:00