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 }}
avinitd
/
problem-solving-javascript
Public
forked from
knaxus/problem-solving-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
problem-solving-javascript
src
_Problems_
on
master
User selector
All users
All time
Commit history
Commits on Oct 10, 2019
Merge pull request #53 from glennforrest/adds-tests-for-get-mazePath
Show description for 19222fb
TheSTL
authored
19222fb
View commit details
Copy full SHA for 19222fb
View code at this point
Browse repository at this point
Commits on Oct 8, 2019
Adds testing for the get mazePath problem #48
glennforrest
committed
7cfb06f
View commit details
Copy full SHA for 7cfb06f
View code at this point
Browse repository at this point
add new scenario
Darwin Cahyadi
committed
0256f44
View commit details
Copy full SHA for 0256f44
View code at this point
Browse repository at this point
add test smallest number
Darwin Cahyadi
committed
886e4fd
View commit details
Copy full SHA for 886e4fd
View code at this point
Browse repository at this point
Commits on Oct 6, 2019
added solution for finding the smallest common number
jdhrnndz
committed
0868c0f
View commit details
Copy full SHA for 0868c0f
View code at this point
Browse repository at this point
Commits on Oct 4, 2019
Merge pull request #26 from LeoSL/add-test-to-max-product-of-3-numbers
Show description for c78f6ed
ashokdey
authored
c78f6ed
View commit details
Copy full SHA for c78f6ed
View code at this point
Browse repository at this point
Add test case when the array length is less than 3
LeoSL
committed
5dca089
View commit details
Copy full SHA for 5dca089
View code at this point
Browse repository at this point
Merge pull request #23 from marcelinol/add-test-for-string-permutation
Show description for aae5ade
ashokdey
authored
aae5ade
View commit details
Copy full SHA for aae5ade
View code at this point
Browse repository at this point
Merge pull request #25 from marcelinol/add-test-for-next-greater-element
Show description for c57b51d
ashokdey
authored
c57b51d
View commit details
Copy full SHA for c57b51d
View code at this point
Browse repository at this point
Merge pull request #30 from deadem/subsequence-test
Show description for 54cb23e
ashokdey
authored
54cb23e
View commit details
Copy full SHA for 54cb23e
View code at this point
Browse repository at this point
Merge pull request #29 from deadem/find-2nd-max-tests
Show description for a434a3d
ashokdey
authored
a434a3d
View commit details
Copy full SHA for a434a3d
View code at this point
Browse repository at this point
add subsequence tests
deadem
committed
471ac13
View commit details
Copy full SHA for 471ac13
View code at this point
Browse repository at this point
--update : change if condition
TheSTL
committed
01f33e1
View commit details
Copy full SHA for 01f33e1
View code at this point
Browse repository at this point
add find-2nd-max tests
deadem
committed
aa7ac4c
View commit details
Copy full SHA for aa7ac4c
View code at this point
Browse repository at this point
--fix : throw error for invalid argument
TheSTL
committed
3aba645
View commit details
Copy full SHA for 3aba645
View code at this point
Browse repository at this point
Add unit tests for findMaxConsecutive1s
narsaynorath
committed
ffe947b
View commit details
Copy full SHA for ffe947b
View code at this point
Browse repository at this point
Add unit tests to Max Product of 3 numbers problem
LeoSL
committed
e47609d
View commit details
Copy full SHA for e47609d
View code at this point
Browse repository at this point
Add tests fot next-greater-element
Luciano Medeiros Marcelino
committed
19f2963
View commit details
Copy full SHA for 19f2963
View code at this point
Browse repository at this point
Adjust output type to array in the documentation
Luciano Medeiros Marcelino
committed
c47c084
View commit details
Copy full SHA for c47c084
View code at this point
Browse repository at this point
Cover case of an empty string in get-string-permutations
Show description for 7707918
Luciano Medeiros Marcelino
committed
7707918
View commit details
Copy full SHA for 7707918
View code at this point
Browse repository at this point
Add tests for get-string-permutation
Luciano Medeiros Marcelino
committed
5345bd7
View commit details
Copy full SHA for 5345bd7
View code at this point
Browse repository at this point
Adjust file to keep consistency
Show description for 0733efc
Luciano Medeiros Marcelino
committed
0733efc
View commit details
Copy full SHA for 0733efc
View code at this point
Browse repository at this point
Commits on Oct 3, 2019
Add unit tests for "find-2-nums-adding-to-n". Fix findTwoNumsAddingToN2 so it only returns one pair
mattstates
committed
a5e240f
View commit details
Copy full SHA for a5e240f
View code at this point
Browse repository at this point
Commits on Sep 28, 2019
update: find next greater for each element in an array
ashokdey
committed
1ce1778
View commit details
Copy full SHA for 1ce1778
View code at this point
Browse repository at this point
update: solution in O(n)
ashokdey
committed
02f3b0a
View commit details
Copy full SHA for 02f3b0a
View code at this point
Browse repository at this point
update: new problem added
ashokdey
committed
1eda2e7
View commit details
Copy full SHA for 1eda2e7
View code at this point
Browse repository at this point
Commits on Sep 25, 2019
fix: comment
ashokdey
committed
ec5d2f6
View commit details
Copy full SHA for ec5d2f6
View code at this point
Browse repository at this point
update: reduced a comparision on every iteration
ashokdey
committed
264980f
View commit details
Copy full SHA for 264980f
View code at this point
Browse repository at this point
update: cleanup and comments
ashokdey
committed
cb5bc8a
View commit details
Copy full SHA for cb5bc8a
View code at this point
Browse repository at this point
update: new problem added
ashokdey
committed
59a73b1
View commit details
Copy full SHA for 59a73b1
View code at this point
Browse repository at this point
Commits on Sep 22, 2019
Merge pull request #6 from navneet15/branch1
Show description for d4007e2
ashokdey
authored
d4007e2
View commit details
Copy full SHA for d4007e2
View code at this point
Browse repository at this point
--fix-conflict: got files from master
ashokdey
committed
602df1f
View commit details
Copy full SHA for 602df1f
View code at this point
Browse repository at this point
--fix: removed outdated files
ashokdey
committed
f04d86c
View commit details
Copy full SHA for f04d86c
View code at this point
Browse repository at this point
Commits on Sep 13, 2019
Added get-maze-path problem and added complexities in previous problems
navneet
committed
9b687eb
View commit details
Copy full SHA for 9b687eb
View code at this point
Browse repository at this point
Commits on Sep 10, 2019
--update: 32-bit signed int reversal
ashokdey
committed
8a9d8b8
View commit details
Copy full SHA for 8a9d8b8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.