Skip to content
#

backtracking

Here are 100 public repositories matching this topic...

📘 A structured and consistent journey through Data Structures and Algorithms using JavaScript. This repo includes problems, solutions, and explanations to strengthen core programming logic and prepare for real-world engineering & tech interviews.

  • Updated Nov 1, 2025
  • JavaScript

✈ JavaScript solutions for 🚜 coding challenges,🐟 algorithms, and interview problems 🛩 Well-optimized solutions 🚍 with explanations 🚕 Covers LeetCode, CodeWars, 🚁HackerRank, and more 🚢 Includes problem-solving patterns & techniques 🐬Great for interview prep & JS mastery Open for contributions 🚁 discussions! Let’s learn ⚽and grow together

  • Updated Oct 28, 2025
  • JavaScript

Master Backtracking and C with RankerUp (V3)! Prepare for the NEW Rank 3 exam at 42. Our program guides your journey with practical challenges that teach the crucial concepts and logic behind the algorithms. Arrive at the exam confident and ready to rank up.

  • Updated Sep 20, 2025
  • JavaScript

Uses backtracking (DFS-style traversal) to explore all character arrangements from the input string. Tracks each recursion depth (tree level) and stores the generated paths. After recursion, it removes duplicates at each level and returns the count of all unique character paths (not just full permutations).

  • Updated Jun 17, 2025
  • JavaScript

A fully interactive Sudoku game built with React, Zustand for state management, and Vite for fast performance. Features multiple difficulty levels, a real-time timer for tracking high scores, hints, error tracking, dark mode, and a smooth responsive UI. Uses backtracking to generate valid Sudoku boards. Play, pause, and resume seamlessly!

  • Updated Mar 30, 2025
  • JavaScript

Improve this page

Add a description, image, and links to the backtracking topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the backtracking topic, visit your repo's landing page and select "manage topics."

Learn more