Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
java2anand
/
JavaScript
Public
forked from
TheAlgorithms/JavaScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
JavaScript
String
on
fe5e939
User selector
All users
All time
Commit history
Commits on Jul 11, 2021
Added HammingDistance.js and HammingDistance.test.js in String directory
AbhinavXT
committed
7af96ae
View commit details
Copy full SHA for 7af96ae
View code at this point
Browse repository at this point
Commits on May 21, 2021
fix(LevenshteinDistance.test.js): Fixed broken test
raklaptudirm
committed
b77c0a1
View commit details
Copy full SHA for b77c0a1
View code at this point
Browse repository at this point
feat(PermutateString.js): Array.prototype.map() -> Array.prototype.forEach()
raklaptudirm
committed
7992caa
View commit details
Copy full SHA for 7992caa
View code at this point
Browse repository at this point
Commits on May 6, 2021
Added test script for CreatePermutations and file name change
thivagar-manickam
committed
9f24341
View commit details
Copy full SHA for 9f24341
View code at this point
Browse repository at this point
Commits on Feb 16, 2021
#559 Improve Palindrome check
Show description for 4bc2b28
IamLokesh
and
LOkesh
authored
4bc2b28
View commit details
Copy full SHA for 4bc2b28
View code at this point
Browse repository at this point
Commits on Jan 22, 2021
Merge pull request #532 from Khez/string-validate-email
Show description for 71192ab
marsonya
authored
71192ab
View commit details
Copy full SHA for 71192ab
View code at this point
Browse repository at this point
Commits on Jan 20, 2021
Merge pull request #533 from Khez/string-reverse-words
Show description for d8395e7
marsonya
authored
d8395e7
View commit details
Copy full SHA for d8395e7
View code at this point
Browse repository at this point
Merge pull request #534 from Khez/string-reverse-string
Show description for 9386c29
marsonya
authored
9386c29
View commit details
Copy full SHA for 9386c29
View code at this point
Browse repository at this point
Commits on Oct 30, 2020
Apply JS standard rules on KMPPatternSearching.js
rahul1995
committed
291f7b1
View commit details
Copy full SHA for 291f7b1
View code at this point
Browse repository at this point
Add KMP string searching algorithm
rahul1995
committed
2c5aaa3
View commit details
Copy full SHA for 2c5aaa3
View code at this point
Browse repository at this point
StandardJS Checks require space after function name
Khez
committed
6bc638b
View commit details
Copy full SHA for 6bc638b
View code at this point
Browse repository at this point
#142 #461 Adding Doctests to String/ReverseString.js
Khez
committed
84e4c99
View commit details
Copy full SHA for 84e4c99
View code at this point
Browse repository at this point
#142 #461 Adding Doctests to String/ReverseWords.js
Khez
committed
50091d2
View commit details
Copy full SHA for 50091d2
View code at this point
Browse repository at this point
#142 #461 Adding Doctests to String/ValidateEmail.js
Khez
committed
09d38fe
View commit details
Copy full SHA for 09d38fe
View code at this point
Browse repository at this point
Commits on Oct 19, 2020
Modify ValidateEmail.js to accept all suffixes
baciucristian
committed
a57323b
View commit details
Copy full SHA for a57323b
View code at this point
Browse repository at this point
Merge pull request #496 from Mozartuss/master
Show description for 26f57ad
ruppysuppy
authored
26f57ad
View commit details
Copy full SHA for 26f57ad
View code at this point
Browse repository at this point
Commits on Oct 18, 2020
Only Node.js version (delete crypto version (Browser))
Mozartuss
committed
f455cc3
View commit details
Copy full SHA for f455cc3
View code at this point
Browse repository at this point
Commits on Oct 17, 2020
add generateUUID.js
Mozartuss
committed
b651e54
View commit details
Copy full SHA for b651e54
View code at this point
Browse repository at this point
Commits on Oct 16, 2020
Added check pangram algorithm
garifullin_aa
committed
54198ac
View commit details
Copy full SHA for 54198ac
View code at this point
Browse repository at this point
Added check pangram algorithm
R-Oscar
committed
4a26347
View commit details
Copy full SHA for 4a26347
View code at this point
Browse repository at this point
Commits on Oct 15, 2020
Merge pull request #403 from rubiin/master
Show description for 7b2c305
ruppysuppy
authored
7b2c305
View commit details
Copy full SHA for 7b2c305
View code at this point
Browse repository at this point
Update createPurmutations.js
rubiin
authored
90c4900
View commit details
Copy full SHA for 90c4900
View code at this point
Browse repository at this point
Update and rename CreatePurmutations.js to createPurmutations.js
rubiin
authored
a0750f3
View commit details
Copy full SHA for a0750f3
View code at this point
Browse repository at this point
Commits on Oct 12, 2020
Add Email Validation Function (#462)
Show description for 9b63efc
aladin002dz
authored
9b63efc
View commit details
Copy full SHA for 9b63efc
View code at this point
Browse repository at this point
Commits on Oct 11, 2020
Add tests to Math (#423)
Show description for e112434
ephraimduncan
authored
e112434
View commit details
Copy full SHA for e112434
View code at this point
Browse repository at this point
Merge pull request #458 from piemme/adding-string-permutation-algorithm
Show description for 8cb5644
pomkarnath98
authored
8cb5644
View commit details
Copy full SHA for 8cb5644
View code at this point
Browse repository at this point
Merge pull request #432 from josecarlosweb/feat/Add_MaxCharacter_algoritm
Show description for 7ee564b
pomkarnath98
authored
7ee564b
View commit details
Copy full SHA for 7ee564b
View code at this point
Browse repository at this point
Merge pull request #436 from aladin002dz/AddPhoneNumberFormatting
Show description for d429f7c
pomkarnath98
authored
d429f7c
View commit details
Copy full SHA for d429f7c
View code at this point
Browse repository at this point
Add Algorithm String Permutation
piemme
committed
7aa9410
View commit details
Copy full SHA for 7aa9410
View code at this point
Browse repository at this point
Commits on Oct 10, 2020
Added new algoritm (#433)
josecarlosweb
authored
de65d53
View commit details
Copy full SHA for de65d53
View code at this point
Browse repository at this point
Commits on Oct 7, 2020
Add Phone Number Formatting Function
aladin002dz
committed
ba3af82
View commit details
Copy full SHA for ba3af82
View code at this point
Browse repository at this point
Added new algoritm
josecarlosweb
committed
c751788
View commit details
Copy full SHA for c751788
View code at this point
Browse repository at this point
Commits on Oct 6, 2020
Added Levenshtein distance (a.k.a edit distance) algorithm to strings directory
vaibhavrajsingh2001
committed
2aa1426
View commit details
Copy full SHA for 2aa1426
View code at this point
Browse repository at this point
fix code style using standardjs
josecarlosweb
committed
86ed0d8
View commit details
Copy full SHA for 86ed0d8
View code at this point
Browse repository at this point
fix ident file
josecarlosweb
committed
fbd3442
View commit details
Copy full SHA for fbd3442
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.