backtracking
There are 1339 repositories under backtracking topic.
transient-haskell/transient
A full stack, reactive architecture for general purpose programming. Algebraic and monadically composable primitives for concurrency, parallelism, event handling, transactions, multithreading, Web, and distributed computing with complete de-inversion of control (No callbacks, no blocking, pure state)
djeada/Algorithms-And-Data-Structures
A collection of 100+ projects in C++ and Python that implement various data structures and algorithms. The projects are organized by language and topic, and include detailed explanations and examples to help you understand how they work.
Algo-Phantoms/Algo-Tree
Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
i-am-tom/holmes
A reference library for constraint-solving with propagators and CDCL.
cruxrebels/InterviewBit
Collection of Abhishek Agrawal's gists solutions for problems on https://www.interviewbit.com
nikoo28/java-solutions
Solutions in JAVA for some coding platforms.
Mehulcoder/Coding-ninjas-competitive
This will have all the solutions to the competitive programming course's problems by Coding ninjas. Star the repo if you like it.
lth-elm/Backtrading-Python-Binance
Backtesting several trading strategy and rank them according their profit return.
JuliaNLSolvers/LineSearches.jl
Line search methods for optimization and root-finding
shashankch292/InterviewBit
InterviewBit Programming Solutions
Haseeb-Qureshi/n-queens-visualizer
Visualizes solutions to the N-Queens problem, written in React & Flux
MNoorFawi/pytholog
Python library that enables using prolog syntax and logic programming in python
Shikha-code36/Data-Structures-and-Algorithm-Patterns
Data Structures and Algorithms Patterns that I followed ,implemented in Python
GouravSingh2580/Competitive-Programming
Competitive Programming DSA Roadmap
dhhruv/Sudoku-Solver
🎯 This Python-based Sudoku Solver utilizes the PyGame Library and Backtracking Algorithm to visualize and solve Sudoku puzzles efficiently. With its intuitive interface, users can input and interact with the Sudoku board, allowing for a seamless solving experience.
SrGrace/InterviewBit
Collection of solution for problems on InterviewBit
Bodigrim/logict
A continuation-based backtracking logic programming monad
abhisheknaiidu/dsa
My Codes and Solutions to coding interview problems on LeetCode, AlgoExpert, Educative and other interview preparation websites
TwinkleGupta07/DSA--GeeksForGeeks
DSA course solutions in C++ Jump to below directly for more problems
shivam-maharshi/algorithms
This repository contains some algorithms and data structures mostly implemented for kicks and learning. Hopefully might help someone in need! Feel free to fork, copy, suggest corrections or ask questions. Happy coding :)
Kanav-Arora/DSA-Guide
Building Ultimate Data Structure and Algorithms in C++ Solution Repository. Solution to various DSA problems including problem from Leetcode, Codechef, GFG, Coding Ninjas.
BabaMalik/Coding-Ninjas-Introduction-to-Python
This will have all the solutions to the Introduction to python course's problems by Coding ninjas. Star the repo if you like it.
Erfaniaa/map-coloring
Map coloring, using four colors
kumailn/Algorithms
✨ a bunch of algorithms in a bunch of languages ✨
devangi2000/Data-Structures-Algorithms-Handbook
A series of important questions with solutions to crack the coding interview and ace it!
santifiorino/sudoku.com-solver
Backtracking-based sudoku solver for sudoku.com.
norswap/prolog-dry
A terse Prolog course
metanet/java-algorithms-data-structures
Solutions for popular algorithms and data structures problems on leetcode
MohamedMahmoudHassan/Backtracking-Visualizer
Visualization of some standard problems solved by Backtracking
varunswing/GeeksForGeeks
My solved DS & Algo problems on GeeksforGeeks. It covers almost every data structure and algorithm present that is must for practice to have a good hand on Competitive Programming.
egison/egison-haskell
Template Haskell Implementation of Egison Pattern Matching
susantabiswas/InterviewPrep
My solution codes for 400+ algorithms and data structure problems. Most common and famous interview placement questions from Data Structures and Algorithms.
syntnc/Artificial-Intelligence
IIIT Allahabad B. Tech. (IT) 5th Semester Artificial Intelligence Lab Assignments + HackerRank Artificial Intelligence Track
DavidHurst/MiniMax-TicTacToe-Java
MiniMax algorithm applied to Tic Tac Toe.