RJ Trujillo
d9b9bbd4f5
leetcode: Address readability of a few cases, and fix 283
...
The for loop utilized in 283 was improperly structured as 'start'
was no declared as the value to index.
Also, make the other cases more readable.
Signed-off-by: RJ Trujillo <certifiedblyndguy@gmail.com>
2019-10-04 17:24:30 -06:00
SaurusXI
aaa2546afa
Added commented solution to problem 461
2019-10-04 23:03:48 +05:30
Nikhil Bhat
575f8c94fc
Added ArmstrongNumber.c
2019-10-04 22:00:08 +05:30
Hai Hoang Dang
972d4fad7a
Merge pull request #327 from SaurusXI/master
...
Solution to leetcode Problem 190 and 191
2019-10-04 06:40:00 -07:00
SaurusXI
08f62bf397
Commented code to explain algorithms in 190 and 191
2019-10-04 17:04:24 +05:30
SaurusXI
d2ad4b0109
Revert "Added Solution to leetcode Problem 191"
...
This reverts commit 5a6ed8e245
.
To modify code to add comments
0
2019-10-04 16:49:19 +05:30
Shubham Saini
cfcec56346
updated readme
2019-10-04 14:37:50 +05:30
Shubham Saini
5380a40bcd
updated readme
2019-10-04 14:37:14 +05:30
Shubham Saini
2e4aba2095
updated README.md
2019-10-04 14:36:46 +05:30
Shubham Saini
4c75a67651
Create hexal_to_octal.c
2019-10-04 14:34:44 +05:30
Hai Hoang Dang
f9139347fe
Merge pull request #311 from rodrigoAMF/249-add-maximum-number-of-ballons
...
249 add maximum number of ballons
2019-10-03 16:20:32 -07:00
Rodrigo Franco
b9941d3ee4
Update 1189 solution
2019-10-03 20:14:15 -03:00
SaurusXI
1f88545538
Added solution to Leetcode Problem 461
2019-10-04 01:41:52 +05:30
SaurusXI
5a6ed8e245
Added Solution to leetcode Problem 191
2019-10-04 01:22:52 +05:30
SaurusXI
e8da4c7714
Added solution to leetcode problem 190 in C
2019-10-04 01:11:00 +05:30
Hai Hoang Dang
e19b4a5184
Merge pull request #326 from SaurusXI/master
...
Solution to Leetcode Problem 173
2019-10-03 12:13:25 -07:00
Hai Hoang Dang
397b3b1bbf
Merge pull request #314 from JianLoong/master
...
Added multikey quicksort
2019-10-03 11:16:19 -07:00
SaurusXI
3a21e49ecd
Added solution to leetcode problem 173 in C - found in leetcode/src/173.c
2019-10-03 23:42:16 +05:30
shivam agarwal
28c59fc7c4
Update BubbleSort.c
2019-10-03 17:01:53 +05:30
Jian
ffebcd5fdb
Added multikey quicksort
2019-10-03 17:04:48 +10:00
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
Rodrigo Franco
acba511d69
Update leetcode README
2019-10-02 23:11:54 -03:00
Rodrigo Franco
30e0034cdc
Add solution to 1189 leetcode
2019-10-02 23:08:04 -03:00
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
Prathamesh Sahasrabhojane
eb05d2a9b6
Added UDP client algo
2019-10-02 22:32:02 +05:30
Prathamesh Sahasrabhojane
3dc4aaee33
Added UDP server Algo
2019-10-02 22:29:47 +05:30
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
Manu Gond
2102114161
fix with readme
2019-10-02 14:39:17 +05:30
Manu Gond
5f87bcd5d4
added median of two sorted arrays
2019-10-02 14:37:54 +05:30
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
Sayam Kumar
7f350fd507
Create random_quick_sort.c
2019-10-01 20:25:15 +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
ketan-lambat
1e255fca0c
Merge branch 'master' of https://github.com/ketan-lambat/C
...
master updated
2019-10-01 12:47:14 +05:30
ketan-lambat
bdc2a803d2
Merge branch 'master' of https://github.com/ketan-lambat/C
...
master updates
2019-10-01 12:45:16 +05:30
Stephen Curry
90f9c0a39b
Merge pull request #268 from kaustavbhattacharya07/master
...
Added Max Heap Data Structure
2019-10-01 15:01:22 +08:00