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 }}
flexycode
/
JavaScript
Public
forked from
TheAlgorithms/JavaScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
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
Backtracking
on
master
User selector
All users
All time
Commit history
Commits on Jan 27, 2024
tests: add missing test for `KnightTour` (#1598)
vil02
authored
0e5cf5e
View commit details
Copy full SHA for 0e5cf5e
View code at this point
Browse repository at this point
Commits on Oct 30, 2023
Update AllCombinationsOfSizeK.js (#1530)
Show description for cafb343
imrahulkb
authored
cafb343
View commit details
Copy full SHA for cafb343
View code at this point
Browse repository at this point
Commits on Oct 28, 2023
chore: format using prettier
appgurueu
authored and
raklaptudirm
committed
28c27d9
View commit details
Copy full SHA for 28c27d9
View code at this point
Browse repository at this point
Commits on Oct 24, 2023
Implemented M Coloring Problem (#1562)
Show description for fb134b1
3 people
authored
fb134b1
View commit details
Copy full SHA for fb134b1
View code at this point
Browse repository at this point
Enhance readability of KnightTour (#1572)
Hardvan
authored
7d7f109
View commit details
Copy full SHA for 7d7f109
View code at this point
Browse repository at this point
Commits on Oct 7, 2023
Fix a typo (#1453)
Abhineshhh
authored
da0ee87
View commit details
Copy full SHA for da0ee87
View code at this point
Browse repository at this point
Commits on Oct 3, 2023
feat: Test running overhaul, switch to Prettier & reformat everything (#1407)
Show description for 86d333e
3 people
authored
86d333e
View commit details
Copy full SHA for 86d333e
View code at this point
Browse repository at this point
Commits on Sep 19, 2023
fixed typo (#1363)
Show description for 9757e2b
nikhil18440
and
gamingwithnickYT
authored
9757e2b
View commit details
Copy full SHA for 9757e2b
View code at this point
Browse repository at this point
Commits on Feb 13, 2023
Adding to backtracking (#1289)
Show description for 49bd1fd
Ramzi-Abidi
authored
49bd1fd
View commit details
Copy full SHA for 49bd1fd
View code at this point
Browse repository at this point
Commits on Nov 13, 2022
tests: improve for GeneratePermutations (#1263)
kho-kho-kho
authored
71d3d44
View commit details
Copy full SHA for 71d3d44
View code at this point
Browse repository at this point
Commits on Oct 13, 2022
Renamed NQueen file, variables to NQueens, raised RangeError exception (#1162)
SudhanshuSuman
authored
10079a7
View commit details
Copy full SHA for 10079a7
View code at this point
Browse repository at this point
Commits on Oct 28, 2021
merge: Fix spellings (#821)
Show description for 072523d
4 people
authored
072523d
View commit details
Copy full SHA for 072523d
View code at this point
Browse repository at this point
Commits on Oct 11, 2021
Complying with JavaScript Standard Style (npx standard --fix).
lvlte
committed
df4a783
View commit details
Copy full SHA for df4a783
View code at this point
Browse repository at this point
Remove live code & console.log, leave examples as comments.
lvlte
committed
e18718b
View commit details
Copy full SHA for e18718b
View code at this point
Browse repository at this point
Commits on Oct 9, 2021
Remove live code & console.log (Backtracking, Bit-manipulation, Ciphers).
lvlte
committed
5c4be76
View commit details
Copy full SHA for 5c4be76
View code at this point
Browse repository at this point
KnightTour : convert live code example to Jest test (log remaining is within a print method).
lvlte
committed
7f6a53a
View commit details
Copy full SHA for 7f6a53a
View code at this point
Browse repository at this point
Fix GeneratePermutations so that it actually returns the permutations instead of logging them + add Jest test.
lvlte
committed
09da5ee
View commit details
Copy full SHA for 09da5ee
View code at this point
Browse repository at this point
Fix #748 : Revise algorithm implementation so that it actually returns the combinations. Fix test (was not running, .mjs not matching Jest pattern) and work.
lvlte
committed
4f4deac
View commit details
Copy full SHA for 4f4deac
View code at this point
Browse repository at this point
Commits on Oct 6, 2021
chore: Merge pull request #748 from chiranjeev-thapliyal/master
Show description for 7be5ce0
raklaptudirm
authored
7be5ce0
View commit details
Copy full SHA for 7be5ce0
View code at this point
Browse repository at this point
added tests for Backtracking/AllCombinationsOfSizeK
chiranjeev-thapliyal
committed
254f90b
View commit details
Copy full SHA for 254f90b
View code at this point
Browse repository at this point
Commits on Oct 5, 2021
added Backtracking/AllCombinationsOfSizeK
chiranjeev-thapliyal
committed
6919e85
View commit details
Copy full SHA for 6919e85
View code at this point
Browse repository at this point
fixed some spellings
keshav-bohr
committed
1589263
View commit details
Copy full SHA for 1589263
View code at this point
Browse repository at this point
Commits on Oct 3, 2021
Merge pull request #714 from defaude/test/Backtracking/RatInAMaze
Show description for b516787
pomkarnath98
authored
b516787
View commit details
Copy full SHA for b516787
View code at this point
Browse repository at this point
Apply standard code style
Show description for 28f13bb
defaude
committed
28f13bb
View commit details
Copy full SHA for 28f13bb
View code at this point
Browse repository at this point
Apply standard code style
defaude
committed
2b3db6c
View commit details
Copy full SHA for 2b3db6c
View code at this point
Browse repository at this point
Code style
defaude
committed
44fee41
View commit details
Copy full SHA for 44fee41
View code at this point
Browse repository at this point
Credit where credit's due: Add reference to original author
Show description for 08effc8
defaude
committed
08effc8
View commit details
Copy full SHA for 08effc8
View code at this point
Browse repository at this point
Made the "complex" test harder, forcing the algorithm to actually back-track ;)
defaude
committed
0d5a3ce
View commit details
Copy full SHA for 0d5a3ce
View code at this point
Browse repository at this point
Commits on Oct 2, 2021
Rewrote "Rat in a maze" algorithm
Show description for 78616fc
defaude
committed
78616fc
View commit details
Copy full SHA for 78616fc
View code at this point
Browse repository at this point
Add proper test to Backtracking/Sudoku
Show description for eb99bdc
defaude
committed
eb99bdc
View commit details
Copy full SHA for eb99bdc
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
chore: merge "Added backtracking sum of subset (#702)"
Show description for dd19680
Suaze9
authored
dd19680
View commit details
Copy full SHA for dd19680
View code at this point
Browse repository at this point
Commits on Aug 22, 2021
RatInAMaze prints path now
chiranjeev-thapliyal
committed
51c5ea4
View commit details
Copy full SHA for 51c5ea4
View code at this point
Browse repository at this point
removed console lines from RatInAMaze
chiranjeev-thapliyal
committed
9b37cb0
View commit details
Copy full SHA for 9b37cb0
View code at this point
Browse repository at this point
RatInAMaze added in Backtracking
chiranjeev-thapliyal
committed
832aa6e
View commit details
Copy full SHA for 832aa6e
View code at this point
Browse repository at this point
Commits on Aug 18, 2021
added GeneratePermutations in Backtracking
chiranjeev-thapliyal
committed
9434b41
View commit details
Copy full SHA for 9434b41
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.