Commit Graph

408 Commits

Author SHA1 Message Date
shivam agarwal
28c59fc7c4
Update BubbleSort.c 2019-10-03 17:01:53 +05:30
Stephen Curry
8963e54237
Merge pull request #313 from TheAlgorithms/add-license-1
Create LICENSE
2019-10-03 12:00:04 +08:00
Stephen Curry
7335e017e0
Create LICENSE 2019-10-03 11:58:25 +08:00
Stephen Curry
9f7a97a09d
Merge pull request #312 from Archana550/patch-1
Update LinearSearch.c
2019-10-03 11:49:39 +08:00
Archana550
ffd7b92729
Update LinearSearch.c 2019-10-03 09:04:29 +05:30
Hai Hoang Dang
7439209fcc
Merge pull request #309 from jonohein/patch-1
Update more leetcode solution
2019-10-02 18:33:32 -07:00
jonohein
6a384f4043
Update more leetcode solution
Fixed a couple which were out of order and added #1 which was missing.
2019-10-02 11:31:28 -07:00
Stephen Curry
564ef7ad6d
Merge pull request #298 from arpitv424/master
Update
2019-10-02 23:02:06 +08:00
Stephen Curry
aeedac76f6
Merge pull request #267 from PalAditya/master
Added code to find strongly connected components
2019-10-02 22:58:17 +08:00
Arpit Verma
aa3fd5d602
Update
Added Comments
2019-10-02 09:11:55 +05:30
Stephen Curry
78d815c795
Merge pull request #287 from moinak878/Fibonacci-using-DP
Fixes Issue #284
2019-10-02 00:12:30 +08:00
Stephen Curry
15c5371313
Merge pull request #277 from sessihers/add-union-find
Add unionFind.c to misc folder
2019-10-02 00:11:04 +08:00
Moinak Banerjee
ddab1c5c74 Fixes Issue #284 2019-10-01 21:20:45 +05:30
Sesar Hersisson
7dceadab1c Added test case and explanation to unionFind.c 2019-10-01 15:46:18 +00:00
Stephen Curry
17ffec5971
Merge pull request #283 from AmanRaj1608/master
Project Euler Solution
2019-10-01 23:28:13 +08:00
Aman Raj
3a804c5dbf
README updated 2019-10-01 20:51:34 +05:30
Stephen Curry
daef3ff12c
Merge pull request #282 from Abhijitpatil19/master
Adding Code for Red Black Tree
2019-10-01 22:36:27 +08:00
Aman Raj
b25076fb8c Project Euler Solution 2019-10-01 19:51:55 +05:30
Abhijit Patil
af0581193f
Create redBlackTree.c 2019-10-01 19:29:14 +05:30
Stephen Curry
8ea6314aa6
Rename mirror to mirror.c 2019-10-01 08:35:02 -05:00
Sesar Hersisson
9b72741a31 Add unionFind.c to misc folder 2019-10-01 12:37:01 +00:00
Stephen Curry
90f9c0a39b
Merge pull request #268 from kaustavbhattacharya07/master
Added Max Heap Data Structure
2019-10-01 15:01:22 +08:00
Kaustav Bhattacharya
19f79944eb Added Max Heap 2019-10-01 00:00:14 +05:30
Kaustav Bhattacharya
b7eb40c1f7 Added Max Heap 2019-09-30 23:59:05 +05:30
PalAditya
6c997cf726
Added code to find strongly connected components 2019-09-30 17:59:37 +05:30
Stephen Curry
42f6ba10c9
Merge pull request #255 from shellhub/master
fix bug
2019-09-29 23:43:07 +08:00
Stephen Curry
272ca1b489
Merge pull request #262 from kaustavbhattacharya07/master
Adding min heap
2019-09-28 09:01:52 +08:00
Stephen Curry
5040e253ca
Merge pull request #263 from PalAditya/master
Added Topological Sorting
2019-09-27 12:53:31 +08:00
hai dang
30bfcef198 Update more leetcode solution 2019-09-26 08:29:31 -07:00
PalAditya
160a280302
Added Topological Sorting 2019-09-26 18:12:56 +05:30
Kaustav Bhattacharya
8bec476f2c Adding min heap 2019-09-25 20:54:12 +05:30
dang hai
b23cbb387d Merge branch 'master' of https://github.com/TheAlgorithms/C 2019-09-18 10:14:28 -07:00
dang hai
d0d4a999c1 Add more solution on leetcode 2019-09-18 10:14:10 -07:00
Hai Hoang Dang
8fe3f8cd19
Merge pull request #257 from PalAditya/master
Added DFS algorithm
2019-09-16 09:39:12 -07:00
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
shellhub
7f9d115226 fix bug 2019-08-25 21:27:44 +08: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