|
c496925d25
|
merge: rename SinglyLinkList to SinglyLinkedList (#881)
|
2022-02-14 13:49:10 +05:30 |
|
|
f387ff327c
|
chore: Remove duplicate DigitSum algorithm (#873)
* Auto-update DIRECTORY.md
* chore: remove duplicate algorithm
* Auto-update DIRECTORY.md
* chore: remove duplicate algorithm tests
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2021-12-11 13:40:11 +05:30 |
|
|
85b0571d81
|
chore: Strings: Credit Card Validation (#830)
* Add credit card number validator
- Validates the credit card number based on Luhn algorithm
* Test Cases: ValidateCreditCard
* Auto-update DIRECTORY.md
* Fix: Spell check
* Add references and move const inside function
* Add comments
* Fix trailing spaces
* Add short description
* Remove trailing spaces
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2021-11-04 13:34:52 +05:30 |
|
|
64920bf1a3
|
merge: Removed ignored code files form codespell workflow. (#834)
* Auto-update DIRECTORY.md
* chore: remove ignored code files
* chore: ignore more words
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2021-11-03 11:26:38 +05:30 |
|
|
2619ab673f
|
merge: Added bisection method (#827)
* feat: Added bisection method
* Auto-update DIRECTORY.md
Co-authored-by: ggkogkou <ggkogkou@ggkogkou.gr>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2021-10-31 22:30:46 +05:30 |
|
|
f692da2448
|
Auto-update DIRECTORY.md
|
2021-10-31 16:59:15 +00:00 |
|
|
1cd3b8683a
|
merge: Created midpoint integration numerical method (#822)
* Created midpoint integration numerical method
* Auto-update DIRECTORY.md
* Added resources link
* Fixed doxumentation
* Fixed spelling error
Co-authored-by: ggkogkou <ggkogkou@ggkogkou.gr>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
|
2021-10-28 18:09:40 +05:30 |
|
|
072523d594
|
merge: Fix spellings (#821)
* chore: remove codespell from ci
* feat: add codespell workflow
* fix: codespell workflow
* fix: ignore spellings in directory
* chore: fix spellings
./Dynamic-Programming/KadaneAlgo.js:2: contiguos ==> contiguous
./Dynamic-Programming/KadaneAlgo.js:14: posible ==> possible
* chore: fix spelling
./Dynamic-Programming/SieveOfEratosthenes.js:4: upto ==> up to
* chore: fix spellings
./Dynamic-Programming/MaxNonAdjacentSum.js:22: Exmaple ==> Example
* chore: fix spelling
./Project-Euler/test/Problem010.test.js:4: upto ==> up to
./Project-Euler/test/Problem010.test.js:8: upto ==> up to
./Project-Euler/test/Problem010.test.js:12: upto ==> up to
* chore: fix spelling
./String/AlphaNumericPalindrome.js:10: recieves ==> receives
./String/AlphaNumericPalindrome.js:10: sting ==> string
./String/AlphaNumericPalindrome.js:46: varaible ==> variable
* chore: fix spelling
./String/DiceCoefficient.js:3: stings ==> strings
* chore: fix spelling
./String/test/DiceCoefficient.test.js:9: atleast ==> at least
* chore: fix spelling
./String/test/MaxWord.test.js:8: ba ==> be
* chore: ignore `PermutateString.test.js`
* chore: fix spelling
./String/test/CheckVowels.test.js:62: occurances ==> occurrences
* chore: ignore `SubsequenceRecursive.js`
* chore: fix spelling
./Conversions/TemperatureConversion.js:2: arguement ==> argument
* chore: fix spelling
./Conversions/RailwayTimeConversion.js:7: Formate ==> Format
./Conversions/RailwayTimeConversion.js:8: Formate ==> Format
* chore: remove Linear Algebra
The deleted directory hosted a package which are not accepted by this repository.
* Auto-update DIRECTORY.md
* chore: fix spelling
* chore: fix spellings
* merge: Created composite Simpson's integration method. Tests included. (#819)
* Created composite Simpson's integration method.Tests included
* Minor corrections
* Auto-update DIRECTORY.md
* Styled with standard.js
* chore: remove blank line
* chore: remove blank line
Co-authored-by: ggkogkou <ggkogkou@ggkogkou.gr>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Rak Laptudirm <raklaptudirm@gmail.com>
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: remove codespell from ci
* feat: add codespell workflow
* fix: codespell workflow
* fix: ignore spellings in directory
* chore: fix spellings
./Dynamic-Programming/KadaneAlgo.js:2: contiguos ==> contiguous
./Dynamic-Programming/KadaneAlgo.js:14: posible ==> possible
* chore: fix spelling
./Dynamic-Programming/SieveOfEratosthenes.js:4: upto ==> up to
* chore: fix spellings
./Dynamic-Programming/MaxNonAdjacentSum.js:22: Exmaple ==> Example
* chore: fix spelling
./Project-Euler/test/Problem010.test.js:4: upto ==> up to
./Project-Euler/test/Problem010.test.js:8: upto ==> up to
./Project-Euler/test/Problem010.test.js:12: upto ==> up to
* chore: fix spelling
./String/AlphaNumericPalindrome.js:10: recieves ==> receives
./String/AlphaNumericPalindrome.js:10: sting ==> string
./String/AlphaNumericPalindrome.js:46: varaible ==> variable
* chore: fix spelling
./String/DiceCoefficient.js:3: stings ==> strings
* chore: fix spelling
./String/test/DiceCoefficient.test.js:9: atleast ==> at least
* chore: fix spelling
./String/test/MaxWord.test.js:8: ba ==> be
* chore: ignore `PermutateString.test.js`
* chore: fix spelling
./String/test/CheckVowels.test.js:62: occurances ==> occurrences
* chore: ignore `SubsequenceRecursive.js`
* chore: fix spelling
./Conversions/TemperatureConversion.js:2: arguement ==> argument
* chore: fix spelling
./Conversions/RailwayTimeConversion.js:7: Formate ==> Format
./Conversions/RailwayTimeConversion.js:8: Formate ==> Format
* chore: remove Linear Algebra
The deleted directory hosted a package which are not accepted by this repository.
* Auto-update DIRECTORY.md
* chore: fix spelling
* chore: fix spellings
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: fix spelling
* chore: no need to check filenames
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: ggkogkou <76820848+ggkogkou@users.noreply.github.com>
Co-authored-by: ggkogkou <ggkogkou@ggkogkou.gr>
|
2021-10-28 15:37:43 +05:30 |
|
|
7722870183
|
merge: Created composite Simpson's integration method. Tests included. (#819)
* Created composite Simpson's integration method.Tests included
* Minor corrections
* Auto-update DIRECTORY.md
* Styled with standard.js
* chore: remove blank line
* chore: remove blank line
Co-authored-by: ggkogkou <ggkogkou@ggkogkou.gr>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Rak Laptudirm <raklaptudirm@gmail.com>
|
2021-10-28 15:07:07 +05:30 |
|
|
82db978dc5
|
Auto-update DIRECTORY.md
|
2021-10-28 06:45:28 +00:00 |
|
|
00900f1446
|
Auto-update DIRECTORY.md
|
2021-10-28 06:38:14 +00:00 |
|
|
970b4f2827
|
Auto-update DIRECTORY.md
|
2021-10-27 17:50:15 +00:00 |
|
|
4e18bbdeb6
|
Auto-update DIRECTORY.md
|
2021-10-26 12:35:57 +00:00 |
|
|
4fa3c5ecd4
|
Auto-update DIRECTORY.md
|
2021-10-26 11:27:09 +00:00 |
|
|
3f007379e5
|
Auto-update DIRECTORY.md
|
2021-10-26 09:30:41 +00:00 |
|
|
32781c2aa1
|
Auto-update DIRECTORY.md
|
2021-10-25 04:33:36 +00:00 |
|
|
d19108b481
|
Auto-update DIRECTORY.md
|
2021-10-23 17:46:33 +00:00 |
|
|
4ba2c32d78
|
Auto-update DIRECTORY.md
|
2021-10-23 17:44:29 +00:00 |
|
|
ffbfb20b50
|
Auto-update DIRECTORY.md
|
2021-10-22 05:06:10 +00:00 |
|
|
278dc5c743
|
merge: Add project-euler problem 12 (#767)
* Add project-euler problem 12
* Fix raised alert in problem 12
* Fixed for loop in Problem012
* fix alerts in Problem012
* Update Problem012
|
2021-10-21 23:11:11 +05:30 |
|
|
debc707bd6
|
Auto-update DIRECTORY.md
|
2021-10-21 17:38:56 +00:00 |
|
|
1df1cce9ce
|
Auto-update DIRECTORY.md
|
2021-10-21 17:30:49 +00:00 |
|
|
65916747d8
|
Auto-update DIRECTORY.md
|
2021-10-21 14:12:26 +00:00 |
|
|
d38ebe5199
|
chore: Merge pull request #768 from lvlte/issues/720
Changes for consolidation
|
2021-10-21 19:32:55 +05:30 |
|
|
8fa82441bd
|
Auto-update DIRECTORY.md
|
2021-10-21 13:54:49 +00:00 |
|
|
99616ea825
|
Auto-update DIRECTORY.md
|
2021-10-21 13:16:02 +00:00 |
|
|
8b27316b09
|
Auto-update DIRECTORY.md
|
2021-10-21 09:13:05 +00:00 |
|
|
a2c18d79f9
|
Auto-update DIRECTORY.md
|
2021-10-21 09:09:09 +00:00 |
|
|
f2573ca0d4
|
Auto-update DIRECTORY.md
|
2021-10-20 13:33:55 +00:00 |
|
|
a99ba4f3e9
|
chore: Merge pull request #790 from arthurvergacas/Fermat-Primality-Test
Add Fermat Primality Test
|
2021-10-20 15:33:00 +05:30 |
|
|
0705fa540a
|
Auto-update DIRECTORY.md
|
2021-10-20 10:02:03 +00:00 |
|
|
4a0658866d
|
Auto-update DIRECTORY.md
|
2021-10-20 09:59:37 +00:00 |
|
|
91d97010f8
|
Auto-update DIRECTORY.md
|
2021-10-20 09:46:34 +00:00 |
|
|
dc1951fc58
|
Auto-update DIRECTORY.md
|
2021-10-20 09:16:22 +00:00 |
|
|
09ac20dec2
|
Auto-update DIRECTORY.md
|
2021-10-14 20:34:05 +00:00 |
|
|
db7a28305e
|
Auto-update DIRECTORY.md
|
2021-10-13 09:37:07 +00:00 |
|
|
88ee1325d5
|
Auto-update DIRECTORY.md
|
2021-10-11 14:17:59 +00:00 |
|
|
51897ca984
|
Auto-update DIRECTORY.md
|
2021-10-09 12:08:10 +00:00 |
|
|
5a290c3ae5
|
chore: Merge pull request #759 from Aayushi-Mittal/powerOf2
Add code for checking whether given number is a power of 2 or not
|
2021-10-08 21:34:19 +05:30 |
|
|
3d8a577881
|
Auto-update DIRECTORY.md
|
2021-10-08 15:51:56 +00:00 |
|
|
46d6855771
|
chore: Merge pull request #745 from lvlte/ProjectEuler/016
Project Euler - Problem 16
|
2021-10-08 17:38:55 +05:30 |
|
|
cbf28a7bb2
|
Auto-update DIRECTORY.md
|
2021-10-08 08:01:21 +00:00 |
|
|
fc0647eec6
|
Auto-update DIRECTORY.md
|
2021-10-08 08:00:19 +00:00 |
|
|
2ae093b97c
|
Auto-update DIRECTORY.md
|
2021-10-07 07:41:27 +00:00 |
|
|
6607f279ca
|
Auto-update DIRECTORY.md
|
2021-10-06 09:10:09 +00:00 |
|
|
b23f9afa43
|
Auto-update DIRECTORY.md
|
2021-10-05 18:01:30 +00:00 |
|
|
8afef50cb7
|
Auto-update DIRECTORY.md
|
2021-10-05 16:12:48 +00:00 |
|
|
7af7a1fa74
|
Auto-update DIRECTORY.md
|
2021-10-05 09:39:05 +00:00 |
|
|
c78bc35a06
|
chore: Merge pull request #727 from defaude/fix/586-build-pipeline
Proposal: Clean up CI job a bit
|
2021-10-05 15:08:34 +05:30 |
|
|
42549056b9
|
updating DIRECTORY.md
|
2021-10-05 09:33:19 +00:00 |
|