Commit Graph

676 Commits

Author SHA1 Message Date
ChatN0ir
71738b36a9 Forgot to add crc32 to hash README.md 2019-10-13 12:16:12 +02:00
ChatN0ir
c924079d60 Implemented CRC-32 Checksum-Algorithm 2019-10-13 12:13:00 +02:00
Lucas
608c17b0fd Correct and improve prime test (#325)
Correct and improve prime test
2019-10-12 23:51:30 +05:30
Hai Hoang Dang
c069038311
Merge pull request #357 from hrishikeshSuresh/problem_121
added solution & modified README.md for problem 121
2019-10-12 10:43:54 -07:00
Hrishikesh Suresh
51e1c942da
Merge branch 'master' into problem_121 2019-10-12 19:52:58 +05:30
leoperd
83d3234fe2 Update BubbleSort.c (#343)
Update BubbleSort.c
2019-10-12 15:40:42 +05:30
Ashwek Swamy
eb5bdc5449
Merge pull request #335 from Nikhil-Bhat6/ArmstrongNumber
Added ArmstrongNumber.c
2019-10-12 14:21:01 +05:30
Ashwek Swamy
97acbf9315
Merge pull request #330 from anon6405/master
added hexal_to_octal in conversions
2019-10-12 14:13:18 +05:30
Ashwek Swamy
3d31ea9e96
Update README.md 2019-10-12 14:13:04 +05:30
Shubham Saini
05d0323ed3
fixing typo 2019-10-12 13:53:52 +05:30
Hrishikesh Suresh
98ab38f170
Merge branch 'master' into problem_121 2019-10-12 09:09:51 +05:30
Hrishikesh S
6bcdac56e4 adding Kandane's algorithm as the solution 2019-10-12 09:05:36 +05:30
Hai Hoang Dang
9a1870f5e2
Merge pull request #400 from sauravkdubey/patch-1
README.md
2019-10-11 11:07:45 -07:00
Hai Hoang Dang
bfb1992ec4
Merge pull request #401 from sauravkdubey/patch-2
647.c
2019-10-11 11:07:35 -07:00
Ashwek Swamy
e2d3675bc7
Merge pull request #319 from shivamagarwal1999/patch-2
Update BubbleSort.c
2019-10-11 22:51:27 +05:30
Ashwek Swamy
6221cbe7da
Merge pull request #301 from 3ZadeSSG/master
Median of two sorted arrays No. 4
2019-10-11 22:39:51 +05:30
Ashwek Swamy
f4882e6573
Merge pull request #285 from Sayam753/patch-1
Code for Randomised Quick Sort
2019-10-11 17:13:32 +05:30
Saurav Kumar Dubey
e5adce3a52
647.c
Palindromic substring using dynamic programming
2019-10-11 15:22:02 +05:30
Saurav Kumar Dubey
eccc3c126f
update 2019-10-11 15:17:20 +05:30
hai dang
031ae5f1d2 Add some solution leetcode 2019-10-10 11:34:58 -07:00
Hrishikesh S
132c3c426d fixed tab size 2019-10-06 13:21:53 +05:30
Hrishikesh S
dffe9459dd added solution & modified README.md for problem 121 2019-10-06 13:09:42 +05:30
Hai Hoang Dang
f063b030f8
Merge pull request #339 from SaurusXI/master
Added commented solution to Leetcode problem 476
2019-10-05 10:43:42 -07:00
Hai Hoang Dang
4acf53b575
Merge pull request #352 from tanyapohn/feature/search-insert-position
Feature/search insert position
2019-10-05 10:39:42 -07:00
Tanyapohn Pathummasutr
b1b24e69c9 Remove whitespace 2019-10-05 23:07:21 +07:00
Tanyapohn Pathummasutr
cf6ff1344a Add an alternative way of recursion 2019-10-05 23:05:10 +07:00
SaurusXI
d21e4b1d2f Added commented solution to Leetcode problem 476 2019-10-05 14:33:50 +05:30
Hai Hoang Dang
c6f12642a1
Merge pull request #337 from CertifiedBlyndGuy/master
leetcode: Address readability of a few cases, and fix 283
2019-10-04 19:03:12 -07:00
Hai Hoang Dang
26ff845615
Merge pull request #336 from SaurusXI/master
Added commented solution to problem 461
2019-10-04 19:01:47 -07:00
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