Hai Hoang Dang
|
44049cdfdb
|
Merge pull request #474 from dedsinQ/master
Solution for Leedcode problem 13, 29, 66 and 201
|
2019-10-26 08:55:44 -07:00 |
|
dedsinQ
|
2215758b3b
|
- Adding Roman to Integer (13.c)
- Adding Divide Two Integers (29.c)
- Adding Plus One (66.c)
- Adding Bitwise AND of Numbers Range (201.c)
- Readme updated
|
2019-10-26 16:06:02 +02:00 |
|
Paul Fugmann
|
cd679fd461
|
Add leetcode String to Integer (atoi) (8.c) and Integer to Roman (12.c)
|
2019-10-26 16:04:24 +02:00 |
|
Andre Lammers
|
2ec2f92284
|
Adding leetcode Rotate Array (189.c) and Count Primes (204.c)
|
2019-10-26 16:02:44 +02:00 |
|
ajinkya-ch
|
632206fce0
|
added ternary search algorithm
|
2019-10-25 23:43:26 +05:30 |
|
Jai Agarwal
|
7b93a8fe37
|
added solution and modified README.md for problem 11
|
2019-10-25 21:50:03 +05:30 |
|
Hai Hoang Dang
|
11ea4be19f
|
Merge pull request #466 from SangeetaNB/SangeetaNB-patch-1
Create kruskal.c
|
2019-10-24 10:43:38 -07:00 |
|
SangeetaNB
|
199b4f8c56
|
Create kruskal.c
|
2019-10-24 22:02:20 +05:30 |
|
Hai Hoang Dang
|
57f95d86d8
|
Merge pull request #447 from ikmrgrv/master
Corrected function name
|
2019-10-23 10:59:02 -07:00 |
|
Kumar Gaurav
|
0156e8d4a9
|
Corrected function name
Removed extra space from `decimal _to_binary`.
|
2019-10-21 22:57:51 +05:30 |
|
sumit18cs
|
54fe43e926
|
LCM.c
Added Algorithm to find LCM(least common multiple) of two numbers
|
2019-10-20 11:15:17 +05:30 |
|
Rachit Gangwal
|
affe8213bb
|
Create middleElementInList.c
|
2019-10-19 19:01:58 +05:30 |
|
Hai Hoang Dang
|
3f9ebd1b5e
|
Merge pull request #425 from shubhamdpatil/master
Solution for Leedcode problem 2 and 21
|
2019-10-18 17:14:00 -07:00 |
|
Shubham Patil
|
4a7480e303
|
Solution for Leedcode problem 2 and 21
|
2019-10-18 12:11:41 +05:30 |
|
Hai Hoang Dang
|
7059985c9c
|
Merge pull request #419 from shubhamdpatil/master
KMP algorithm implementation for string search
|
2019-10-17 03:42:00 -07:00 |
|
Ashwek Swamy
|
b5c6c99b6b
|
Merge pull request #416 from manu156/master
fixed typo
|
2019-10-16 19:50:08 +05:30 |
|
Shubham Patil
|
54613199a6
|
KMP algorithm implementation for string search
|
2019-10-16 10:24:25 +05:30 |
|
manu
|
67268aedc0
|
fixed typo
|
2019-10-15 22:22:13 +05:30 |
|
Hai Hoang Dang
|
17e556b426
|
Merge pull request #408 from chatn0ir07/master
Fixed CRC-32 Error
|
2019-10-14 10:15:28 -07:00 |
|
ChatN0ir
|
ca18351173
|
Fixed CRC-32 Error
|
2019-10-14 17:49:03 +02:00 |
|
Hai Hoang Dang
|
eee804a896
|
Merge pull request #406 from chatn0ir07/master
Implementet CRC-32 Checksum Algorithm
|
2019-10-13 09:48:23 -07:00 |
|
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 |
|