Skip to content
#

backtracking

Here are 1,452 public repositories matching this topic...

A comprehensive collection of 300+ Data Structures & Algorithms problems in C++, organized by topics. Perfect for interview prep, competitive programming, and mastering DSA concepts.

  • Updated Nov 11, 2025
  • C++

This Repository contains a comprehensive collection of Data Structures and Algorithm (DSA) implemented in java . It is Designed to help learners, students and developers strengthen their understanding of core computer science concepts through clean and well - structured code examples

  • Updated Nov 11, 2025

🏆🌟I solve the Problem of the Day on GeeksforGeeks daily 🗓️🧩 and have successfully tackled Love Babbar's 450 DSA sheet 📚 and Striver's 180 DSA sheet 📘. My primary coding language is C++ 💻, but I have also solved many problems in Java ☕. 🏆🌟

  • Updated Nov 11, 2025
  • C++

This repository contains code(java, python) that I have written to solve DSA problems on LeetCode. Each solution is organized by DSA concept and is meant to showcase my understanding and proficiency in implementing these concepts. The purpose of this repository is to serve as a reference for everyone who is interested in learning DSA.

  • Updated Nov 11, 2025
  • Java

An array is squareful if the sum of every pair of adjacent elements is a perfect square. Given an integer array nums, return the number of permutations of nums that are squareful. Two permutations perm1 and perm2 are different if there is some index i such that perm1[i] != perm2[i].

  • Updated Nov 9, 2025
  • C

DS_Algo Repository is a collection of solutions to problems from platforms like LeetCode, GeeksforGeeks (GFG), and various competitive programming (CP) contests. The repository focuses on efficient and optimized solutions to data structures and algorithm challenges, covering a wide range of topics such as: Arrays and String, DP, Graph, etc.

  • Updated Nov 6, 2025
  • Java

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